File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
server/src/test/java/io/envoyproxy/controlplane/server Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ class EnvoyContainer extends GenericContainer<EnvoyContainer> {
2424 EnvoyContainer (String config , Supplier <Integer > controlPlanePortSupplier ) {
2525 // this version is changed automatically by /tools/update-sha.sh:57
2626 // if you change it make sure to reflect changes there
27- super ("envoyproxy/envoy:v1.32.2 " );
27+ super ("envoyproxy/envoy:v1.32.3 " );
2828 this .config = config ;
2929 this .controlPlanePortSupplier = controlPlanePortSupplier ;
3030 }
Original file line number Diff line number Diff line change 11# Update the versions here and run update-api.sh
22
33# envoy (source: SHA from https://github.com/envoyproxy/envoy)
4- ENVOY_SHA="a0504e87c5a246cb097b37049b1e4dc7706c2a90 "
4+ ENVOY_SHA="58bd599ebd5918d4d005de60954fcd2cb00abd95 "
55
6- # dependencies (source: https://github.com/envoyproxy/envoy/blob/a0504e87c5a246cb097b37049b1e4dc7706c2a90 /api/bazel/repository_locations.bzl)
6+ # dependencies (source: https://github.com/envoyproxy/envoy/blob/58bd599ebd5918d4d005de60954fcd2cb00abd95 /api/bazel/repository_locations.bzl)
77GOOGLEAPIS_SHA="fd52b5754b2b268bc3a22a10f29844f206abb327" # 2024-09-16
88PGV_VERSION="1.0.4" # 2024-01-17
99PROMETHEUS_SHA="0.6.1" # 2024-04-03
Original file line number Diff line number Diff line change 1- v1.32.2
1+ v1.32.3
You can’t perform that action at this time.
0 commit comments