Skip to content

v0.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Jan 10:12
· 117 commits to main since this release
5b9f2b3

What's Changed

You can now use more annotations! Thanks to @ctrought's work in #29, you can now use the following subject annotations:

  • cert-manager.io/email-sans,
  • cert-manager.io/subject-organizations,
  • cert-manager.io/subject-organizationalunits,
  • cert-manager.io/subject-countries,
  • cert-manager.io/subject-provinces,
  • cert-manager.io/subject-localities,
  • cert-manager.io/subject-postalcodes,
  • cert-manager.io/subject-streetaddresses,
  • cert-manager.io/subject-serialnumber.

The documentation for the annotations is identical to the Ingress annotations and can be read in the Ingress Usage page.

Additionally, to help migrating the annotations from Ingresses to Routes, the annotation cert-manager.io/issuer can now be used as an alternative to cert-manager.io/issuer-name. Both annotations offer the same functionality. Note that the annotation cert-manager.io/cluster-issuer has not been brought to openshift-routes.

New Contributors

Full Changelog: v0.4.0...v0.5.0