From 486bc10527ee856d2a21effd0e6bdd0db40f760a Mon Sep 17 00:00:00 2001 From: envoy-bot Date: Sat, 22 Mar 2025 10:05:21 +0000 Subject: [PATCH] [protobuf] Update protobuf definitions to v1.33.1 Signed-off-by: envoy-bot --- .../io/envoyproxy/controlplane/server/EnvoyContainer.java | 2 +- tools/API_SHAS | 4 ++-- tools/envoy_release | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/server/src/test/java/io/envoyproxy/controlplane/server/EnvoyContainer.java b/server/src/test/java/io/envoyproxy/controlplane/server/EnvoyContainer.java index 2982f1dc..7aeb9a72 100644 --- a/server/src/test/java/io/envoyproxy/controlplane/server/EnvoyContainer.java +++ b/server/src/test/java/io/envoyproxy/controlplane/server/EnvoyContainer.java @@ -24,7 +24,7 @@ class EnvoyContainer extends GenericContainer { EnvoyContainer(String config, Supplier controlPlanePortSupplier) { // this version is changed automatically by /tools/update-sha.sh:57 // if you change it make sure to reflect changes there - super("envoyproxy/envoy:v1.33.0"); + super("envoyproxy/envoy:v1.33.1"); this.config = config; this.controlPlanePortSupplier = controlPlanePortSupplier; } diff --git a/tools/API_SHAS b/tools/API_SHAS index b16e6209..d00cac3e 100644 --- a/tools/API_SHAS +++ b/tools/API_SHAS @@ -1,9 +1,9 @@ # Update the versions here and run update-api.sh # envoy (source: SHA from https://github.com/envoyproxy/envoy) -ENVOY_SHA="b0f43d67aa25c1b03c97186a200cc187f4c22db3" +ENVOY_SHA="1f244452f6f6b47d31dc16de8b0d868b179d684e" -# dependencies (source: https://github.com/envoyproxy/envoy/blob/b0f43d67aa25c1b03c97186a200cc187f4c22db3/api/bazel/repository_locations.bzl) +# dependencies (source: https://github.com/envoyproxy/envoy/blob/1f244452f6f6b47d31dc16de8b0d868b179d684e/api/bazel/repository_locations.bzl) GOOGLEAPIS_SHA="fd52b5754b2b268bc3a22a10f29844f206abb327" # 2024-09-16 PGV_VERSION="1.0.4" # 2024-01-17 PROMETHEUS_SHA="0.6.1" # 2024-04-03 diff --git a/tools/envoy_release b/tools/envoy_release index cde949b9..9efd800d 100644 --- a/tools/envoy_release +++ b/tools/envoy_release @@ -1 +1 @@ -v1.33.0 +v1.33.1