Skip to content

Commit

Permalink
Confirm compatibility with Grafana 8.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Jan 22, 2022
1 parent 1c7e2a8 commit 5a87104
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Expand Up @@ -19,7 +19,7 @@ jobs:
matrix:
os: [ ubuntu-latest ] # , macos-latest, windows-latest ]
python-version: [ "3.6", "3.7", "3.8", "3.9", "3.10" ]
grafana-version: [ "6.7.6", "7.5.12", "8.3.3" ]
grafana-version: [ "6.7.6", "7.5.12", "8.3.4" ]
include:
- os: ubuntu-latest
path: ~/.cache/pip
Expand Down
1 change: 1 addition & 0 deletions CHANGES.rst
Expand Up @@ -11,6 +11,7 @@ in progress
- Improve determinism by returning stable sort order of dashboard results
- Improve compatibility with Grafana 8.3 by handling dashboard schema version 33 properly
- Reestablish compatibility with Grafana 6
- Confirm compatibility with Grafana 8.3.4

2021-12-11 0.12.0
=================
Expand Down
2 changes: 1 addition & 1 deletion tests/.env
@@ -1,3 +1,3 @@
#GRAFANA_VERSION=6.7.6
#GRAFANA_VERSION=7.5.12
GRAFANA_VERSION=8.3.1
GRAFANA_VERSION=8.3.4

0 comments on commit 5a87104

Please sign in to comment.