We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19bd702 commit b2b6381Copy full SHA for b2b6381
CHANGELOG.md
@@ -2,6 +2,7 @@
2
3
## unreleased
4
- Fixed health probe for InfluxDB v1.
5
+- CI: Verified on Grafana 12.4.0.
6
7
## 5.0.2 (2026-02-15)
8
- Fix: In the alert provisioning subsystem, added `disable_provenance` parameter
test/integration/.env
@@ -10,5 +10,5 @@
10
#GRAFANA_VERSION=11.5.8
11
#GRAFANA_VERSION=11.6.0
12
#GRAFANA_VERSION=11.6.5
13
-GRAFANA_VERSION=12.3.4
14
-#GRAFANA_VERSION=12.4.0
+#GRAFANA_VERSION=12.3.4
+GRAFANA_VERSION=12.4.0
test/integration/compose.yml
@@ -1,7 +1,7 @@
1
services:
grafana:
- image: docker.io/grafana/grafana:${GRAFANA_VERSION:-12.3.4}
+ image: docker.io/grafana/grafana:${GRAFANA_VERSION:-12.4.0}
ports:
- "33333:3000"
environment:
0 commit comments