Skip to content

Commit c9f1b05

Browse files
[protobuf] Update protobuf definitions to v1.24.1 (#265)
Signed-off-by: envoy-bot <[email protected]>
1 parent 56311ae commit c9f1b05

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Diff for: server/src/test/java/io/envoyproxy/controlplane/server/EnvoyContainer.java

+1-1
Original file line numberDiff line numberDiff 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:15baf56003f33a07e0ab44f82f75a660040db438");
27+
super("envoyproxy/envoy-dev:69958e4fe32da561376d8b1d367b5e6942dfba24");
2828
this.config = config;
2929
this.controlPlanePortSupplier = controlPlanePortSupplier;
3030
}

Diff for: tools/API_SHAS

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Update the versions here and run update-api.sh
22

33
# envoy (source: SHA from https://github.com/envoyproxy/envoy)
4-
ENVOY_SHA="15baf56003f33a07e0ab44f82f75a660040db438"
4+
ENVOY_SHA="69958e4fe32da561376d8b1d367b5e6942dfba24"
55

6-
# dependencies (source: https://github.com/envoyproxy/envoy/blob/15baf56003f33a07e0ab44f82f75a660040db438/api/bazel/repository_locations.bzl)
6+
# dependencies (source: https://github.com/envoyproxy/envoy/blob/69958e4fe32da561376d8b1d367b5e6942dfba24/api/bazel/repository_locations.bzl)
77
GOOGLEAPIS_SHA="82944da21578a53b74e547774cf62ed31a05b841" # 2019-12-02
88
PGV_VERSION="0.6.7" # 2022-03-04
99
PROMETHEUS_SHA="147c58e9608a4f9628b53b6cc863325ca746f63a" # 2021-06-07

Diff for: tools/envoy_release

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.24.0
1+
v1.24.1

0 commit comments

Comments
 (0)