From 934f4bb19fb5a3513da0fecab81fc8c359964a89 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 5 Sep 2022 11:02:32 +0200 Subject: [PATCH] [protobuf] Update protobuf definitions to v1.22.5 (#250) Signed-off-by: envoy-bot Co-authored-by: rulex123 <29862113+rulex123@users.noreply.github.com> --- .../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 47a74d1c0..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:5cedabd899e8d92ee6c8938fd70e9441a5d581c8"); + super("envoyproxy/envoy-dev:2ba6db6633d24dbe4aa2c5cf8ebba9f84767e3f4"); this.config = config; this.controlPlanePortSupplier = controlPlanePortSupplier; } diff --git a/tools/API_SHAS b/tools/API_SHAS index 9b3ab158b..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="5cedabd899e8d92ee6c8938fd70e9441a5d581c8" +ENVOY_SHA="2ba6db6633d24dbe4aa2c5cf8ebba9f84767e3f4" -# dependencies (source: https://github.com/envoyproxy/envoy/blob/5cedabd899e8d92ee6c8938fd70e9441a5d581c8/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 2c0e5956b..9aacdeebb 100644 --- a/tools/envoy_release +++ b/tools/envoy_release @@ -1 +1 @@ -v1.22.4 +v1.22.5