Skip to content

Commit 5a87104

Browse files
committed
Confirm compatibility with Grafana 8.3.4
1 parent 1c7e2a8 commit 5a87104

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
matrix:
2020
os: [ ubuntu-latest ] # , macos-latest, windows-latest ]
2121
python-version: [ "3.6", "3.7", "3.8", "3.9", "3.10" ]
22-
grafana-version: [ "6.7.6", "7.5.12", "8.3.3" ]
22+
grafana-version: [ "6.7.6", "7.5.12", "8.3.4" ]
2323
include:
2424
- os: ubuntu-latest
2525
path: ~/.cache/pip

CHANGES.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ in progress
1111
- Improve determinism by returning stable sort order of dashboard results
1212
- Improve compatibility with Grafana 8.3 by handling dashboard schema version 33 properly
1313
- Reestablish compatibility with Grafana 6
14+
- Confirm compatibility with Grafana 8.3.4
1415

1516
2021-12-11 0.12.0
1617
=================

tests/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#GRAFANA_VERSION=6.7.6
22
#GRAFANA_VERSION=7.5.12
3-
GRAFANA_VERSION=8.3.1
3+
GRAFANA_VERSION=8.3.4

0 commit comments

Comments
 (0)