diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3486d79..d2ea847 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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 diff --git a/CHANGES.rst b/CHANGES.rst index 34f7c28..95288a9 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -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 ================= diff --git a/tests/.env b/tests/.env index 889ecbd..24772a5 100644 --- a/tests/.env +++ b/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