From 75c46be6e63d4cb78ae1cedf74e98ee356d25f7a Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Thu, 4 Jul 2024 13:45:54 +0200 Subject: [PATCH] CI: Verify support for Grafana 11 --- .github/workflows/tests.yml | 2 +- CHANGES.rst | 1 + README.rst | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e4b26ee..9c21a9e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -27,7 +27,7 @@ jobs: matrix: os: [ "ubuntu-latest" ] python-version: [ "3.8", "3.12" ] - grafana-version: [ "6.7.6", "7.5.17", "8.5.27", "9.5.18", "10.3.5", "10.4.1" ] + grafana-version: [ "6.7.6", "7.5.17", "8.5.27", "9.5.18", "10.3.5", "10.4.1", "11.1.0" ] env: OS_TYPE: ${{ matrix.os }} diff --git a/CHANGES.rst b/CHANGES.rst index e5f1501..5eb1b16 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -5,6 +5,7 @@ grafana-wtf changelog in progress =========== +- CI: Verify support for Grafana 11 2024-04-20 0.19.1 ================= diff --git a/README.rst b/README.rst index 62ea8f4..04fc04c 100644 --- a/README.rst +++ b/README.rst @@ -31,7 +31,7 @@ grafana-wtf .. |license| image:: https://img.shields.io/pypi/l/grafana-wtf.svg :target: https://github.com/panodata/grafana-wtf/blob/main/LICENSE -.. |grafana-versions| image:: https://img.shields.io/badge/Grafana-6.x%20--%2010.x-blue.svg +.. |grafana-versions| image:: https://img.shields.io/badge/Grafana-6.x%20--%2011.x-blue.svg :target: https://github.com/grafana/grafana :alt: Supported Grafana versions