Skip to content

Commit dc2d309

Browse files
publish-envoy[bot]phlax
authored andcommitted
repo: Release v1.36.2
**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.36.2 **Docs**: https://www.envoyproxy.io/docs/envoy/v1.36.2/ **Release notes**: https://www.envoyproxy.io/docs/envoy/v1.36.2/version_history/v1.36/v1.36.2 **Full changelog**: v1.36.1...v1.36.2 Signed-off-by: Ryan Northey <[email protected]>
1 parent 4a26828 commit dc2d309

File tree

10 files changed

+27
-20
lines changed

10 files changed

+27
-20
lines changed

VERSION.txt

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

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/1.35.6.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

55 Bytes
Binary file not shown.

docs/inventories/v1.36/objects.inv

89 Bytes
Binary file not shown.

docs/versions.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
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.5
32-
"1.36": 1.36.0
29+
"1.33": 1.33.12
30+
"1.34": 1.34.10
31+
"1.35": 1.35.6
32+
"1.36": 1.36.1

0 commit comments

Comments
 (0)