Skip to content

Commit

Permalink
bump version to 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
denniskniep committed Aug 2, 2023
1 parent a4095ab commit 821a1a6
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
- GF_SECURITY_ADMIN_USER=admin
- GF_SECURITY_ADMIN_PASSWORD=admin
- GF_FEATURE_TOGGLES_ENABLE=ngalert
- GF_INSTALL_PLUGINS=https://github.com/denniskniep/grafana-datasource-plugin-neo4j/releases/download/v1.3.0/kniepdennis-neo4j-datasource-1.3.0.zip;kniepdennis-neo4j-datasource
- GF_INSTALL_PLUGINS=https://github.com/denniskniep/grafana-datasource-plugin-neo4j/releases/download/v1.3.1/kniepdennis-neo4j-datasource-1.3.1.zip;kniepdennis-neo4j-datasource
volumes:
- ./grafana/provisioning/:/etc/grafana/provisioning/
ports:
Expand Down
7 changes: 7 additions & 0 deletions neo4j-datasource-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.3.1] - 2023-08-02

### Changed

- Set appropiate Grafana minVersion
- Pass context from grafana api to neo4j for better handling of timeouts and query cancelations.

## [1.3.0] - 2023-07-31

### Added
Expand Down
4 changes: 2 additions & 2 deletions neo4j-datasource-plugin/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion neo4j-datasource-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kniepdennis-neo4j-datasource",
"version": "1.3.0",
"version": "1.3.1",
"description": "Neo4j Datasource",
"scripts": {
"build": "webpack -c ./.config/webpack/webpack.config.ts --env production",
Expand Down
2 changes: 1 addition & 1 deletion neo4j-datasource-plugin/src/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"updated": "%TODAY%"
},
"dependencies": {
"grafanaDependency": ">=7.0.0",
"grafanaDependency": ">=8.0.0",
"plugins": []
}
}

0 comments on commit 821a1a6

Please sign in to comment.