cert-manager is the easiest way to automatically manage certificates in Kubernetes and OpenShift clusters.
v1.14.5
fixes a bug in the DigitalOcean DNS-01 provider which could cause incorrect DNS records to be deleted when using a domain with a CNAME. Special thanks to @BobyMCbobs for reporting this issue and testing the fix!
It also patches CVE-2023-45288.
Known Issues
- ACME Issuer (Let's Encrypt): wrong certificate chain may be used if
preferredChain
is configured: see 1.14 release notes for more information.
Changes
Bug or Regression
- DigitalOcean: Ensure that only TXT records are considered for deletion when cleaning up after an ACME challenge (#6893 , @SgtCoDFish)
- Bump golang.org/x/net to address CVE-2023-45288 (#6931 , @SgtCoDFish)