Skip to content

Commit

Permalink
[protobuf] Update protobuf definitions to v1.22.4 (#249)
Browse files Browse the repository at this point in the history
Signed-off-by: envoy-bot <envoy-bot@users.noreply.github.com>
Co-authored-by: rulex123 <29862113+rulex123@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and rulex123 authored Sep 5, 2022
1 parent be89bfb commit 2ad46b1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class EnvoyContainer extends GenericContainer<EnvoyContainer> {
EnvoyContainer(String config, Supplier<Integer> 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:2aca584b3bca81622d3b009612f0c7be93eeea34");
super("envoyproxy/envoy-dev:5cedabd899e8d92ee6c8938fd70e9441a5d581c8");
this.config = config;
this.controlPlanePortSupplier = controlPlanePortSupplier;
}
Expand Down
4 changes: 2 additions & 2 deletions tools/API_SHAS
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Update the versions here and run update-api.sh

# envoy (source: SHA from https://github.com/envoyproxy/envoy)
ENVOY_SHA="2aca584b3bca81622d3b009612f0c7be93eeea34"
ENVOY_SHA="5cedabd899e8d92ee6c8938fd70e9441a5d581c8"

# dependencies (source: https://github.com/envoyproxy/envoy/blob/2aca584b3bca81622d3b009612f0c7be93eeea34/api/bazel/repository_locations.bzl)
# dependencies (source: https://github.com/envoyproxy/envoy/blob/5cedabd899e8d92ee6c8938fd70e9441a5d581c8/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
Expand Down
2 changes: 1 addition & 1 deletion tools/envoy_release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.22.3
v1.22.4

0 comments on commit 2ad46b1

Please sign in to comment.