Skip to content

Commit bae9f08

Browse files
publish-envoy[bot]phlax
authored andcommitted
repo: Release v1.34.9
**Summary of changes**: * Security update: - CVE-2025-62409: Fix a crash in the TCP connection pool **Docker images**: https://hub.docker.com/r/envoyproxy/envoy/tags?page=1&name=v1.34.9 **Docs**: https://www.envoyproxy.io/docs/envoy/v1.34.9/ **Release notes**: https://www.envoyproxy.io/docs/envoy/v1.34.9/version_history/v1.34/v1.34.9 **Full changelog**: envoyproxy/envoy@v1.34.8...v1.34.9 Signed-off-by: Ryan Northey <[email protected]> Signed-off-by: Boteng Yao <[email protected]>
1 parent b63344b commit bae9f08

File tree

6 files changed

+11
-18
lines changed

6 files changed

+11
-18
lines changed

VERSION.txt

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

changelogs/1.33.11.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
date: October 15, 2025
2+
3+
bug_fixes:
4+
- area: connection pool
5+
change: |
6+
Fix a crash in the TCP connection pool that occurs during downstream connection teardown when large requests
7+
or responses trigger flow control.

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 15, 2025
82

93
bug_fixes:
10-
# *Changes expected to improve the state of the world and are unlikely to have negative effects*
114
- area: connection pool
125
change: |
136
Fix a crash in the TCP connection pool that occurs during downstream connection teardown when large requests
147
or responses trigger flow control.
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

8 Bytes
Binary file not shown.

docs/inventories/v1.34/objects.inv

68 Bytes
Binary file not shown.

docs/versions.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@
2626
"1.30": 1.30.11
2727
"1.31": 1.31.10
2828
"1.32": 1.32.13
29-
"1.33": 1.33.10
30-
"1.34": 1.34.7
29+
"1.33": 1.33.11
30+
"1.34": 1.34.8

0 commit comments

Comments
 (0)