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
- Bump golang to `1.25.8` for security fixes to the go command and the `crypto/tls` package.
13
+
- Bump Envoy Proxy image to v1.37.1 for fixing several security issues and bug fixes. For more details, please refer to the [Envoy Proxy v1.37.1 release notes](https://github.com/envoyproxy/envoy/releases/tag/v1.37.1).
14
+
- Bump Envoy ratelimit image to `c8765e89` with security fixes for Go.
15
+
16
+
## New features
17
+
-
18
+
19
+
## Bug fixes
20
+
- Fixed an issue where specifying Value in ConnectionLimit was not optional. It now uses the Envoy default value if absent.
21
+
- 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.
22
+
- Fixed an issue where endpoint hostname was not respected when doing an active health check.
23
+
- Fixed an issue where computeHosts did not work when both listener and route had wildcard hostnames.
24
+
- Fixed local object reference resolution from parent policy in merged BackendTrafficPolicies.
25
+
- Fixed XListenerSet not allowing xRoutes from the same namespace when configured to allow them.
26
+
- Fixed API key authentication dropping non-first client IDs when credential Secrets contain multiple keys.
27
+
- Fixed an issue where SecurityPolicy route-target status included unmanaged Gateway parents when HTTPRoute had mixed parentRefs.
28
+
- Fixed an issue where ratelimit ConfigMap and HPA were not automatically cleaned up when the parent envoy-gateway Deployment was deleted.
0 commit comments