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
Fixed a nil pointer error that occurred when a SecurityPolicy referred to a UDS backend.
6
+
Fixed an issue where the Gateway API translator did not use the TLS configuration from the BackendTLSPolicy when connecting to the OIDC provider’s well-known endpoint.
7
+
Fixed a validation failure that occurred when multiple HTTPRoutes referred to the same extension filter.
8
+
Fixed a nil pointer error caused by accessing the cookie TTL without verifying if it was valid.
9
+
Fixed unexpected port number shifting in standalone mode.
10
+
Fixed an issue where the shutdown-manager did not respect the security context of the container spec.
11
+
Fixed readiness checks failing for single-stack IPv6 Envoy Gateway deployments on dual-stack clusters.
12
+
Fixed IPv6 dual-stack support not working as intended.
- Fixed a nil pointer error that occurred when a SecurityPolicy referred to a UDS backend.
10
+
- Fixed an issue where the Gateway API translator did not use the TLS configuration from the BackendTLSPolicy when connecting to the OIDC provider’s well-known endpoint.
11
+
- Fixed a validation failure that occurred when multiple HTTPRoutes referred to the same extension filter.
12
+
- Fixed a nil pointer error caused by accessing the cookie TTL without verifying if it was valid.
13
+
- Fixed unexpected port number shifting in standalone mode.
14
+
- Fixed an issue where the shutdown-manager did not respect the security context of the container spec.
15
+
- Fixed readiness checks failing for single-stack IPv6 Envoy Gateway deployments on dual-stack clusters.
16
+
- Fixed IPv6 dual-stack support not working as intended.
0 commit comments