Releases: gardener/cert-management
Releases · gardener/cert-management
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)
v0.4.3
[cert-management]
🏃 Others
- [OPERATOR] no caching of secrets on source cluster to reduce memory footprint (#56, @MartinWeindel)
v0.4.2
[cert-management]
Improvements
- [OPERATOR] renew certificate if its certificate secret is invalid/corrupt instead of going to state error (#54, @MartinWeindel)
v0.4.1
[cert-management]
Improvements
- [USER] optional common name annotation for services and ingresses (#49, @MartinWeindel)
- [OPERATOR] update to go v1.15.5 (#52, @MartinWeindel)
v0.4.0
[cert-management]
Most notable changes
Improvements
- [USER] Add Local Certificate Authority Issuer (#43, @lcavajani)
- [OPERATOR] Ignore certificate chain on decoding certificate PEM block. (#47, @MartinWeindel)
- [OPERATOR] cleanup orphan outdated certificate secrets (#46, @MartinWeindel)
v0.3.4
[cert-management]
Improvements
- [OPERATOR] Revert lease for leader election back to source cluster. (#42, @MartinWeindel)
v0.3.3
[cert-management]
Improvements
- [OPERATOR] fix helm chart: add role to access configmap
cluster-identity
inkube-system
namespace. (#41, @MartinWeindel)
v0.3.2
[cert-management]
Improvements
- [OPERATOR] move leader election to default cluster, i.e. the control plane (#40, @MartinWeindel)
- [OPERATOR] updating controller manager library for K8s 1.18 (#39, @MartinWeindel)
v0.3.1
[cert-management]
Improvements
- [OPERATOR] bug fix for watches check on controller startup in the controller-manager-library (#34, @MartinWeindel)
v0.3.0
[cert-management]
Improvements
- [OPERATOR] Fix propagation of DNS entry on Alicloud DNS by setting default TTL to 60s (#33, @MartinWeindel)
- [OPERATOR] New command line option
--propagation-timeout
(#33, @MartinWeindel)