🎉 Ambassador 1.7.4 🎉
Ambassador is an open source, Kubernetes-native microservices API gateway built on the Envoy Proxy.
Upgrade Ambassador - https://www.getambassador.io/reference/upgrading.html
View changelog - https://github.com/datawire/ambassador/blob/master/CHANGELOG.md
Get started with Ambassador on Kubernetes - https://www.getambassador.io/user-guide/getting-started
Ambasssador API Gateway + Ambassador Edge Stack
- Bugfix: Several regressions in the 1.7.x series are resolved by removing the ability to set
insecure.action
on a per-Host
-resource basis, which was an ability added in 1.7.0. This reverts to the pre-1.7.0 behavior of having oneHost
's insecure action "win" and be used for allHost
s. - Bugfix: Ambassador will no longer generate invalid Envoy configuration with duplicate clusters in certain scenarios when
AMBASSADOR_FAST_RECONFIGURE=true
. - Enhancement: When
AMBASSADOR_FAST_RECONFIGURE=true
is set, Ambassador now logs information about memory usage.