Skip to content

Emissary Ingress 2.0.5

Compare
Choose a tag to compare
@kflynn kflynn released this 08 Nov 16:18
· 1751 commits to master since this release

🎉 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 for AuthServices, exactly the same as
    for Mappings and TCPMappings. This makes it possible to configure your AuthService 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 an error_response_overrides section with invalid command
    operators will be discarded.

  • Bugfix: The Host CRD now correctly supports the mappingSelector element, as documented. As a
    transition aid, selector is a synonym for mappingSelector; a future version of
    Emissary-ingress will remove the selector element. (3902)