You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 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.
0 commit comments