Skip to content

Emissary-ingress v4.1.0

Latest

Choose a tag to compare

@github-actionsgithub-actions released this 19 May 21:35
Immutable release. Only release title and notes can be modified.
v4.1.0
5497a66

🎉 Emissary v4.1.0 🎉

Emissary-ingress is an open source, Kubernetes-native microservices API gateway built on the Envoy Proxy.

Get started with Emissary-ingress - https://emissary-ingress.dev/docs/v4.1.0/quick-start/
View changelog - https://github.com/emissary-ingress/emissary/blob/v4.1.0/CHANGELOG.md

Changes

  • Fix: IR.check_deltas now forces a complete reconfigure whenever the
    cache is present but the incoming snapshot has no deltas. Previously,
    an empty-delta snapshot with a cached entry kept the stale entry around
    until another delta happened to arrive, which caused the Istio mTLS
    cert-rotation failure described in #4744 (thanks, Jonathan Bailey!).