Skip to content

Releases: gardener/cert-management

v0.8.1

27 Jul 08:50
Compare
Choose a tag to compare

[cert-management]

🐛 Bug Fixes

  • [OPERATOR] Avoid requesting new certificates on migration from v0.7.x to v0.8.x for annotated ingress and service resources. (#83, @MartinWeindel)

v0.8.0

26 Jul 09:51
Compare
Choose a tag to compare

[cert-management]

🐛 Bug Fixes

  • [OPERATOR] [ACME] Fix account registration on issuer secret update and allow secret rotation without immediate renewal of certificates. (#81, @MartinWeindel)

v0.7.1

07 Jul 09:08
Compare
Choose a tag to compare

[cert-management]

🏃 Others

  • [OPERATOR] using both configmaps and leases for leader election (#79, @MartinWeindel)

v0.7.0

14 Jun 11:55
Compare
Choose a tag to compare

[cert-management]

✨ New Features

v0.6.0

20 May 06:42
Compare
Choose a tag to compare

[cert-management]

🏃 Others

  • [USER] changed default type of certificate secret to kubernetes.io/tls (#74, @MartinWeindel)
  • [OPERATOR] Updating controller-manager-library including K8s dependencies to v0.20.6. (#75, @MartinWeindel)
  • [OPERATOR] Replacing apiVersion extensions/v1beta1 for Ingress with networking.k8s.io/v1beta1. (#75, @MartinWeindel)

v0.5.4

28 Apr 07:29
Compare
Choose a tag to compare

[cert-management]

🏃 Others

v0.5.3

26 Apr 08:11
Compare
Choose a tag to compare

[cert-management]

🏃 Others

  • [OPERATOR] updated dockerfile base image to alpine:3.13.4 and using golang@1.16.2 (#71, @MartinWeindel)

v0.5.2

22 Apr 12:58
Compare
Choose a tag to compare

[cert-management]

🏃 Others

  • [OPERATOR] Add certificaterevocations to clusterrole resources (#67, @wwatson13)

v0.5.1

10 Mar 12:49
Compare
Choose a tag to compare

[cert-management]

🏃 Others

  • [USER] events are created on reconciliation of certificate objects (#66, @MartinWeindel)
  • [USER] tuning timeouts to better deal with long dns propagation for some DNS backends (#65, @MartinWeindel)

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)