Skip to content

Commit

Permalink
repo: Release v1.30.8
Browse files Browse the repository at this point in the history
**Summary of changes**

- Minor bug fixes

**Docker images**:
    https://hub.docker.com/r/envoyproxy/envoy/tags?page=1&name=v1.30.8
**Docs**:
    https://www.envoyproxy.io/docs/envoy/v1.30.8/
**Release notes**:
    https://www.envoyproxy.io/docs/envoy/v1.30.8/version_history/v1.30/v1.30.8
**Full changelog**:
    v1.30.7...v1.30.8

Signed-off-by: Ryan Northey <ryan@synca.io>

Signed-off-by: publish-envoy[bot] <140627008+publish-envoy[bot]@users.noreply.github.com>
  • Loading branch information
publish-envoy[bot] authored and phlax committed Dec 8, 2024
1 parent 5a8aa2c commit ea0914e
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 16 deletions.
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.30.8-dev
1.30.8
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: November 29, 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``.
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: 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
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.
4 changes: 2 additions & 2 deletions docs/versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
"1.26": 1.26.8
"1.27": 1.27.7
"1.28": 1.28.7
"1.29": 1.29.10
"1.30": 1.30.6
"1.29": 1.29.11
"1.30": 1.30.7

0 comments on commit ea0914e

Please sign in to comment.