Skip to content

Ambassador Edge Stack 2.0.2-ea

Compare
Choose a tag to compare
@acookin acookin released this 24 Aug 21:04
· 222 commits to main since this release
c320d44

🎉 Ambassador Edge Stack 2.0.2-ea 🎉

Ambassador Edge Stack is a Kubernetes-native microservices API gateway built on the Envoy Proxy.

Upgrade Edge Stack - https://www.getambassador.io/reference/upgrading.html
View changelog - https://github.com/datawire/edge-stack/blob/master/CHANGELOG.md
Get started with Edge Stack 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 the AMBASSADOR_AMBEX_SNAPSHOT_COUNT environment
    variable; set it to 0 to disable. The default is 30.