Skip to content

Ambassador 0.39.0

Compare
Choose a tag to compare
@rhs rhs released this 30 Aug 15:41
· 16176 commits to master since this release
8a2e6c9

🎉 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 to true 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