From aeb60e037a1937e2a2658ec0c7a72a5838e593ca Mon Sep 17 00:00:00 2001 From: Rohit Agrawal Date: Mon, 6 Jan 2025 12:55:34 +0100 Subject: [PATCH] docs: fix typos in the current changelogs (#37879) ## Description This PR fixes some small typo in the change-logs. Some of the entries are not getting rendered properly due to missing backticks, etc. Signed-off-by: Rohit Agrawal Co-authored-by: phlax --- changelogs/current.yaml | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/changelogs/current.yaml b/changelogs/current.yaml index 909c0053f23d..40c88b42311c 100644 --- a/changelogs/current.yaml +++ b/changelogs/current.yaml @@ -252,7 +252,7 @@ new_features: behaviour can also be overridden with this field. - area: tls change: | - Added support for P-384 and P-521 curves for TLS server certificates. + Added support for **P-384** and **P-521** curves for TLS server certificates. - area: tls change: | Added an :ref:`option @@ -271,8 +271,8 @@ new_features: added ``clear_route_cache`` foreign function to clear the route cache. - area: access_log change: | - Added %DOWNSTREAM_LOCAL_EMAIL_SAN%, %DOWNSTREAM_PEER_EMAIL_SAN%, %DOWNSTREAM_LOCAL_OTHERNAME_SAN% and - %DOWNSTREAM_PEER_OTHERNAME_SAN% substitution formatters. + Added ``%DOWNSTREAM_LOCAL_EMAIL_SAN%``, ``%DOWNSTREAM_PEER_EMAIL_SAN%``, ``%DOWNSTREAM_LOCAL_OTHERNAME_SAN%`` and + ``%DOWNSTREAM_PEER_OTHERNAME_SAN%`` substitution formatters. - area: access_log change: | Added support for logging upstream connection establishment duration in the @@ -284,7 +284,8 @@ new_features: Add logging functions to all lua objects. Previously these were only available on the Lua http filter request handle. - area: access log change: | - Added fields for :ref:`DOWNSTREAM_DIRECT_LOCAL_ADDRESS and DOWNSTREAM_DIRECT_LOCAL_ADDRESS_WITHOUT_PORT `. + Added fields for :ref:`DOWNSTREAM_DIRECT_LOCAL_ADDRESS ` and + :ref:`DOWNSTREAM_DIRECT_LOCAL_ADDRESS_WITHOUT_PORT `. - area: quic change: | Added :ref:`QUIC stats debug visitor ` to @@ -340,8 +341,8 @@ new_features: specifying an optional source for the metadata to be matched in addition to the metadata matcher. - area: c-ares change: | - added nameserver rotation option to c-ares resolver. When enabled via :ref:rotate_nameservers - , this + added nameserver rotation option to c-ares resolver. When enabled via :ref:`rotate_nameservers + `, this performs round-robin selection of the configured nameservers for each resolution to help distribute query load. - area: access_log change: | @@ -355,7 +356,7 @@ new_features: the key ``envoy.udp_proxy.cluster`` without setting ``envoy.upstream.dynamic_host``. - area: ext_authz change: | - added filter state field latency_us, bytesSent and bytesReceived access for CEL and logging. + added filter state field ``latency_us``, ``bytesSent`` and ``bytesReceived`` access for CEL and logging. - area: sni_dynamic_forward_proxy change: | Added support in SNI dynamic forward proxy for saving the resolved upstream address in the filter state. @@ -384,7 +385,7 @@ new_features: ` for more details. - area: filters change: | - Updatd the ``set_filter_state`` :ref:`filter ` to support per-route overrides. + Updated the ``set_filter_state`` :ref:`filter ` to support per-route overrides. - area: grpc-json change: | Added a new http filter for :ref:`gRPC to JSON transcoding `. @@ -394,7 +395,7 @@ new_features: :ref:`attributes ` for looking up xDS configuration information. - area: redis change: | - Added support for UNWATCH command. + Added support for ``UNWATCH`` command. - area: ratelimit change: | Add the :ref:`rate_limits @@ -411,13 +412,14 @@ new_features: deprecated: - area: rbac change: | - metadata :ref:`metadata ` is now deprecated in the + :ref:`metadata ` is now deprecated in the favor of :ref:`sourced_metadata `. - area: cluster change: | - `DNS-related fields in :ref:`Cluster are deprecated when using - strict and logical dns clusters. Instead, use the :ref:`cluster_type ` of type + DNS-related fields in :ref:`Cluster ` are deprecated when using + strict and logical DNS clusters. Instead, use the + :ref:`cluster_type ` extension point with + :ref:`typed_config ` of type :ref:`DnsCluster `. - area: aws_iam change: |