Skip to content

Releases: cloudflare/origin-ca-issuer

v0.11.0

01 Nov 23:19
Compare
Choose a tag to compare

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

v0.10.0

04 Oct 01:51
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.0...v0.10.0

v0.9.0

05 Jul 21:20
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.0...v0.9.0

v0.8.0

22 May 00:49
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.0...v0.8.0

v0.7.0

17 Jan 21:29
Compare
Choose a tag to compare

Breaking Change

  • The certificate request type in the OriginIssuer now selects the correct Origin CA. The signature algorithm used will be corrected on the next renewal. Fixes #72

New Features

  • A Helm chart compatible with Helm 3.8+ are now being released to GitHub Container Registry at oci://ghcr.io/cloudflare/origin-ca-issuer-charts/origin-ca-issuer. Fixes #97

v0.6.1

07 Dec 01:48
Compare
Choose a tag to compare
  • This is a minor release to fix an issue parsing API responses from the Cloudflare API that resulted in certificates not being issued and the error message not providing sufficient information. #46
  • Introduces an experimental Helm chart repository. #17