Breaking Changes
Certificate Issuer References Group Now Required
The Origin CA Issuer now requires the spec.issuerRef.group
field to be set to "cert-manager.k8s.cloudflare.com" on Certificate resources (and equivalent annotations, such as cert-manager.io/issuer-group
on Ingresses). The documentation has always included this group in examples, but an empty group was previously accepted. Certificates without this group set will now be ignored by the Origin CA Issuer.
What's Changed
- fix(certificaterequest): ignore empty issuer group by @terinjokes in #150
Full Changelog: v0.10.0...v0.11.0