Skip to content

Commit 1250cd4

Browse files
authored
Added Prometheus v3.2.0 to integration tests (#1132)
Signed-off-by: dhoard <doug.hoard@gmail.com>
1 parent 98b7ae7 commit 1250cd4

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

integration_test_suite/integration_tests/src/test/resources/prometheus-docker-images.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ prom/prometheus:v2.53.3
88
prom/prometheus:v2.54.1
99
prom/prometheus:v2.55.1
1010
prom/prometheus:v3.0.1
11-
prom/prometheus:v3.1.0
11+
prom/prometheus:v3.1.0
12+
prom/prometheus:v3.2.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
prom/prometheus:v3.1.0
1+
prom/prometheus:v3.2.0

run-quick-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
(
2424
export JAVA_DOCKER_IMAGES="eclipse-temurin:21-alpine"
25-
export PROMETHEUS_DOCKER_IMAGES="prom/prometheus:v3.1.0"
25+
export PROMETHEUS_DOCKER_IMAGES="prom/prometheus:v3.2.0"
2626
docker pull "$JAVA_DOCKER_IMAGES"
2727
docker pull "$PROMETHEUS_DOCKER_IMAGES"
2828
./mvnw clean verify

0 commit comments

Comments
 (0)