Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: Update to Grafana 9.5.12 and 10.1.4 #99

Merged
merged 1 commit into from
Oct 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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