File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed
main/java/io/opentelemetry/smoketest
test/java/io/opentelemetry/smoketest Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 88// TODO configure renovate to update these versions
99public 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 () {}
Original file line number Diff line number Diff line change 88// TODO configure renovate to update these versions
99public 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}
You can’t perform that action at this time.
0 commit comments