v0.7.0
Docker Image: quay.io/jetstack/cert-manager-approver-policy:v0.7.0
⚠️ Breaking change! ⚠️
The path of the webhook validation handler has been changed from /validate to /validate-policy-cert-manager-io-v1alpha1-certificaterequestpolicy, see #233 (comment)
This might cause a brief webhook downtime during upgrade where, if the path the webhook handler serves does not match the path in ValidatingWebhookConfiguration, it will not be possible to create or update CertificateRequestPolicy objects. Folks should verify that after upgrading to this version of approver-policy, CertificateRequestPolicys can be applied as expected.
What's Changed
- Go mod upgrade by @wallrj in #223
- Update dependencies, make changes to work with latest c/r by @irbekrm in #233
- Admission webhook warnings by @irbekrm in #235
- Bump github.com/cert-manager/cert-manager from 1.12.0 to 1.12.1 by @dependabot in #243
- Bugfix: catch CRP not allowed cornercase by @irbekrm in #237
- Bumps test tool dependencies by @irbekrm in #244
Full Changelog: v0.6.3...v0.7.0