Skip to content

Commit 2f255ab

Browse files
committed
[release/v1.6] add release notes for v1.6.5
Signed-off-by: Rudrakh Panigrahi <[email protected]>
1 parent cbb2a7c commit 2f255ab

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

release-notes/v1.6.5.yaml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
date: March 12, 2026
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+
Bump golang to `1.25.8` for security fixes to the go command and the `crypto/tls` package.
9+
Bump Envoy Proxy image to v1.36.5 for fixing several security issues and bug fixes. For more details, please refer to the [Envoy Proxy v1.36.5 release notes](https://github.com/envoyproxy/envoy/releases/tag/v1.36.5).
10+
Bump Envoy ratelimit image to `c8765e89` with security fixes for Go.
11+
12+
# New features or capabilities added in this release.
13+
new features: |
14+
15+
bug fixes: |
16+
Fixed local object reference resolution from parent policy in merged BackendTrafficPolicies.
17+
Fixed route and policy status aggregation across multiple GatewayClasses managed by the same controller, so resources preserve status from all relevant parents and ancestors instead of being overwritten by the last processed GatewayClass.
18+
Exclude unmanaged route parents from xPolicy status ancestors.
19+
Fixed an issue where computeHosts doesn't work when listener and route both wildcard.
20+
Add ownership references to ratelimit ConfigMap and HPA resources.
21+
Made ConnectionLimit.Value optional so users can configure MaxConnectionDuration, MaxRequestsPerConnection, or MaxStreamDuration without setting a max connections value.
22+
23+
# Enhancements that improve performance.
24+
performance improvements: |
25+
26+
# Deprecated features or APIs.
27+
deprecations: |
28+
29+
# Other notable changes not covered by the above sections.
30+
Other changes: |

0 commit comments

Comments
 (0)