Skip to content

Commit

Permalink
[protobuf] Update protobuf definitions to v1.32.3 (#436)
Browse files Browse the repository at this point in the history
Signed-off-by: envoy-bot <[email protected]>
Co-authored-by: envoy-bot <[email protected]>
  • Loading branch information
github-actions[bot] and envoy-bot authored Dec 24, 2024
1 parent 5ab40dc commit a9f14c4
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:v1.32.2");
super("envoyproxy/envoy:v1.32.3");
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="a0504e87c5a246cb097b37049b1e4dc7706c2a90"
ENVOY_SHA="58bd599ebd5918d4d005de60954fcd2cb00abd95"

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

0 comments on commit a9f14c4

Please sign in to comment.