Skip to content

Commit

Permalink
CI: Update to Grafana 8.5.27, 9.5.8, and 10.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Sep 3, 2023
1 parent 68df100 commit 4378114
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
matrix:
os: [ "ubuntu-latest" ]
python-version: [ "3.7", "3.11" ]
grafana-version: [ "6.7.6", "7.5.17", "8.5.21", "9.4.3" ]
grafana-version: [ "6.7.6", "7.5.17", "8.5.27", "9.5.8", "10.1.1" ]

env:
OS_TYPE: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ in progress
===========
- Caching: Set cache filename to appname. Thanks, @gtirloni.
- Update to pandas 2.0 and requests 2.26
- CI: Update to Grafana 8.5.21 and 9.4.3
- CI: Update to Grafana 8.5.27, 9.5.8, and 10.1.1
- Grafana 9.3: Work around delete folder operation returning empty body
- Grafana 9.4.3: Accept numeric user identifiers in log responses

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
.. image:: https://img.shields.io/pypi/l/grafana-wtf.svg
:target: https://github.com/panodata/grafana-wtf/blob/main/LICENSE

.. image:: https://img.shields.io/badge/Grafana-6.x%20--%209.x-blue.svg
.. image:: https://img.shields.io/badge/Grafana-6.x%20--%2010.x-blue.svg
:target: https://github.com/grafana/grafana
:alt: Supported Grafana versions

Expand Down
5 changes: 3 additions & 2 deletions tests/.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#GRAFANA_VERSION=6.7.6
#GRAFANA_VERSION=7.5.17
#GRAFANA_VERSION=8.5.21
GRAFANA_VERSION=9.4.3
#GRAFANA_VERSION=8.5.27
#GRAFANA_VERSION=9.5.8
GRAFANA_VERSION=10.1.1

0 comments on commit 4378114

Please sign in to comment.