Skip to content

Releases: gardener/cert-management

v0.8.5

21 Sep 09:45
Compare
Choose a tag to compare

[cert-management]

✨ New Features

  • [USER] Added status.conditions attribute and condition type Ready for certificates (#93, @MartinWeindel)

🐛 Bug Fixes

  • [OPERATOR] Fix rare divide by zero on looking up resource quota for uninitialised issuer (#92, @MartinWeindel)

v0.8.4

03 Sep 12:04
Compare
Choose a tag to compare

[cert-management]

🏃 Others

  • [OPERATOR] Add command line flag --acme-deactivate-authorizations to enable deactivation of authorizations after a successful certificate request (#90, @MartinWeindel)
  • [OPERATOR] Support for Kubernetes v1.22 (#89, @MartinWeindel)
  • [OPERATOR] No panic on failed groupkind migration (#87, @MartinWeindel)

v0.8.3

30 Jul 08:39
Compare
Choose a tag to compare

[cert-management]

🐛 Bug Fixes

  • [OPERATOR] fix nil pointer dereference in RememberAltIssuerSecret if an issuer secret contains no data (#85, @MartinWeindel)

v0.8.2

28 Jul 10:19
Compare
Choose a tag to compare

[cert-management]

🏃 Others

  • [OPERATOR] fix TypeAssertionError panic on failed secret update on hash migration (#84, @MartinWeindel)

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