Skip to content

Commit e825491

Browse files
committed
CI: Update to Grafana 9.5.12 and 10.1.4
1 parent 247c5d5 commit e825491

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
matrix:
2727
os: [ "ubuntu-latest" ]
2828
python-version: [ "3.7", "3.11" ]
29-
grafana-version: [ "6.7.6", "7.5.17", "8.5.27", "9.5.10", "10.1.2" ]
29+
grafana-version: [ "6.7.6", "7.5.17", "8.5.27", "9.5.12", "10.1.4" ]
3030

3131
env:
3232
OS_TYPE: ${{ matrix.os }}

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ in progress
77
===========
88
- Caching: Set cache filename to appname. Thanks, @gtirloni.
99
- Update to pandas 2.0 and requests 2.26
10-
- CI: Update to Grafana 8.5.27, 9.5.8, and 10.1.1
10+
- CI: Update to Grafana 8.5.27, 9.5.12, and 10.1.4
1111
- Grafana 9.3: Work around delete folder operation returning empty body
1212
- Grafana 9.5: Use standard UUIDs instead of short UIDs
1313
- Add ``explore dashboards --data-details`` option, to extend the output

tests/.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#GRAFANA_VERSION=6.7.6
22
#GRAFANA_VERSION=7.5.17
33
#GRAFANA_VERSION=8.5.27
4-
#GRAFANA_VERSION=9.5.10
5-
GRAFANA_VERSION=10.1.2
4+
#GRAFANA_VERSION=9.5.12
5+
GRAFANA_VERSION=10.1.4

0 commit comments

Comments
 (0)