v1.21.0-alpha.0Pre-release
Added 1
- Add certificate renewal policies
Changed 1
- Promote CAInjectorMerging feature gate to GA
Fixed 1
- Fix duplicate parentRef bug when both issuer config and annotations are present
Removed 1
- Remove deprecated ObjectReference
cert-manager is the easiest way to automatically manage certificates in Kubernetes and OpenShift clusters.
⚠️ This is a pre-release. For testing only!
Changes by Kind since v1.20.0
Feature
- Feat(certificate): adding certificate renewal policies (#8258, @hjoshi123)
- Promote the CAInjectorMerging feature gate to GA (#8583, @Copilot)
Bug or Regression
- Fixed duplicate
parentRefbug when both issuer config and annotations are present. (#8619, @hjoshi123)
Other (Cleanup or Flake)
- API cleanup: removed deprecated ObjectReference (#8625, @inteon)