Emissary Ingress 2.4.1
🎉 Emissary Ingress 2.4.1 🎉
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.4.1/CHANGELOG.md
Get started with Emissary on Kubernetes - https://www.getambassador.io/user-guide/getting-started
-
Bugfix: If a
Host
orTLSContext
contained a hostname with a:
then when using the
diagnostics endpointsambassador/v0/diagd
then an error would be thrown due to the parsing logic
not being able to handle the extra colon. This has been fixed and Emissary-ingress will not throw
an error when parsing envoy metrics for the diagnostics user interface. -
Bugfix: The synthetic AuthService didn't correctly handle AmbassadorID, which was fixed in version
3.1 of Emissary-ingress. The fix has been backported to make sure the AuthService is handled
correctly during upgrades.