🎉 Emissary Ingress 2.0.3-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
-
Feature: The environment variable
AES_LOG_LEVEL
now also sets the log level for thediagd
logger. #3686 #3666 -
Feature: You can now set
dns_type
in theAmbassadorMapping
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