🎉 Ambassador 1.6.2 🎉
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
Ambassador API Gateway + Ambassador Edge Stack
- Bugfix: The (new in 1.6.0)
Host.spec.tls
andHost.spec.tlsContext
fields now work whenAMBASSADOR_FAST_VALIDATION=fast
is not set. - Bugfix: Setting
use_websocket: true
on aMapping
now only affects routes generated from thatMapping
, instead of affecting all routes on that port. - Feature: It is now possible to "upgrade" to non-HTTP protocols other than WebSocket; the new
allow_upgrade
is a generalization ofuse_websocket
.
Ambassador Edge Stack only
- Bugfix: The
Host.spec.requestPolicy.insecure.additionalPort
field works again. - Bugfix: The
Host.spec.ambassadorId
is once again handled in addition to.ambassador_id
; allowing hosts written by older versions AES prior to 1.6.0 to continue working. - Bugfix: Fix a redirect loop that could occur when using using multiple
protectedOrigins
in aHost
.