Releases: gardener/cert-management
Releases · gardener/cert-management
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 golang@1.16.2 (#71, @MartinWeindel)
v0.5.2
[cert-management]
🏃 Others
- [OPERATOR] Add certificaterevocations to clusterrole resources (#67, @wwatson13)
v0.5.1
[cert-management]
🏃 Others
- [USER] events are created on reconciliation of certificate objects (#66, @MartinWeindel)
- [USER] tuning timeouts to better deal with long dns propagation for some DNS backends (#65, @MartinWeindel)
v0.5.0
[cert-management]
🏃 Others
- [OPERATOR] added metrics for certificate secrets (#60, @MartinWeindel)
- [OPERATOR] Use common prefix
cert_management_
for metrics names. (#58, @MartinWeindel) - [OPERATOR] Add metrics
cert_management_overdue_renewal_certificates
to allow alerting for expiring certificates. (#58, @MartinWeindel)
📰 Noteworthy
- [USER] Support external account binding for ACME. Especially the ACME implementation of DigiCert is supported now. (#61, @MartinWeindel)
- [USER] Support for certificate revocation by creating a
CertificateRevocation
object to trigger revocation of old certificate(s) and optional renewal. (#57, @MartinWeindel)