Skip to content

Commit 6b509a7

Browse files
[protobuf] Update protobuf definitions to v1.25.5 (#282)
Signed-off-by: envoy-bot <[email protected]>
1 parent 01ae359 commit 6b509a7

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

api/src/main/proto/envoy/extensions/filters/http/ext_authz/v3/ext_authz.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,8 @@ message AuthorizationRequest {
258258

259259
// Authorization request includes the client request headers that have a correspondent match
260260
// in the :ref:`list <envoy_v3_api_msg_type.matcher.v3.ListStringMatcher>`.
261+
// This field has been deprecated in favor of :ref:`allowed_headers
262+
// <envoy_v3_api_field_extensions.filters.http.ext_authz.v3.ExtAuthz.allowed_headers>`.
261263
//
262264
// .. note::
263265
//
@@ -272,8 +274,6 @@ message AuthorizationRequest {
272274
// <envoy_v3_api_field_extensions.filters.http.ext_authz.v3.ExtAuthz.with_request_body>`
273275
// setting) hence the value of its ``Content-Length`` reflects the size of its payload size.
274276
//
275-
// This field has been deprecated in favor of :ref:`allowed_headers
276-
// <envoy_v3_api_field_extensions.filters.http.ext_authz.v3.ExtAuthz.allowed_headers>`.
277277
type.matcher.v3.ListStringMatcher allowed_headers = 1
278278
[deprecated = true, (envoy.annotations.deprecated_at_minor_version) = "3.0"];
279279

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-dev:bae2e9d642a6a8ae6c5d3810f77f3e888f0d97da");
27+
super("envoyproxy/envoy:v1.25.5");
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="bae2e9d642a6a8ae6c5d3810f77f3e888f0d97da"
4+
ENVOY_SHA="4b5f5474f35763423684c0fe25c99cc7b2a01fcf"
55

6-
# dependencies (source: https://github.com/envoyproxy/envoy/blob/bae2e9d642a6a8ae6c5d3810f77f3e888f0d97da/api/bazel/repository_locations.bzl)
6+
# dependencies (source: https://github.com/envoyproxy/envoy/blob/4b5f5474f35763423684c0fe25c99cc7b2a01fcf/api/bazel/repository_locations.bzl)
77
GOOGLEAPIS_SHA="82944da21578a53b74e547774cf62ed31a05b841" # 2019-12-02
88
PGV_VERSION="0.9.1" # 2022-12-05
99
PROMETHEUS_SHA="147c58e9608a4f9628b53b6cc863325ca746f63a" # 2021-06-07

tools/envoy_release

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

0 commit comments

Comments
 (0)