Skip to content

Commit 0d240c4

Browse files
publish-envoy[bot]phlax
authored andcommitted
repo: Release v1.35.6
**Summary of changes**: * Security update: - CVE-2025-62504: A crash that occurs when Lua filters handle a sufficiently large response body **Docker images**: https://hub.docker.com/r/envoyproxy/envoy/tags?page=1&name=v1.35.6 **Docs**: https://www.envoyproxy.io/docs/envoy/v1.35.6/ **Release notes**: https://www.envoyproxy.io/docs/envoy/v1.35.6/version_history/v1.35/v1.35.6 **Full changelog**: v1.35.5...v1.35.6 Signed-off-by: Ryan Northey <[email protected]> Signed-off-by: Boteng Yao <[email protected]>
1 parent e1afeb5 commit 0d240c4

File tree

8 files changed

+19
-19
lines changed

8 files changed

+19
-19
lines changed

VERSION.txt

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

changelogs/1.33.12.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
date: October 16, 2025
2+
3+
bug_fixes:
4+
- area: lua
5+
change: |
6+
Fix a bug where Lua filters may result in Envoy crashes when setting response body to a
7+
larger payload (greater than the body buffer limit).

changelogs/1.34.10.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
date: October 17, 2025
2+
3+
bug_fixes:
4+
- area: lua
5+
change: |
6+
Fix a bug where Lua filters may result in Envoy crashes when setting response body to a
7+
larger payload (greater than the body buffer limit).

changelogs/current.yaml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,7 @@
1-
date: Pending
2-
3-
behavior_changes:
4-
# *Changes that are expected to cause an incompatibility if applicable; deployment changes are likely required*
5-
6-
minor_behavior_changes:
7-
# *Changes that may cause incompatibilities for some users, but should not for most*
1+
date: October 17, 2025
82

93
bug_fixes:
10-
# *Changes expected to improve the state of the world and are unlikely to have negative effects*
114
- area: lua
125
change: |
136
Fix a bug where Lua filters may result in Envoy crashes when setting response body to a
147
larger payload (greater than the body buffer limit).
15-
16-
removed_config_or_runtime:
17-
# *Normally occurs at the end of the* :ref:`deprecation period <deprecated>`
18-
19-
new_features:
20-
21-
deprecated:

docs/inventories/v1.33/objects.inv

15 Bytes
Binary file not shown.

docs/inventories/v1.34/objects.inv

39 Bytes
Binary file not shown.

docs/inventories/v1.35/objects.inv

65 Bytes
Binary file not shown.

docs/versions.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@
2626
"1.30": 1.30.11
2727
"1.31": 1.31.10
2828
"1.32": 1.32.13
29-
"1.33": 1.33.11
30-
"1.34": 1.34.9
31-
"1.35": 1.35.4
29+
"1.33": 1.33.12
30+
"1.34": 1.34.10
31+
"1.35": 1.35.5

0 commit comments

Comments
 (0)