Skip to content

Commit 486bc10

Browse files
committed
[protobuf] Update protobuf definitions to v1.33.1
Signed-off-by: envoy-bot <[email protected]>
1 parent e54ff3c commit 486bc10

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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:v1.33.0");
27+
super("envoyproxy/envoy:v1.33.1");
2828
this.config = config;
2929
this.controlPlanePortSupplier = controlPlanePortSupplier;
3030
}

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="b0f43d67aa25c1b03c97186a200cc187f4c22db3"
4+
ENVOY_SHA="1f244452f6f6b47d31dc16de8b0d868b179d684e"
55

6-
# dependencies (source: https://github.com/envoyproxy/envoy/blob/b0f43d67aa25c1b03c97186a200cc187f4c22db3/api/bazel/repository_locations.bzl)
6+
# dependencies (source: https://github.com/envoyproxy/envoy/blob/1f244452f6f6b47d31dc16de8b0d868b179d684e/api/bazel/repository_locations.bzl)
77
GOOGLEAPIS_SHA="fd52b5754b2b268bc3a22a10f29844f206abb327" # 2024-09-16
88
PGV_VERSION="1.0.4" # 2024-01-17
99
PROMETHEUS_SHA="0.6.1" # 2024-04-03

tools/envoy_release

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.33.0
1+
v1.33.1

0 commit comments

Comments
 (0)