Releases: emissary-ingress/emissary
Releases · emissary-ingress/emissary
0.36.0-rc1
Update deprecated envoy field
0.36.0-rc0
Update envoy with HEAD segfault fix
Ambassador 0.35.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
Major changes:
- Ambassador is now based on Envoy v1.7.0
- Support for X-FORWARDED-PROTO based redirection, used with Layer 7 load balancers
- Support for port based redirection using
redirect_cleartext_from
- Support in Helm chart for HTTP and HTTPS target ports
Other changes:
- End-to-end tests can now be run with
make e2e
command - Helm release automation has been fixed
- Mutliple end-to-end tests are now executed in parallel, taking lesser time
- Huge revamp to documentation around unit tests
- Documentation changes
Third release candidate for 0.35.3
Merge pull request #632 from datawire/concaf/docs/l4-redirection Add L4 and L7 YAML examples to AWS docs
Second release candidate for 0.35.3
Merge pull request #631 from datawire/concaf/fix/fix-008 Add "ssl_context": true to 008 e2e test