istio-csr integrates cert-manager into Istio, allowing you to issue workload certificates using the power of cert-manager.
v0.13.0 includes a change to istio-csr so it works with the latest version of Istio (v1.24).
Specifically, the new version of istio requires that ALPN be set by clients, which istio-csr didn't previously set.
What's Changed
- ⭐ fix: expose ALPN in TLS handshake by @howardjohn in #422
- fix(helm): quote
istiodAdditionalDNSNames
to support wildcard domains by @ashithwilson in #425 - Use a default (but configurable) test file for istio-csr by @SgtCoDFish in #429
- Various e2e setup tweaks by @SgtCoDFish in #430
New Contributors
- @ashithwilson made their first contribution in #425 🚀
- @howardjohn made their first contribution in #422 🚀
Full Changelog: v0.12.0...v0.13.0