From 1f439c060dc63b12d7b3a269d0fc6eaf5956432c Mon Sep 17 00:00:00 2001 From: Derek Argueta Date: Tue, 2 Mar 2021 13:11:05 -0800 Subject: [PATCH] access_log -> access_logs in version_history Signed-off-by: Derek Argueta --- docs/root/version_history/current.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/root/version_history/current.rst b/docs/root/version_history/current.rst index c37f68365065..be0dd3ebd149 100644 --- a/docs/root/version_history/current.rst +++ b/docs/root/version_history/current.rst @@ -12,6 +12,7 @@ Minor Behavior Changes ---------------------- *Changes that may cause incompatibilities for some users, but should not for most* +* access_logs: fix substition formatter to recognize commands ending with an integer such as DOWNSTREAM_PEER_FINGERPRINT_256. * access_logs: change command operator %UPSTREAM_CLUSTER% to resolve to :ref:`alt_stat_name ` if provided. This behavior can be reverted by disabling the runtime feature `envoy.reloadable_features.use_observable_cluster_name`. * admin: added :ref:`observability_name ` information to GET /clusters?format=json :ref:`cluster status `. * access_log: fix substition formatter to recognize commands ending with an integer such as DOWNSTREAM_PEER_FINGERPRINT_256.