Skip to content

Releases: gardener/cert-management

v0.5.0

22 Feb 07:32
Compare
Choose a tag to compare

[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

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)