Skip to content

Commit 55189eb

Browse files
repo: Release v1.34.8 (envoyproxy#41484)
**Summary of changes**: * Security updates: Resolve dependency CVEs: - CVE-2025-0725: curl - CVE-2024-11407: gRPC - CVE-2024-25176: luajit - CVE-2024-25177: luajit - CVE-2024-25178: luajit - CVE-2025-27817: kafka - CVE-2025-27818: kafka **Docker images**: https://hub.docker.com/r/envoyproxy/envoy/tags?page=1&name=v1.34.8 **Docs**: https://www.envoyproxy.io/docs/envoy/v1.34.8/ **Release notes**: https://www.envoyproxy.io/docs/envoy/v1.34.8/version_history/v1.34/v1.34.8 **Full changelog**: envoyproxy/envoy@v1.34.7...v1.34.8 Signed-off-by: Ryan Northey <[email protected]> Signed-off-by: Rohit Agrawal <[email protected]> Co-authored-by: publish-envoy[bot] <140627008+publish-envoy[bot]@users.noreply.github.com>
1 parent 6be9955 commit 55189eb

File tree

8 files changed

+38
-19
lines changed

8 files changed

+38
-19
lines changed

VERSION.txt

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

changelogs/1.32.13.yaml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
date: October 13, 2025
2+
3+
bug_fixes:
4+
- area: dependency
5+
change: |
6+
Resolve dependency CVEs:
7+
8+
- CVE-2025-0725: curl
9+
- CVE-2024-7246: gRPC
10+
- CVE-2024-11407: gRPC
11+
- CVE-2025-27817: kafka
12+
- CVE-2025-27818: kafka
13+
- CVE-2024-51745: wasmtime
14+
- CVE-2025-53901: wasmtime.
15+
16+
new_features:
17+
- area: wasm
18+
change: |
19+
Added support for wasm plugins written in Go with the github.com/proxy-wasm/proxy-wasm-go-sdk and compiled with Go v1.24+.

changelogs/1.33.10.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
date: October 13, 2025
2+
3+
bug_fixes:
4+
- area: dependency
5+
change: |
6+
Resolve dependency CVEs:
7+
8+
- CVE-2025-0725: curl
9+
- CVE-2024-11407: gRPC
10+
- CVE-2024-25176: luajit
11+
- CVE-2024-25177: luajit
12+
- CVE-2024-25178: luajit
13+
- CVE-2025-27817: kafka
14+
- CVE-2025-27818: kafka.

changelogs/current.yaml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
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 13, 2025
82

93
bug_fixes:
10-
# *Changes expected to improve the state of the world and are unlikely to have negative effects*
114
- area: dependency
125
change: |
136
Resolve dependency CVEs:
@@ -19,10 +12,3 @@ bug_fixes:
1912
- CVE-2024-25178: luajit
2013
- CVE-2025-27817: kafka
2114
- CVE-2025-27818: kafka.
22-
23-
removed_config_or_runtime:
24-
# *Normally occurs at the end of the* :ref:`deprecation period <deprecated>`
25-
26-
new_features:
27-
28-
deprecated:

docs/inventories/v1.32/objects.inv

32 Bytes
Binary file not shown.

docs/inventories/v1.33/objects.inv

34 Bytes
Binary file not shown.

docs/inventories/v1.34/objects.inv

62 Bytes
Binary file not shown.

docs/versions.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@
2525
"1.29": 1.29.12
2626
"1.30": 1.30.11
2727
"1.31": 1.31.10
28-
"1.32": 1.32.12
29-
"1.33": 1.33.9
30-
"1.34": 1.34.6
28+
"1.32": 1.32.13
29+
"1.33": 1.33.10
30+
"1.34": 1.34.7

0 commit comments

Comments
 (0)