From 3fd271b3d903e2a0317a7cbac2759e1dfccf2b33 Mon Sep 17 00:00:00 2001 From: Ryan Northey Date: Sun, 8 Dec 2024 20:37:11 +0000 Subject: [PATCH] repo: Dev v1.31.5 Signed-off-by: Ryan Northey --- VERSION.txt | 2 +- changelogs/1.31.4.yaml | 18 ++++++++++++++++++ changelogs/current.yaml | 27 +++++++++++++-------------- 3 files changed, 32 insertions(+), 15 deletions(-) create mode 100644 changelogs/1.31.4.yaml diff --git a/VERSION.txt b/VERSION.txt index cca52685e7f0..2914bc84e462 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -1.31.4 +1.31.5-dev diff --git a/changelogs/1.31.4.yaml b/changelogs/1.31.4.yaml new file mode 100644 index 000000000000..1a5d8e83f261 --- /dev/null +++ b/changelogs/1.31.4.yaml @@ -0,0 +1,18 @@ +date: December 8, 2024 + +minor_behavior_changes: +- area: dns + change: | + Patched c-ares to address CVE-2024-25629. + +bug_fixes: +- 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. +- area: tracers + change: | + Avoid possible overflow when setting span attributes in Dynatrace sampler. +- area: validation/tools + change: | + Add back missing extension for ``schema_validator_tool``. diff --git a/changelogs/current.yaml b/changelogs/current.yaml index 1a5d8e83f261..9ecf0d6e48ce 100644 --- a/changelogs/current.yaml +++ b/changelogs/current.yaml @@ -1,18 +1,17 @@ -date: December 8, 2024 +date: Pending + +behavior_changes: +# *Changes that are expected to cause an incompatibility if applicable; deployment changes are likely required* minor_behavior_changes: -- area: dns - change: | - Patched c-ares to address CVE-2024-25629. +# *Changes that may cause incompatibilities for some users, but should not for most* bug_fixes: -- 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. -- area: tracers - change: | - Avoid possible overflow when setting span attributes in Dynatrace sampler. -- area: validation/tools - change: | - Add back missing extension for ``schema_validator_tool``. +# *Changes expected to improve the state of the world and are unlikely to have negative effects* + +removed_config_or_runtime: +# *Normally occurs at the end of the* :ref:`deprecation period ` + +new_features: + +deprecated: