Skip to content

Commit f2f7b69

Browse files
authored
Update smoke test images (#15410)
1 parent 2769edc commit f2f7b69

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

smoke-tests/src/main/java/io/opentelemetry/smoketest/ImageVersions.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@
88
// TODO configure renovate to update these versions
99
public final class ImageVersions {
1010

11+
// smoke-test-fake-backend
1112
public static final String FAKE_BACKEND_VERSION = "20251117.19421579342";
1213

14+
// smoke-test-fake-backend-windows
1315
public static final String FAKE_BACKEND_WINDOWS_VERSION = "20251117.19421579342";
1416

1517
private ImageVersions() {}

smoke-tests/src/test/java/io/opentelemetry/smoketest/TestImageVersions.java

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,26 @@
88
// TODO configure renovate to update these versions
99
public final class TestImageVersions {
1010

11+
// smoke-test-spring-boot
1112
public static final String SPRING_BOOT_VERSION = "20251116.19402383847";
1213

14+
// smoke-test-grpc
1315
public static final String GRPC_VERSION = "20251117.19445937433";
1416

17+
// smoke-test-play
1518
public static final String PLAY_VERSION = "20251117.19437482782";
1619

17-
public static final String QUARKUS_VERSION = "20251116.19402383840";
20+
// smoke-test-quarkus
21+
public static final String QUARKUS_VERSION = "20251119.19511997816";
1822

23+
// smoke-test-security-manager
1924
public static final String SECURITY_MANAGER_VERSION = "20251116.19402383852";
2025

26+
// smoke-test-zulu-openjdk-8u31
2127
public static final String ZULU_OPENJDK_8U31_VERSION = "20251117.19421579350";
2228

23-
public static final String SERVLET_VERSION = "20251118.19478518185";
29+
// smoke-test-servlet-* (all servlet variants)
30+
public static final String SERVLET_VERSION = "20251120.19538040041";
2431

2532
private TestImageVersions() {}
2633
}

0 commit comments

Comments
 (0)