Skip to content

Commit

Permalink
repo: Release v1.31.4
Browse files Browse the repository at this point in the history
  • Loading branch information
publish-envoy[bot] authored and phlax committed Dec 8, 2024
1 parent 7df89cc commit d045f42
Show file tree
Hide file tree
Showing 8 changed files with 38 additions and 17 deletions.
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.31.4-dev
1.31.4
15 changes: 15 additions & 0 deletions changelogs/1.29.11.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
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: validation/tools
change: |
Add back missing extension for ``schema_validator_tool``.
18 changes: 18 additions & 0 deletions changelogs/1.30.8.yaml
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``.
14 changes: 1 addition & 13 deletions changelogs/current.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,11 @@
date: Pending

behavior_changes:
# *Changes that are expected to cause an incompatibility if applicable; deployment changes are likely required*
date: December 8, 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
Expand All @@ -21,10 +16,3 @@ bug_fixes:
- 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 modified docs/inventories/v1.29/objects.inv
Binary file not shown.
Binary file modified docs/inventories/v1.30/objects.inv
Binary file not shown.
Binary file modified docs/inventories/v1.31/objects.inv
Binary file not shown.
6 changes: 3 additions & 3 deletions docs/versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"1.26": 1.26.8
"1.27": 1.27.7
"1.28": 1.28.7
"1.29": 1.29.10
"1.30": 1.30.7
"1.31": 1.31.2
"1.29": 1.29.11
"1.30": 1.30.8
"1.31": 1.31.3

0 comments on commit d045f42

Please sign in to comment.