Skip to content
This repository was archived by the owner on May 16, 2022. It is now read-only.

Commit 1ece97b

Browse files
committed
feat: update protos
1 parent 6825007 commit 1ece97b

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

src/WirePact.Translator.Base/envoy/config/core/v3/base.proto

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ import "google/protobuf/wrappers.proto";
1414

1515
import "xds/core/v3/context_params.proto";
1616

17+
import "envoy/annotations/deprecation.proto";
1718
import "udpa/annotations/migrate.proto";
1819
import "udpa/annotations/status.proto";
1920
import "udpa/annotations/versioning.proto";
@@ -204,7 +205,8 @@ message Node {
204205
// for filtering :ref:`listeners <config_listeners>` to be returned. For example,
205206
// if there is a listener bound to port 80, the list can optionally contain the
206207
// SocketAddress `(0.0.0.0,80)`. The field is optional and just a hint.
207-
repeated Address listening_addresses = 11 [deprecated = true];
208+
repeated Address listening_addresses = 11
209+
[deprecated = true, (envoy.annotations.deprecated_at_minor_version) = "3.0"];
208210
}
209211

210212
// Metadata provides additional inputs to filters based on matched listeners,

src/WirePact.Translator.Base/envoy/service/auth/v3/external_auth.proto

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import "envoy/type/v3/http_status.proto";
99
import "google/protobuf/struct.proto";
1010
import "google/rpc/status.proto";
1111

12+
import "envoy/annotations/deprecation.proto";
1213
import "udpa/annotations/status.proto";
1314
import "udpa/annotations/versioning.proto";
1415
import "validate/validate.proto";
@@ -95,7 +96,8 @@ message OkHttpResponse {
9596
// <envoy_v3_api_field_service.auth.v3.CheckResponse.dynamic_metadata>`. Until it is removed,
9697
// setting this field overrides :ref:`CheckResponse.dynamic_metadata
9798
// <envoy_v3_api_field_service.auth.v3.CheckResponse.dynamic_metadata>`.
98-
google.protobuf.Struct dynamic_metadata = 3 [deprecated = true];
99+
google.protobuf.Struct dynamic_metadata = 3
100+
[deprecated = true, (envoy.annotations.deprecated_at_minor_version) = "3.0"];
99101

100102
// This field allows the authorization service to send HTTP response headers
101103
// to the downstream client on success. Note that the :ref:`append field in HeaderValueOption <envoy_v3_api_field_config.core.v3.HeaderValueOption.append>`

0 commit comments

Comments
 (0)