Releases: gardener/cert-management
Releases · gardener/cert-management
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)
v0.2.16
[cert-management]
Improvements
- [USER] allow to set certificate secret reference without setting 'secretName' field (#30, @MartinWeindel)
- [USER] validate for duplicate domain names in certificate (#30, @MartinWeindel)
- [OPERATOR] allow to specify a quota for certificate requests per day (#30, @MartinWeindel)
- [OPERATOR] lease mechanism is activated for all controllers to allow running multiple instances (#30, @MartinWeindel)
- [OPERATOR] The
commonName
field of certificates is now subjected to a 64 characters limit. (#28, @timuthy) - [OPERATOR] Validation for CRDs are added. (#26, @zanetworker)