Ambassador 0.39.0
🎉 Ambassador 0.39.0 🎉
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
Major Changes:
- BugFix: The StatsD container has been removed and functionality has been baked into Ambassador container image which can enabled by setting the
STATSD_ENABLED
environment variable totrue
in Ambassador's Kubernetes deployment configuration. - Feature: Diagnostic view now displays AuthService, RateLimitService, and TracingService. - @alexgervais
- Docs: Added detailed Ambassador + Istio integration documentation. - @feitnomore
Minor Changes:
- Docs: Added instructions for running Ambassador with Docker Compose. - @bcatcho
- BugFix: Ambassador now reconnects to Kubernetes when the watch loop throws an exception. - @nmatsui
- Feature: Enable Ambassador to tag tracing spans with request headers. - @alexgervais