Skip to content

v0.13.0-alpha.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 01 Mar 12:38
· 121 commits to main since this release
c1b51af

approver-policy provides a policy engine for certificates issued by cert-manager!

⚠️ Read https://github.com/cert-manager/approver-policy/releases/tag/v0.13.0-alpha.0 before installing.
This release adds values.yaml jsonschema validation to the Helm chart and adds 'crds.enabled' and 'crds.keep' options to control the CRDs in Helm.

🔧 Breaking changes

By default, the Helm chart now adds the helm.sh/resource-policy: keep annotation to all CRDs.
This prevents accidental deletion of CRDs when uninstalling the component using Helm.
However, this also introduces an additional uninstallation step:

$ kubectl delete crd certificaterequestpolicies.policy.cert-manager.io

You can also not add the annotation by adding '--set crds.keep=false' to your installation and you can exclude the CRD from the Helm installation by setting '--set crds.enabled=false'.

What's Changed since v0.13.0-alpha.0

  • Use same include statement for labels everywhere by @inteon in #381
  • Add optional PodDisruptionBudget to the Helm chart by @wallrj in #383
  • Set a size limit on the emptyDir used for /tmp by @wallrj in #384
  • Platform engineer can now set Topology Spread Constraints using a Helm chart value by @wallrj in #385
  • Remove emptydir /tmp volume because it is unused by @wallrj in #386
  • Make all Deployment related Helm values global by @wallrj in #387
  • Allow replicaCount to be set to int or string by @wallrj in #388

Dependabot

Makefile module updates:

  • [CI] Merge self-upgrade into main by @github-actions in #379
  • [CI] Merge self-upgrade into main by @github-actions in #380

Full Changelog: v0.13.0-alpha.0...v0.13.0-alpha.1