Releases: gardener/cert-management
Releases · gardener/cert-management
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)
v0.2.15
[cert-management]
Improvements
- [OPERATOR] source controllers: ignore certificates for which it is not responsible (#24, @MartinWeindel)
v0.2.14
[cert-management]
Improvements
- [OPERATOR] If a DNS nameserver for prechecking DNS propagation are not reachable by UDP, (#18, @MartinWeindel)
- the DNS query request is retried with TCP.
- [OPERATOR] The DNS nameservers for prechecking can be specified by command line option (#18, @MartinWeindel)
- --precheck-nameservers
- [OPERATOR] Added command line option --precheck-additional-wait to wait for last mile record (#18, @MartinWeindel)
- propagation to the DNS server used by the ACME server
- [OPERATOR] Add missing translation from helm values file to controller arguments for 'dns-class' and 'issuer.dns-class' arguments. (#17, @Diaphteiros)
- [OPERATOR] new command line option --dns-class to set the dns class for challenging dns entries optionally (#16, @MartinWeindel)
v0.2.13
[cert-management]
Improvements
- [OPERATOR] keep existing labels and annotations in certificate secret (#14, @MartinWeindel)
v0.2.12
no release notes available
v0.2.11
[cert-management]
Improvements
- [OPERATOR] Minor improvement for handling concurrent pending challenges. (#13, @MartinWeindel)
- More logging for troubleshooting.
v0.2.10
[cert-management]
Improvements
- [OPERATOR] improved behaviour if same certificate is requested multiple times simultaneously (#12, @MartinWeindel)
v0.2.9
[cert-management]
Improvements
- [OPERATOR] The release tags from now are prefixed with
v
. (#10, @MartinWeindel)
0.2.8
[cert-management]
Improvements
- [OPERATOR] Existing certificate secrets with type
kubernetes.io/tls
can be updated (#9, @MartinWeindel)- to simplify migration from cert-broker/cert-manager.