From ec00b490c51be405418e868fc07895eabc9ea9f6 Mon Sep 17 00:00:00 2001 From: John Howard Date: Tue, 5 Nov 2024 13:20:39 -0800 Subject: [PATCH] Add release note for "Relax recent SNI restrictions" Signed-off-by: John Howard --- changelogs/current.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/changelogs/current.yaml b/changelogs/current.yaml index 7d0e0f6439f1..ff9ad3e64b31 100644 --- a/changelogs/current.yaml +++ b/changelogs/current.yaml @@ -83,6 +83,9 @@ bug_fixes: Fixed metric for ADS disconnection counters using Google GRPC client. This extracts the GRPC client prefix specified in the :ref:`google_grpc ` resource used for ADS, and adds that as a tag ``envoy_google_grpc_client_prefix`` to the Prometheus stats. +- area: access_log + change: | + Relaxed the restriction on SNI logging to allow the `_` character, even if `envoy.reloadable_features.sanitize_sni_in_access_log` is enabled. removed_config_or_runtime: # *Normally occurs at the end of the* :ref:`deprecation period `