diff --git a/docs/root/version_history/v1.11.0.rst b/docs/root/version_history/v1.11.0.rst index b59b25d887632..7ff8156bde69b 100644 --- a/docs/root/version_history/v1.11.0.rst +++ b/docs/root/version_history/v1.11.0.rst @@ -86,7 +86,7 @@ Changes * subset: added :ref:`list_as_any ` option to the subset lb which allows matching metadata against any of the values in a list value on the endpoints. -* tools: added :repo:`proto ` support for :ref:`router check tool ` tests. +* tools: added `proto `_ support for :ref:`router check tool ` tests. * tracing: add trace sampling configuration to the route, to override the route level. * upstream: added :ref:`upstream_cx_pool_overflow ` for the connection pool circuit breaker. * upstream: an EDS management server can now force removal of a host that is still passing active @@ -108,7 +108,7 @@ Deprecated * The --max-stats and --max-obj-name-len flags no longer has any effect. * Use of :ref:`cluster ` in :ref:`redis_proxy.proto ` is deprecated. Set a :ref:`catch_all_route ` instead. * Use of :ref:`catch_all_cluster ` in :ref:`redis_proxy.proto ` is deprecated. Set a :ref:`catch_all_route ` instead. -* Use of json based schema in router check tool tests. The tests should follow validation :repo:`schema `. +* Use of json based schema in router check tool tests. The tests should follow validation `schema `_. * Use of the v1 style route configuration for the :ref:`TCP proxy filter ` is now fully replaced with listener :ref:`filter chain matching `. Use this instead.