🎉 Emissary Ingress 3.10.0 🎉
Emissary Ingress is an open source, Kubernetes-native microservices API gateway built on the Envoy Proxy.
Get started with Emissary - https://emissary-ingress.dev/docs/3.10/quick-start/
View changelog - https://github.com/emissary-ingress/emissary/blob/v3.10.0/CHANGELOG.md
-
Change: The Emissary images are now hosted at GHCR rather than at DockerHub.
- The main Emissary image is at
ghcr.io/emissary-ingress/emissary:3.10.0
- The (new) Helm chart for the Emissary CRDs is at
ghcr.io/emissary-ingress/emissary-crds-charts
- The Helm chart for the Emissary control plane is at
ghcr.io/emissary-ingress/emissary-chart
See the Quickstart for more details.
- The main Emissary image is at
-
Feature: This upgrades Emissary-ingress to be built on Envoy v1.28.0 which provides security,
performance and feature enhancements. You can read more about them here: Envoy Proxy
1.28.0 Release Notes -
Change: Emissary-ingress will no longer publish YAML manifests with the Ambassador Agent being
installed by default. -
Change: Upgraded Emissary-ingress to the latest release of Golang as part of our general
dependency upgrade process. -
Bugfix: Emissary-ingress was incorrectly caching Mappings with regex headers using the header name
instead of the Mapping name, which could reduce the cache's effectiveness. This has been fixed so
that the correct key is used. (Incorrect Cache Key for Mapping)