Skip to content

Emissary Ingress 2.5.0

Compare
Choose a tag to compare
@d6e-automaton d6e-automaton released this 03 Nov 14:10
· 775 commits to master since this release

馃帀 Emissary Ingress 2.5.0 馃帀

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

  • Bugfix: If a Host or TLSContext contained a hostname with a : then when using the
    diagnostics endpoints ambassador/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.

  • Security: Bump Go from 1.17.12 to 1.19.2. This is to keep the Go version current.