Releases: gardener/cert-management
Releases · gardener/cert-management
v0.8.3
[cert-management]
🐛 Bug Fixes
- [OPERATOR] fix nil pointer dereference in RememberAltIssuerSecret if an issuer secret contains no data (#85, @MartinWeindel)
v0.8.2
[cert-management]
🏃 Others
- [OPERATOR] fix TypeAssertionError panic on failed secret update on hash migration (#84, @MartinWeindel)
v0.8.1
[cert-management]
🐛 Bug Fixes
- [OPERATOR] Avoid requesting new certificates on migration from v0.7.x to v0.8.x for annotated ingress and service resources. (#83, @MartinWeindel)
v0.8.0
[cert-management]
🐛 Bug Fixes
- [OPERATOR] [ACME] Fix account registration on issuer secret update and allow secret rotation without immediate renewal of certificates. (#81, @MartinWeindel)
v0.7.1
[cert-management]
🏃 Others
- [OPERATOR] using both configmaps and leases for leader election (#79, @MartinWeindel)
v0.7.0
v0.6.0
[cert-management]
🏃 Others
- [USER] changed default type of certificate secret to
kubernetes.io/tls
(#74, @MartinWeindel) - [OPERATOR] Updating controller-manager-library including K8s dependencies to v0.20.6. (#75, @MartinWeindel)
- [OPERATOR] Replacing apiVersion
extensions/v1beta1
forIngress
withnetworking.k8s.io/v1beta1
. (#75, @MartinWeindel)
v0.5.4
[cert-management]
🏃 Others
- [OPERATOR] Update Dockerfile base image to alpine:3.13.5 (#72, @MartinWeindel)
v0.5.3
[cert-management]
🏃 Others
- [OPERATOR] updated dockerfile base image to alpine:3.13.4 and using [email protected] (#71, @MartinWeindel)
v0.5.2
[cert-management]
🏃 Others
- [OPERATOR] Add certificaterevocations to clusterrole resources (#67, @wwatson13)