File tree Expand file tree Collapse file tree
server/src/test/java/io/envoyproxy/controlplane/server Expand file tree Collapse file tree 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-dev:9184b84cd0dcb3a6c57eb44b177d91c70e1a0901 " );
27+ super ("envoyproxy/envoy-dev:bae2e9d642a6a8ae6c5d3810f77f3e888f0d97da " );
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="9184b84cd0dcb3a6c57eb44b177d91c70e1a0901 "
4+ ENVOY_SHA="bae2e9d642a6a8ae6c5d3810f77f3e888f0d97da "
55
6- # dependencies (source: https://github.com/envoyproxy/envoy/blob/9184b84cd0dcb3a6c57eb44b177d91c70e1a0901 /api/bazel/repository_locations.bzl)
6+ # dependencies (source: https://github.com/envoyproxy/envoy/blob/bae2e9d642a6a8ae6c5d3810f77f3e888f0d97da /api/bazel/repository_locations.bzl)
77GOOGLEAPIS_SHA="82944da21578a53b74e547774cf62ed31a05b841" # 2019-12-02
88PGV_VERSION="0.9.1" # 2022-12-05
99PROMETHEUS_SHA="147c58e9608a4f9628b53b6cc863325ca746f63a" # 2021-06-07
Original file line number Diff line number Diff line change 1- v1.25.0
1+ v1.25.1
You can’t perform that action at this time.
0 commit comments