mirror of https://github.com/status-im/consul.git
Clean up and make the changelog entries consistent for the replacement of Envoy deprecated fields. (#20079)
Clean up and make the changelog entries consistent for the replacement of Envoy deprrecated fields.
This commit is contained in:
parent
073959866d
commit
55d7e95a3e
|
@ -1,3 +1,3 @@
|
|||
```release-note:improvement
|
||||
xds: remove usages of deprecated Envoy fields: `envoy.config.cluster.v3.Cluster.http2_protocol_options`, `envoy.config.bootstrap.v3.Admin.access_log_path`
|
||||
connect: Replace usage of deprecated Envoy fields `envoy.config.cluster.v3.Cluster.http2_protocol_options` and `envoy.config.bootstrap.v3.Admin.access_log_path`.
|
||||
```
|
|
@ -1,3 +1,3 @@
|
|||
```release-note:improvement
|
||||
xds: Replace usage of deprecated Envoy field `envoy.config.cluster.v3.Cluster.http_protocol_options`
|
||||
connect: Replace usage of deprecated Envoy field `envoy.config.cluster.v3.Cluster.http_protocol_options`.
|
||||
```
|
|
@ -1,3 +1,3 @@
|
|||
```release-note:improvement
|
||||
connect: replace usage of deprecated Envoy field `envoy.config.router.v3.WeightedCluster.total_weight`.
|
||||
connect: Replace usage of deprecated Envoy field `envoy.config.router.v3.WeightedCluster.total_weight`.
|
||||
```
|
|
@ -1,3 +1,3 @@
|
|||
```release-note:improvement
|
||||
xds: replace usage of deprecated Envoy field `envoy.extensions.filters.http.lua.v3.Lua.inline_code`
|
||||
connect: Replace usage of deprecated Envoy field `envoy.extensions.filters.http.lua.v3.Lua.inline_code`.
|
||||
```
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
```release-note:improvement
|
||||
xds: replace usage of deprecated Envoy field `envoy.config.route.v3.HeaderMatcher.safe_regex_match`
|
||||
connect: Replace usage of deprecated Envoy fields `envoy.config.route.v3.HeaderMatcher.safe_regex_match` and `envoy.type.matcher.v3.RegexMatcher.google_re2`.
|
||||
```
|
Loading…
Reference in New Issue