-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- [CVE-2024-53269](GHSA-mfqp-7mmj-rm53): Happy Eyeballs: Validate that additional_address are IP addresses instead of crashing when sorting. - [CVE-2024-53270](GHSA-q9qv-8j52-77p3): HTTP/1: sending overload crashes when the request is reset beforehand **Docker images**: https://hub.docker.com/r/envoyproxy/envoy/tags?page=1&name=v1.30.9 **Docs**: https://www.envoyproxy.io/docs/envoy/v1.30.9/ **Release notes**: https://www.envoyproxy.io/docs/envoy/v1.30.9/version_history/v1.30/v1.30.9 **Full changelog**: v1.30.8...v1.30.9 Signed-off-by: Ryan Northey <[email protected]> Signed-off-by: Boteng Yao <[email protected]>
- Loading branch information
Showing
6 changed files
with
10 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.30.9-dev | ||
1.30.9 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
date: December 18, 2024 | ||
|
||
bug_fixes: | ||
- area: http/1 | ||
change: | | ||
Fixes sending overload crashes when HTTP/1 request is reset. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 <deprecated>` | ||
|
||
new_features: | ||
|
||
deprecated: |
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 |