diff --git a/VERSION.txt b/VERSION.txt index cf6782a1a768..7aec6311611e 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -1.30.9-dev +1.30.9 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/current.yaml b/changelogs/current.yaml index feb4e2fd4398..c5a31d05f51d 100644 --- a/changelogs/current.yaml +++ b/changelogs/current.yaml @@ -1,23 +1,9 @@ -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. - area: happy_eyeballs change: | Validate that ``additional_address`` are IP addresses instead of crashing when sorting. - -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 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/versions.yaml b/docs/versions.yaml index a5141eac8f85..b1de4becbf97 100644 --- a/docs/versions.yaml +++ b/docs/versions.yaml @@ -22,5 +22,5 @@ "1.26": 1.26.8 "1.27": 1.27.7 "1.28": 1.28.7 -"1.29": 1.29.11 -"1.30": 1.30.7 +"1.29": 1.29.12 +"1.30": 1.30.8