diff --git a/VERSION.txt b/VERSION.txt index 6e24a0f33cb9..cca52685e7f0 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -1.31.4-dev +1.31.4 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/current.yaml b/changelogs/current.yaml index 1d7617e18dc3..1a5d8e83f261 100644 --- a/changelogs/current.yaml +++ b/changelogs/current.yaml @@ -1,16 +1,11 @@ -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 @@ -21,10 +16,3 @@ bug_fixes: - area: validation/tools change: | Add back missing extension for ``schema_validator_tool``. - -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 8bd3786841cb..e5393f9ff09e 100644 Binary files a/docs/inventories/v1.31/objects.inv and b/docs/inventories/v1.31/objects.inv differ diff --git a/docs/versions.yaml b/docs/versions.yaml index 7f39833f9d52..2df43f449f79 100644 --- a/docs/versions.yaml +++ b/docs/versions.yaml @@ -22,6 +22,6 @@ "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.2 +"1.29": 1.29.11 +"1.30": 1.30.8 +"1.31": 1.31.3