diff --git a/VERSION.txt b/VERSION.txt index 96f1d1063d9c..c78d39b8ed1d 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -1.32.2-dev +1.32.2 diff --git a/changelogs/1.29.11.yaml b/changelogs/1.29.11.yaml new file mode 100644 index 000000000000..1ae719a51338 --- /dev/null +++ b/changelogs/1.29.11.yaml @@ -0,0 +1,15 @@ +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: validation/tools + change: | + Add back missing extension for ``schema_validator_tool``. diff --git a/changelogs/1.30.8.yaml b/changelogs/1.30.8.yaml new file mode 100644 index 000000000000..1a5d8e83f261 --- /dev/null +++ b/changelogs/1.30.8.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/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 7b595962b6af..5ea31acf5a5d 100644 --- a/changelogs/current.yaml +++ b/changelogs/current.yaml @@ -1,21 +1,16 @@ -date: Pending - -behavior_changes: -# *Changes that are expected to cause an incompatibility if applicable; deployment changes are likely required* +date: December 8, 2024 minor_behavior_changes: -# *Changes that may cause incompatibilities for some users, but should not for most* - area: dns change: | Patched c-ares to address CVE-2024-25629. bug_fixes: -# *Changes expected to improve the state of the world and are unlikely to have negative effects* - 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: original_ip_detection custom header extension +- area: original_ip_detection change: | Reverted :ref:`custom header ` extension to its @@ -30,10 +25,3 @@ bug_fixes: change: | Fixed bug where setting ``dns_jitter `` to large values caused Envoy Bug to fire. - -removed_config_or_runtime: -# *Normally occurs at the end of the* :ref:`deprecation period ` - -new_features: - -deprecated: diff --git a/docs/inventories/v1.29/objects.inv b/docs/inventories/v1.29/objects.inv index f39a46f04de2..97f301799921 100644 Binary files a/docs/inventories/v1.29/objects.inv and b/docs/inventories/v1.29/objects.inv differ diff --git a/docs/inventories/v1.30/objects.inv b/docs/inventories/v1.30/objects.inv index 2daecd7fd216..79532a36ef4e 100644 Binary files a/docs/inventories/v1.30/objects.inv and b/docs/inventories/v1.30/objects.inv differ diff --git a/docs/inventories/v1.31/objects.inv b/docs/inventories/v1.31/objects.inv index e5393f9ff09e..6481a5d39228 100644 Binary files a/docs/inventories/v1.31/objects.inv and b/docs/inventories/v1.31/objects.inv differ diff --git a/docs/inventories/v1.32/objects.inv b/docs/inventories/v1.32/objects.inv index 08c95f024658..e153081b6493 100644 Binary files a/docs/inventories/v1.32/objects.inv and b/docs/inventories/v1.32/objects.inv differ diff --git a/docs/versions.yaml b/docs/versions.yaml index e02e4f9e998d..327c6a0fd754 100644 --- a/docs/versions.yaml +++ b/docs/versions.yaml @@ -22,7 +22,7 @@ "1.26": 1.26.8 "1.27": 1.27.7 "1.28": 1.28.7 -"1.29": 1.29.10 -"1.30": 1.30.7 -"1.31": 1.31.3 -"1.32": 1.32.0 +"1.29": 1.29.11 +"1.30": 1.30.8 +"1.31": 1.31.4 +"1.32": 1.32.1