Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[protobuf] Update protobuf definitions to v1.31.1 #406

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.31.0");
super("envoyproxy/envoy:v1.31.1");
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="7b8baff1758f0a584dcc3cb657b5032000bcb3d7"
ENVOY_SHA="1f44388cee449c9dae8ae34c0b4f09036bcbf560"

# dependencies (source: https://github.com/envoyproxy/envoy/blob/7b8baff1758f0a584dcc3cb657b5032000bcb3d7/api/bazel/repository_locations.bzl)
# dependencies (source: https://github.com/envoyproxy/envoy/blob/1f44388cee449c9dae8ae34c0b4f09036bcbf560/api/bazel/repository_locations.bzl)
GOOGLEAPIS_SHA="114a745b2841a044e98cdbb19358ed29fcf4a5f1" # 2023-01-10
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.31.0
v1.31.1