Skip to content

Commit 28bc7a3

Browse files
[protobuf] Update protobuf definitions to v1.30.2 (envoyproxy#377)
Signed-off-by: envoy-bot <[email protected]> Co-authored-by: envoy-bot <[email protected]>
1 parent eaca1a4 commit 28bc7a3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

server/src/test/java/io/envoyproxy/controlplane/server/EnvoyContainer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class EnvoyContainer extends GenericContainer<EnvoyContainer> {
2424
EnvoyContainer(String config, Supplier<Integer> controlPlanePortSupplier) {
2525
// this version is changed automatically by /tools/update-sha.sh:57
2626
// if you change it make sure to reflect changes there
27-
super("envoyproxy/envoy:v1.30.1");
27+
super("envoyproxy/envoy:v1.30.2");
2828
this.config = config;
2929
this.controlPlanePortSupplier = controlPlanePortSupplier;
3030
}

tools/API_SHAS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Update the versions here and run update-api.sh
22

33
# envoy (source: SHA from https://github.com/envoyproxy/envoy)
4-
ENVOY_SHA="816188b86a0a52095b116b107f576324082c7c02"
4+
ENVOY_SHA="d79f6e8d453ee260e9094093b8dd31af0056e67b"
55

6-
# dependencies (source: https://github.com/envoyproxy/envoy/blob/816188b86a0a52095b116b107f576324082c7c02/api/bazel/repository_locations.bzl)
6+
# dependencies (source: https://github.com/envoyproxy/envoy/blob/d79f6e8d453ee260e9094093b8dd31af0056e67b/api/bazel/repository_locations.bzl)
77
GOOGLEAPIS_SHA="114a745b2841a044e98cdbb19358ed29fcf4a5f1" # 2023-01-10
88
PGV_VERSION="1.0.4" # 2024-01-17
99
PROMETHEUS_SHA="0.6.1" # 2024-04-03

tools/envoy_release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.30.1
1+
v1.30.2

0 commit comments

Comments
 (0)