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> {
24
24
EnvoyContainer (String config , Supplier <Integer > controlPlanePortSupplier ) {
25
25
// this version is changed automatically by /tools/update-sha.sh:57
26
26
// if you change it make sure to reflect changes there
27
- super ("envoyproxy/envoy-dev:c919bdec19d79e97f4f56e4095706f8e6a383f1c " );
27
+ super ("envoyproxy/envoy-dev:2aca584b3bca81622d3b009612f0c7be93eeea34 " );
28
28
this .config = config ;
29
29
this .controlPlanePortSupplier = controlPlanePortSupplier ;
30
30
}
Original file line number Diff line number Diff line change 1
1
# Update the versions here and run update-api.sh
2
2
3
3
# envoy (source: SHA from https://github.com/envoyproxy/envoy)
4
- ENVOY_SHA="c919bdec19d79e97f4f56e4095706f8e6a383f1c "
4
+ ENVOY_SHA="2aca584b3bca81622d3b009612f0c7be93eeea34 "
5
5
6
- # dependencies (source: https://github.com/envoyproxy/envoy/blob/c919bdec19d79e97f4f56e4095706f8e6a383f1c /api/bazel/repository_locations.bzl)
6
+ # dependencies (source: https://github.com/envoyproxy/envoy/blob/2aca584b3bca81622d3b009612f0c7be93eeea34 /api/bazel/repository_locations.bzl)
7
7
GOOGLEAPIS_SHA="82944da21578a53b74e547774cf62ed31a05b841" # 2019-12-02
8
8
PGV_VERSION="0.6.7" # 2022-03-04
9
9
PROMETHEUS_SHA="147c58e9608a4f9628b53b6cc863325ca746f63a" # 2021-06-07
Original file line number Diff line number Diff line change 1
- v1.22.2
1
+ v1.22.3
You can’t perform that action at this time.
0 commit comments