🎉 Emissary Ingress 2.0.2-ea 🎉
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
-
- Change: Update Envoy from 1.15 to 1.17.4 with security patches to fix the following CVEs
- CVE-2021-32777
- CVE-2021-32779
- CVE-2021-32781
- CVE-2021-32778
- Feature: You can now set
allow_chunked_length
in the Ambassador Module to configure the same value in Envoy. - Change: Envoy-configuration snapshots get saved (as
ambex-#.json
) in/ambassador/snapshots
.
The number of snapshots is controlled by theAMBASSADOR_AMBEX_SNAPSHOT_COUNT
environment
variable; set it to 0 to disable. The default is 30.