Skip to content

Ambassador Edge Stack 2.0.3-ea

Compare
Choose a tag to compare
@aidanhahn aidanhahn released this 16 Sep 22:24
· 217 commits to main since this release
4a65b94

🎉 Ambassador Edge Stack 2.0.3-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

  • Feature: The environment variable AES_LOG_LEVEL now also sets the log level for the diagd logger. (#3686 #3666)
  • Feature: You can now set dns_type in the AmbassadorMapping to configure how Envoy will use the DNS for
    the service.
  • Bugfix: It is no longer necessary to set DOCKER_BUILDKIT=0 when building Emissary. A future change will
    fully support BuildKit. (#3707)