-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Ryan Northey <[email protected]>
Showing
3 changed files
with
32 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.31.4 | ||
1.31.5-dev |
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,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``. |
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,18 +1,17 @@ | ||
date: December 8, 2024 | ||
date: Pending | ||
|
||
behavior_changes: | ||
# *Changes that are expected to cause an incompatibility if applicable; deployment changes are likely required* | ||
|
||
minor_behavior_changes: | ||
- area: dns | ||
change: | | ||
Patched c-ares to address CVE-2024-25629. | ||
# *Changes that may cause incompatibilities for some users, but should not for most* | ||
|
||
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``. | ||
# *Changes expected to improve the state of the world and are unlikely to have negative effects* | ||
|
||
removed_config_or_runtime: | ||
# *Normally occurs at the end of the* :ref:`deprecation period <deprecated>` | ||
|
||
new_features: | ||
|
||
deprecated: |