Skip to content

Commit

Permalink
docs: fix typos in the current changelogs
Browse files Browse the repository at this point in the history
Signed-off-by: Rohit Agrawal <rohit.agrawal@databricks.com>
  • Loading branch information
agrawroh committed Jan 5, 2025
1 parent b0d58be commit ce6c440
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions changelogs/current.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -340,8 +340,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
<envoy_v3_api_field_extensions.network.dns_resolver.cares.v3.CaresDnsResolverConfig.rotate_nameservers>, this
added nameserver rotation option to c-ares resolver. When enabled via :ref:`rotate_nameservers
<envoy_v3_api_field_extensions.network.dns_resolver.cares.v3.CaresDnsResolverConfig.rotate_nameservers>`, this
performs round-robin selection of the configured nameservers for each resolution to help distribute query load.
- area: access_log
change: |
Expand All @@ -355,7 +355,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.
Expand Down Expand Up @@ -394,7 +394,7 @@ new_features:
:ref:`attributes <arch_overview_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
Expand All @@ -411,12 +411,12 @@ new_features:
deprecated:
- area: rbac
change: |
metadata :ref:`metadata <envoy_v3_api_field_config.rbac.v3.Permission.metadata>` is now deprecated in the
:ref:`metadata <envoy_v3_api_field_config.rbac.v3.Permission.metadata>` is now deprecated in the
favor of :ref:`sourced_metadata <envoy_v3_api_field_config.rbac.v3.Permission.sourced_metadata>`.
- area: cluster
change: |
`DNS-related fields in :ref:`Cluster <envoy_v3_api_msg_config.cluster.v3.Cluster> are deprecated when using
strict and logical dns clusters. Instead, use the :ref:`cluster_type <envoy_v3_api_field_config.cluster.v3.Cluster.cluster_type`
DNS-related fields in :ref:`Cluster <envoy_v3_api_msg_config.cluster.v3.Cluster>` are deprecated when using strict
and logical dns clusters. Instead, use the :ref:`cluster_type <envoy_v3_api_field_config.cluster.v3.Cluster.cluster_type`
extension point with :ref:`typed_config<envoy_v3_api_field_config.cluster.v3.Cluster.CustomClusterType.typed_config>` of type
:ref:`DnsCluster <envoy_v3_api_msg_extensions.clusters.dns.v3.DnsCluster>`.
- area: aws_iam
Expand Down

0 comments on commit ce6c440

Please sign in to comment.