Skip to content

Emissary Ingress 2.2.2

Compare
Choose a tag to compare
@d6e-automaton d6e-automaton released this 25 Feb 20:55
· 1180 commits to master since this release
dddd983

🎉 Emissary Ingress 2.2.2 🎉

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/v2.2.2/CHANGELOG.md
Get started with Emissary on Kubernetes - https://www.getambassador.io/user-guide/getting-started

  • Change: You may now choose to enable TLS Secret validation by setting the
    AMBASSADOR_FORCE_SECRET_VALIDATION=true environment variable. The default configuration does not
    enforce secret validation.

  • Bugfix: Kubernetes Secrets that should contain an EC (Elliptic Curve) TLS Private Key are now
    properly validated. (4134)