Emissary Ingress 2.0.5
🎉 Emissary Ingress 2.0.5 🎉
Emissary Ingress is an open source, Kubernetes-native microservices API gateway built on the Envoy Proxy.
Upgrade Emissary - https://www.getambassador.io/reference/upgrading.html
View changelog - https://github.com/emissary-ingress/emissary/blob/master/CHANGELOG.md
Get started with Emissary on Kubernetes - https://www.getambassador.io/user-guide/getting-started
-
Feature: It is now possible to set the
circuit_breakers
forAuthServices
, exactly the same as
forMappings
andTCPMappings
. This makes it possible to configure yourAuthService
to be
able to handle more than 1024 concurrent requests. -
Bugfix: Any token delimited by '%' is now validated agains a whitelist of valid Envoy command
operators. Any mapping containing anerror_response_overrides
section with invalid command
operators will be discarded. -
Bugfix: The
Host
CRD now correctly supports themappingSelector
element, as documented. As a
transition aid,selector
is a synonym formappingSelector
; a future version of
Emissary-ingress will remove theselector
element. (3902)