Skip to content

Commit b5c9216

Browse files
authored
[release/v1.4] release notes and verion (#7244)
1 parent 33e70f9 commit b5c9216

File tree

3 files changed

+35
-1
lines changed

3 files changed

+35
-1
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.4.4
1+
v1.4.5

release-notes/v1.4.5.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
date: October 17, 2025
2+
3+
security updates: |
4+
Bumped golang to 1.24.9 to fix the crypto/x509 reggression.
5+
6+
bug fixes: |
7+
Added a check to ensure that per proxy xds snapshot cache references are cleaned up when the connection is closed.
8+
Fixed an issue where use GRPCRoute with RequestMirror cause panic.
9+
Fixed an issue where certificate SAN overlap detection in gateway listeners.
10+
Disabled the default emission of `x-envoy-ratelimited` headers from the rate limit filter and re-enable with the `enableEnvoyHeaders` setting in ClientTrafficPolicy.
11+
12+
other changes: |
13+
Updated Envoy Proxy to v1.34.10.
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: "v1.4.5"
3+
publishdate: 2025-10-17
4+
---
5+
6+
Date: October 15, 2025
7+
8+
## Security updates
9+
10+
- Bumped golang to 1.24.9 to fix the crypto/x509 reggression.
11+
12+
## Bug fixes
13+
14+
- Added a check to ensure that per proxy xds snapshot cache references are cleaned up when the connection is closed.
15+
- Fixed an issue where use GRPCRoute with RequestMirror cause panic.
16+
- Fixed an issue where certificate SAN overlap detection in gateway listeners.
17+
- Disabled the default emission of `x-envoy-ratelimited` headers from the rate limit filter and re-enable with the `enableEnvoyHeaders` setting in ClientTrafficPolicy.
18+
19+
## Other changes
20+
21+
- Updated Envoy Proxy to v1.34.10.

0 commit comments

Comments
 (0)