diff --git a/VERSION.txt b/VERSION.txt index 2914bc84e462..490b76e45198 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -1.31.5-dev +1.31.5 diff --git a/changelogs/1.29.12.yaml b/changelogs/1.29.12.yaml new file mode 100644 index 000000000000..6418b8cde24b --- /dev/null +++ b/changelogs/1.29.12.yaml @@ -0,0 +1,6 @@ +date: December 18, 2024 + +bug_fixes: +- area: http/1 + change: | + Fixes sending overload crashes when HTTP/1 request is reset. diff --git a/changelogs/1.30.9.yaml b/changelogs/1.30.9.yaml new file mode 100644 index 000000000000..c5a31d05f51d --- /dev/null +++ b/changelogs/1.30.9.yaml @@ -0,0 +1,9 @@ +date: December 18, 2024 + +bug_fixes: +- area: http/1 + change: | + Fixes sending overload crashes when HTTP/1 request is reset. +- area: happy_eyeballs + change: | + Validate that ``additional_address`` are IP addresses instead of crashing when sorting. diff --git a/changelogs/current.yaml b/changelogs/current.yaml index 981e449d60d3..4dec346231fa 100644 --- a/changelogs/current.yaml +++ b/changelogs/current.yaml @@ -1,13 +1,6 @@ -date: Pending - -behavior_changes: -# *Changes that are expected to cause an incompatibility if applicable; deployment changes are likely required* - -minor_behavior_changes: -# *Changes that may cause incompatibilities for some users, but should not for most* +date: December 18, 2024 bug_fixes: -# *Changes expected to improve the state of the world and are unlikely to have negative effects* - area: http/1 change: | Fixes sending overload crashes when HTTP/1 request is reset. @@ -18,10 +11,3 @@ bug_fixes: change: | Fix incorrect handling of non-101 1xx responses. This fix can be temporarily reverted by setting runtime guard ``envoy.reloadable_features.wait_for_first_byte_before_balsa_msg_done`` to false. - -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 97f301799921..319a06da506f 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 79532a36ef4e..b4c208b65fea 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/versions.yaml b/docs/versions.yaml index 2df43f449f79..5027017568be 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.11 -"1.30": 1.30.8 -"1.31": 1.31.3 +"1.29": 1.29.12 +"1.30": 1.30.9 +"1.31": 1.31.4