Skip to content

Releases: gardener/cert-management

v0.4.3

01 Dec 15:32
Compare
Choose a tag to compare

[cert-management]

🏃 Others

  • [OPERATOR] no caching of secrets on source cluster to reduce memory footprint (#56, @MartinWeindel)

v0.4.2

26 Nov 10:07
Compare
Choose a tag to compare

[cert-management]

Improvements

  • [OPERATOR] renew certificate if its certificate secret is invalid/corrupt instead of going to state error (#54, @MartinWeindel)

v0.4.1

20 Nov 15:03
Compare
Choose a tag to compare

[cert-management]

Improvements

v0.4.0

12 Nov 09:19
Compare
Choose a tag to compare

[cert-management]

Most notable changes

  • [DEVELOPER] License and copyright information is now specified in REUSE format. (#44, @msohn)

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

27 Aug 12:11
Compare
Choose a tag to compare

[cert-management]

Improvements

  • [OPERATOR] Revert lease for leader election back to source cluster. (#42, @MartinWeindel)

v0.3.3

26 Aug 14:31
Compare
Choose a tag to compare

[cert-management]

Improvements

  • [OPERATOR] fix helm chart: add role to access configmap cluster-identity in kube-system namespace. (#41, @MartinWeindel)

v0.3.2

26 Aug 10:56
Compare
Choose a tag to compare

[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

10 Jul 06:18
Compare
Choose a tag to compare

[cert-management]

Improvements

  • [OPERATOR] bug fix for watches check on controller startup in the controller-manager-library (#34, @MartinWeindel)

v0.3.0

07 Jul 15:44
Compare
Choose a tag to compare

[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

09 Jun 07:29
Compare
Choose a tag to compare

[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)