Skip to content

Emissary Ingress 2.3.1

Compare
Choose a tag to compare
@d6e-automaton d6e-automaton released this 10 Jun 17:23
· 919 commits to master since this release

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

  • Bugfix: A regression was introduced in 2.3.0 that leaked zipkin default config fields into the
    configuration for the other drivers (lightstep, etc...). This caused Emissary-ingress to crash on
    startup. This issue has been resolved to ensure that the defaults are only applied when driver is
    zipkin (#4267)

  • Security: We have backported patches from the Envoy 1.19.5 security update to Emissary-ingress's
    1.17-based Envoy, addressing CVE-2022-29224 and CVE-2022-29225. Emissary-ingress is not affected
    by CVE-2022-29226, CVE-2022-29227, or CVE-2022-29228; as it does not support internal
    redirects
    , and does not use Envoy's built-in OAuth2 filter.