From fdda8b3cd3e04d18c924be53142d1e25008b2ce1 Mon Sep 17 00:00:00 2001 From: envoy-bot Date: Sat, 13 Aug 2022 10:05:15 +0000 Subject: [PATCH] [protobuf] Update protobuf definitions to v1.22.5 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 bba17bad6..ff5acbf40 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-dev:c919bdec19d79e97f4f56e4095706f8e6a383f1c"); + super("envoyproxy/envoy-dev:2ba6db6633d24dbe4aa2c5cf8ebba9f84767e3f4"); this.config = config; this.controlPlanePortSupplier = controlPlanePortSupplier; } diff --git a/tools/API_SHAS b/tools/API_SHAS index ed2482468..e05986b52 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="c919bdec19d79e97f4f56e4095706f8e6a383f1c" +ENVOY_SHA="2ba6db6633d24dbe4aa2c5cf8ebba9f84767e3f4" -# dependencies (source: https://github.com/envoyproxy/envoy/blob/c919bdec19d79e97f4f56e4095706f8e6a383f1c/api/bazel/repository_locations.bzl) +# dependencies (source: https://github.com/envoyproxy/envoy/blob/2ba6db6633d24dbe4aa2c5cf8ebba9f84767e3f4/api/bazel/repository_locations.bzl) GOOGLEAPIS_SHA="82944da21578a53b74e547774cf62ed31a05b841" # 2019-12-02 PGV_VERSION="0.6.7" # 2022-03-04 PROMETHEUS_SHA="147c58e9608a4f9628b53b6cc863325ca746f63a" # 2021-06-07 diff --git a/tools/envoy_release b/tools/envoy_release index c73092419..9aacdeebb 100644 --- a/tools/envoy_release +++ b/tools/envoy_release @@ -1 +1 @@ -v1.22.2 +v1.22.5