🎉 Ambassador 1.7.3 🎉
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
- Incorporate the Envoy 1.15.1 security update.
- Bugfix: A regression introduced in 1.7.2 when
AMBASSADOR_FAST_RECONFIGURE=true
has been fixed where Host resourcestls.ca_secret
didn't work correctly. - Bugfix:
TLSContext
resources andspec.tls
inHost
resources now correctly handle namespaces with.
in them. - Bugfix: Fix
spec.requestPolicy.insecure.action
forHost
resources with a*
wildcard in the hostname. - Bugfix: Reduce lock contention while generating diagnostics.