Skip to content

Commit

Permalink
CI: Update to Grafana 9.5.12 and 10.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Oct 3, 2023
1 parent 247c5d5 commit e825491
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
matrix:
os: [ "ubuntu-latest" ]
python-version: [ "3.7", "3.11" ]
grafana-version: [ "6.7.6", "7.5.17", "8.5.27", "9.5.10", "10.1.2" ]
grafana-version: [ "6.7.6", "7.5.17", "8.5.27", "9.5.12", "10.1.4" ]

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.27, 9.5.8, and 10.1.1
- CI: Update to Grafana 8.5.27, 9.5.12, and 10.1.4
- Grafana 9.3: Work around delete folder operation returning empty body
- Grafana 9.5: Use standard UUIDs instead of short UIDs
- Add ``explore dashboards --data-details`` option, to extend the output
Expand Down
4 changes: 2 additions & 2 deletions tests/.env
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#GRAFANA_VERSION=6.7.6
#GRAFANA_VERSION=7.5.17
#GRAFANA_VERSION=8.5.27
#GRAFANA_VERSION=9.5.10
GRAFANA_VERSION=10.1.2
#GRAFANA_VERSION=9.5.12
GRAFANA_VERSION=10.1.4

0 comments on commit e825491

Please sign in to comment.