Skip to content

Commit ea0914e

Browse files
publish-envoy[bot]phlax
authored andcommitted
repo: Release v1.30.8
**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>
1 parent 5a8aa2c commit ea0914e

File tree

6 files changed

+19
-16
lines changed

6 files changed

+19
-16
lines changed

VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.30.8-dev
1+
1.30.8

changelogs/1.29.11.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
date: November 29, 2024
2+
3+
minor_behavior_changes:
4+
- area: dns
5+
change: |
6+
Patched c-ares to address CVE-2024-25629.
7+
8+
bug_fixes:
9+
- area: access_log
10+
change: |
11+
Relaxed the restriction on SNI logging to allow the ``_`` character, even if
12+
``envoy.reloadable_features.sanitize_sni_in_access_log`` is enabled.
13+
- area: validation/tools
14+
change: |
15+
Add back missing extension for ``schema_validator_tool``.

changelogs/current.yaml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,11 @@
1-
date: Pending
2-
3-
behavior_changes:
4-
# *Changes that are expected to cause an incompatibility if applicable; deployment changes are likely required*
1+
date: November 29, 2024
52

63
minor_behavior_changes:
7-
# *Changes that may cause incompatibilities for some users, but should not for most*
84
- area: dns
95
change: |
106
Patched c-ares to address CVE-2024-25629.
117
128
bug_fixes:
13-
# *Changes expected to improve the state of the world and are unlikely to have negative effects*
149
- area: access_log
1510
change: |
1611
Relaxed the restriction on SNI logging to allow the ``_`` character, even if
@@ -21,10 +16,3 @@ bug_fixes:
2116
- area: validation/tools
2217
change: |
2318
Add back missing extension for ``schema_validator_tool``.
24-
25-
removed_config_or_runtime:
26-
# *Normally occurs at the end of the* :ref:`deprecation period <deprecated>`
27-
28-
new_features:
29-
30-
deprecated:

docs/inventories/v1.29/objects.inv

21 Bytes
Binary file not shown.

docs/inventories/v1.30/objects.inv

64 Bytes
Binary file not shown.

docs/versions.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@
2222
"1.26": 1.26.8
2323
"1.27": 1.27.7
2424
"1.28": 1.28.7
25-
"1.29": 1.29.10
26-
"1.30": 1.30.6
25+
"1.29": 1.29.11
26+
"1.30": 1.30.7

0 commit comments

Comments
 (0)