File tree Expand file tree Collapse file tree 5 files changed +10
-7
lines changed
api/src/main/proto/envoy/extensions
filters/http/stateful_session/v3
server/src/test/java/io/envoyproxy/controlplane/server Expand file tree Collapse file tree 5 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -22,8 +22,7 @@ message StatefulSession {
22
22
// get address of the upstream host to which the session is assigned.
23
23
//
24
24
// [#extension-category: envoy.http.stateful_session]
25
- config.core.v3.TypedExtensionConfig session_state = 1
26
- [(validate.rules ).message = {required : true}];
25
+ config.core.v3.TypedExtensionConfig session_state = 1 ;
27
26
}
28
27
29
28
message StatefulSessionPerRoute {
Original file line number Diff line number Diff line change @@ -448,8 +448,12 @@ message CertificateValidationContext {
448
448
// <envoy_v3_api_field_extensions.transport_sockets.tls.v3.CertificateValidationContext.trusted_ca>`.
449
449
repeated SubjectAltNameMatcher match_typed_subject_alt_names = 15 ;
450
450
451
- // This field is deprecated in favor of ref:`match_typed_subject_alt_names
451
+ // This field is deprecated in favor of
452
+ // :ref:`match_typed_subject_alt_names
453
+ // <envoy_v3_api_field_extensions.transport_sockets.tls.v3.CertificateValidationContext.match_typed_subject_alt_names>`.
454
+ // Note that if both this field and :ref:`match_typed_subject_alt_names
452
455
// <envoy_v3_api_field_extensions.transport_sockets.tls.v3.CertificateValidationContext.match_typed_subject_alt_names>`
456
+ // are specified, the former (deprecated field) is ignored.
453
457
repeated type.matcher.v3.StringMatcher match_subject_alt_names = 9
454
458
[deprecated = true , (envoy.annotations.deprecated_at_minor_version ) = "3.0" ];
455
459
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ class EnvoyContainer extends GenericContainer<EnvoyContainer> {
24
24
EnvoyContainer (String config , Supplier <Integer > controlPlanePortSupplier ) {
25
25
// this version is changed automatically by /tools/update-sha.sh:57
26
26
// if you change it make sure to reflect changes there
27
- super ("envoyproxy/envoy-dev:dcd329a2e95b54f754b17aceca3f72724294b502 " );
27
+ super ("envoyproxy/envoy-dev:c919bdec19d79e97f4f56e4095706f8e6a383f1c " );
28
28
this .config = config ;
29
29
this .controlPlanePortSupplier = controlPlanePortSupplier ;
30
30
}
Original file line number Diff line number Diff line change 1
1
# Update the versions here and run update-api.sh
2
2
3
3
# envoy (source: SHA from https://github.com/envoyproxy/envoy)
4
- ENVOY_SHA="dcd329a2e95b54f754b17aceca3f72724294b502 "
4
+ ENVOY_SHA="c919bdec19d79e97f4f56e4095706f8e6a383f1c "
5
5
6
- # dependencies (source: https://github.com/envoyproxy/envoy/blob/dcd329a2e95b54f754b17aceca3f72724294b502 /api/bazel/repository_locations.bzl)
6
+ # dependencies (source: https://github.com/envoyproxy/envoy/blob/c919bdec19d79e97f4f56e4095706f8e6a383f1c /api/bazel/repository_locations.bzl)
7
7
GOOGLEAPIS_SHA="82944da21578a53b74e547774cf62ed31a05b841" # 2019-12-02
8
8
PGV_VERSION="0.6.7" # 2022-03-04
9
9
PROMETHEUS_SHA="147c58e9608a4f9628b53b6cc863325ca746f63a" # 2021-06-07
Original file line number Diff line number Diff line change 1
- v1.22.0
1
+ v1.22.2
You can’t perform that action at this time.
0 commit comments