Skip to content

Commit 6fe1905

Browse files
publish-envoy[bot]phlax
authored andcommitted
repo: Release v1.34.4
**Summary of changes**: * Wasm: - Update v8 and wasmtime to resolve CVEs. **Docker images**: https://hub.docker.com/r/envoyproxy/envoy/tags?page=1&name=v1.34.4 **Docs**: https://www.envoyproxy.io/docs/envoy/v1.34.4/ **Release notes**: https://www.envoyproxy.io/docs/envoy/v1.34.4/version_history/v1.34/v1.34.4 **Full changelog**: v1.34.3...v1.34.4 Signed-off-by: Ryan Northey <ryan@synca.io> Signed-off-by: Rohit Agrawal <rohit.agrawal@databricks.com>
1 parent 87e1648 commit 6fe1905

8 files changed

Lines changed: 22 additions & 17 deletions

File tree

VERSION.txt

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

changelogs/1.32.9.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
date: July 24, 2025
2+
3+
behavior_changes:
4+
- area: wasm
5+
change: |
6+
Bumped up V8 version to ``12.9.202.27`` to address multiple CVEs.

changelogs/1.33.6.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
date: July 24, 2025
2+
3+
behavior_changes:
4+
- area: wasm
5+
change: |
6+
Bumped up V8 version to ``12.9.202.27`` to address multiple CVEs.
7+
8+
bug_fixes:
9+
- area: wasm
10+
change: |
11+
Bumped wasmtime version to 24.0.2 to address CVE.

changelogs/current.yaml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,11 @@
1-
date: Pending
1+
date: July 24, 2025
22

33
behavior_changes:
4-
# *Changes that are expected to cause an incompatibility if applicable; deployment changes are likely required*
54
- area: wasm
65
change: |
76
Bumped up V8 version to ``12.9.202.27`` to address multiple CVEs.
87
9-
minor_behavior_changes:
10-
# *Changes that may cause incompatibilities for some users, but should not for most*
11-
128
bug_fixes:
13-
# *Changes expected to improve the state of the world and are unlikely to have negative effects*
149
- area: wasm
1510
change: |
1611
Bumped wasmtime version to 24.0.2 to address CVE.
17-
18-
removed_config_or_runtime:
19-
# *Normally occurs at the end of the* :ref:`deprecation period <deprecated>`
20-
21-
new_features:
22-
23-
deprecated:

docs/inventories/v1.32/objects.inv

20 Bytes
Binary file not shown.

docs/inventories/v1.33/objects.inv

43 Bytes
Binary file not shown.

docs/inventories/v1.34/objects.inv

76 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.8
29-
"1.33": 1.33.5
30-
"1.34": 1.34.2
28+
"1.32": 1.32.9
29+
"1.33": 1.33.6
30+
"1.34": 1.34.3

0 commit comments

Comments
 (0)