Skip to content

Commit 5ea3e09

Browse files
authored
release notes for v1.5.5 (#7511)
* release notes for v1.5.5 Signed-off-by: zirain <[email protected]> * update Signed-off-by: zirain <[email protected]> * update date Signed-off-by: zirain <[email protected]> * update Signed-off-by: zirain <[email protected]> * update Signed-off-by: zirain <[email protected]> --------- Signed-off-by: zirain <[email protected]>
1 parent 1a3b01e commit 5ea3e09

File tree

2 files changed

+67
-0
lines changed

2 files changed

+67
-0
lines changed

release-notes/v1.5.5.yaml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
date: November 14, 2025
2+
3+
# Changes that are expected to cause an incompatibility with previous versions, such as deletions or modifications to existing APIs.
4+
breaking changes: |
5+
6+
# Updates addressing vulnerabilities, security flaws, or compliance requirements.
7+
security updates: |
8+
9+
# New features or capabilities added in this release.
10+
new features: |
11+
12+
bug fixes: |
13+
Fixed 500 errors caused by partially invalid BackendRefs; traffic is now correctly routed between valid backends and 500 responses according to their configured weights.
14+
Fixed certificate SAN overlap detection in gateway listeners.
15+
Fixed panic with request mirror with GRPCRoute.
16+
Fixed listener port limit typo 65353 -> 65535.
17+
Fixed validating EnvoyGateway configuration during a config update.
18+
Fixed missing JWT provider configuration when JWT authentication is configured on multiple HTTP listeners sharing the same port.
19+
Fixed IP family not set in UDPListener.
20+
Fixed issue where didn't watch change for the ca cert in the Backend.
21+
22+
# Enhancements that improve performance.
23+
performance improvements: |
24+
Fixed an memory leak issue where `watchable.Maps`` never closed when shutting down the provider.
25+
Coalesced updates to reduce intermediate updates.
26+
27+
# Deprecated features or APIs.
28+
deprecations: |
29+
30+
# Other notable changes not covered by the above sections.
31+
Other changes: |
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
title: "v1.5.5"
3+
publishdate: 2025-11-14
4+
---
5+
6+
Date: November 14, 2025
7+
8+
## Breaking changes
9+
-
10+
11+
## Security updates
12+
-
13+
14+
## New features
15+
-
16+
17+
## Bug fixes
18+
- Fixed 500 errors caused by partially invalid BackendRefs; traffic is now correctly routed between valid backends and 500 responses according to their configured weights.
19+
- Fixed certificate SAN overlap detection in gateway listeners.
20+
- Fixed panic with request mirror with GRPCRoute.
21+
- Fixed listener port limit typo 65353 -> 65535.
22+
- Fixed validating EnvoyGateway configuration during a config update.
23+
- Fixed missing JWT provider configuration when JWT authentication is configured on multiple HTTP listeners sharing the same port.
24+
- Fixed IP family not set in UDPListener.
25+
- Fixed issue where didn't watch change for the ca cert in the Backend.
26+
27+
## Performance improvements
28+
- Fixed an memory leak issue where `watchable.Maps`` never closed when shutting down the provider.
29+
- Coalesced updates to reduce intermediate updates.
30+
31+
## Deprecations
32+
-
33+
34+
## Other changes
35+
-
36+

0 commit comments

Comments
 (0)