v0.12.0
approver-policy provides a policy engine for certificates issued by cert-manager!
Breaking Changes
This release of approver-policy changes how containers are built, which in turn changes the path at which the binary can be found inside the container.
This means that new container images cannot be used with older Helm charts, or with any software which expects the old path.
For the simplest upgrade experience, use the latest helm chart with the latest image.
Docker Image: quay.io/jetstack/cert-manager-approver-policy:v0.12.0
What's Changed
- Add allow-all example by @inteon in #343
- fix: should reconcile certificate request policies consistently by @hrbasic in #353
- Remove unnecessary types by @inteon in #336
- Add thatsmrtalbot as reviewer by @ThatsMrTalbot in #360
- Use helm-tool for chart README by @ThatsMrTalbot in #349
- Docs: updating values.yaml for better comment docs by @ditatechwriter in #359
- Cleanup Chart.yaml and README.md by @inteon in #361
Dependabot updates
- build(deps): bump the all group with 1 update by @dependabot in #314
- build(deps): bump the all group with 3 updates by @dependabot in #323
- build(deps): bump golang.org/x/crypto from 0.14.0 to 0.17.0 by @dependabot in #326
- build(deps): bump the all group with 4 updates by @dependabot in #317
- build(deps): bump the all group with 3 updates by @dependabot in #330
- build(deps): bump the all group with 2 updates by @dependabot in #344
- build(deps): bump the all group with 7 updates by @dependabot in #355
Makefile updates
- Migrate makefiles and CI/CD by @inteon in #306
- Makefile modules upgrade: self-upgrade bugfix by @inteon in #322
- Upgrade self-upgrade by @inteon in #327
- Remove deprecated make targets by @inteon in #333
- Upload junit and coverage results to ARTIFACTS folder by @inteon in #334
- Upgrade repository-base module by @inteon in #346
- Upgrade oci module by @inteon in #354
- Use standardised release process by @inteon in #358
- [CI] Merge self-upgrade into main by @github-actions in #363
New Contributors
- @github-actions made their first contribution in #324
- @ThatsMrTalbot made their first contribution in #349
- @hrbasic made their first contribution in #353
- @ditatechwriter made their first contribution in #359
Full Changelog: v0.11.0...v0.12.0