-
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.
**Docker images**: https://hub.docker.com/r/envoyproxy/envoy/tags?page=1&name=v1.29.11 **Docs**: https://www.envoyproxy.io/docs/envoy/v1.29.11/ **Release notes**: https://www.envoyproxy.io/docs/envoy/v1.29.11/version_history/v1.29/v1.29.11 **Full changelog**: v1.29.10...v1.29.11 Signed-off-by: Ryan Northey <[email protected]>
- Loading branch information
1 parent
b5b94e6
commit ca27f77
Showing
4 changed files
with
3 additions
and
15 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.29.11-dev | ||
1.29.11 |
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,27 +1,15 @@ | ||
date: Pending | ||
|
||
behavior_changes: | ||
# *Changes that are expected to cause an incompatibility if applicable; deployment changes are likely required* | ||
date: November 29, 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: 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 <deprecated>` | ||
|
||
new_features: | ||
|
||
deprecated: |
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,4 +22,4 @@ | |
"1.26": 1.26.8 | ||
"1.27": 1.27.7 | ||
"1.28": 1.28.7 | ||
"1.29": 1.29.9 | ||
"1.29": 1.29.10 |