v1.4.0-rc.1
3 minute read
Date: May 1, 2025
Breaking Changes
- Use a dedicated listener port (19003) for EnvoyProxy readiness.
- Use the Envoy JSON formatter for the default access log instead of the text formatter.
- EnvoyGateway now skips xDS snapshot updates in case of errors during xDS translation.
- When the Extension Manager is configured to Fail Open, translation errors are logged and suppressed.
- When the Extension Manager is configured not to Fail Open, Envoy Gateway will no longer replace affected resources. Instead, the xDS snapshot update is skipped.
Security Updates
- Fixed CVE-2025-25294.
New Features
- Added support for configuring
maxUnavailableinKubernetesPodDisruptionBudgetSpec. - Added support for percentage-based request mirroring.
- Added support for
matchExpressionsinTargetSelector. - Added a defaulter for Gateway API resources loaded from files to set default values.
- Added support for defining Lua EnvoyExtensionPolicies.
- Added a
RequestIDfield inClientTrafficPolicy.HeaderSettingsto configure Envoy’sX-Request-IDbehavior. - Added support for HorizontalPodAutoscaler in the Helm chart.
- Added support for distinct header and distinct source CIDR-based local rate limiting.
- Added support for forwarding the authenticated username to the backend via a configurable header in
BasicAuth. - Added support for HTTP Methods and Headers-based authorization in
SecurityPolicy. - Added support for zone-aware routing.
- Added support for
BackendTLSPolicyto targetServiceImport. - Added support for the
kubernetes.io/h2capplication protocol inServiceImport. - Added support for per-host circuit breaker thresholds.
- Added support for injecting credentials from a Kubernetes Secret into a request header. Credentials can be injected using either an
HTTPRouteFilteror aBackendReffilter. - Added support for
egctlWebSocket in addition to SPDY. - Added a Helm chart configuration option to set the
TrafficDistributionfield in the Envoy Gateway Service. - Added support for setting the Envoy Proxy log level to
trace. - Added support for global
imageRegistryandimagePullSecretsin the Helm chart. - Added support for using a local JWKS (inline string or in a
ConfigMap) to validate JWT tokens inSecurityPolicy. - Added support for logging resource statuses in standalone mode.
- Added support for per-route tracing in
BackendTrafficPolicy. - Added support for configuring retry settings for Extension Service hooks in
EnvoyGatewayconfig. - Added support for request buffering using the Envoy Buffer filter.
- Added support for the
mergetype inBackendTrafficPolicy. - Added support for the
OverlappingTLSConfigcondition in Gateway status. This condition is set if there are overlapping hostnames or certificates between listeners. The ALPN protocol is set toHTTP/1.1for overlapping listeners to avoid HTTP/2 Connection Coalescing.
Bug Fixes
- Fixed traffic splitting when filters are attached to the
backendRef. - Added support for Secret and ConfigMap parsing in standalone mode.
- Bypassed overload manager for stats and ready listeners.
- Fixed translation of
backendSettingsforextAuth. - Fixed an issue where the stats compressor was not working.
- Added support for
BackendTLSPolicyandEnvoyExtensionPolicyparsing in standalone mode. - Retriggered reconciliation when a
backendRefof typeServiceImportis updated or whenEndpointSlice(s)for aServiceImportare updated. - Fixed an issue where errors were not logged and returned in the Kubernetes Reconcile method when a
GatewayClassis not accepted. - Fixed allowing an empty text field for OpenTelemetry sink when using JSON format.
- Fixed an issue where
SamplingFractionwas not working. - Fixed Kubernetes resources not being deleted when a customized name was used.
- No longer treating essential resources (e.g.,
namespace) as missing while loading from a file. - No longer setting retriable status codes to
503whenRetryOnis configured inBackendTrafficPolicy.
Performance Improvements
- Added a cache for Wasm OCI image permission checks and now checking
pullSecretsagainst the OCI image registry in a background goroutine.
Deprecations
- Deprecated the
PreserveXRequestIDfield.
Other Changes
- Updated gateway-api to v1.3.0.
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.