Skip to content

v0.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Dec 09:25
· 160 commits to main since this release
ab27c68

Changelog

  • You can now use the annotation cert-manager.io/private-key-size on Route resources to configure the key size for the generation of the private key. The default key sizes are still 2048 bits for the RSA signature algorithm (and hashed with SHA-256), and the P-256 curve for the ECDSA signature algorithm (hashed with SHA-256). The possible values are the same as when using the annotation on Ingress resources described in the Ingress Usage page. Shout out to @snorwin for implementing the feature in #48!

  • The Helm chart is now accessible as an OCI image thanks to @jacksgt! You can install the chart using the command:

    helm upgrade --install openshift-routes oci://ghcr.io/cert-manager/charts/openshift-routes
  • ArgoCD will no longer complain due to the mis-indented automountServiceAccountToken in the Helm chart. Thank you @snorwin for spotting this.

New Contributors

Full Changelog: v0.3.1...v0.4.0