Skip to content

Releases: camptocamp/devops-stack-module-cert-manager

v8.6.0

20 Aug 14:24
4d67d6e
Compare
Choose a tag to compare

8.6.0 (2024-08-20)

Features

  • chart: patch update of dependencies on cert-manager chart (#95) (302049d)

v8.5.0

15 Aug 09:40
09462bf
Compare
Choose a tag to compare

8.5.0 (2024-08-15)

Features

  • chart: patch update of dependencies on cert-manager chart (#93) (4feb103)

v8.4.0

10 Jul 12:48
e5f44c6
Compare
Choose a tag to compare

8.4.0 (2024-07-10)

Features

  • chart: patch update of dependencies on cert-manager chart (#91) (cdb728f)

v8.3.0

07 Jun 09:17
95bad60
Compare
Choose a tag to compare

8.3.0 (2024-06-07)

Features

  • chart: minor update of dependencies on cert-manager chart (#89) (9691a2d)

v8.2.0

16 Apr 15:09
fbb85b1
Compare
Choose a tag to compare

8.2.0 (2024-04-16)

Features

  • add variable to set resources with default values (#87) (a7a4c6d)

v8.1.0

01 Mar 10:54
1883660
Compare
Choose a tag to compare

8.1.0 (2024-03-01)

Features

  • chart: minor update of dependencies on cert-manager chart (#83) (37f9e27)
  • make the dashboard deployment dynamic (5e6d66e)

v8.0.0

19 Jan 13:20
a00a89d
Compare
Choose a tag to compare

8.0.0 (2024-01-19)

⚠ BREAKING CHANGES

  • remove the ArgoCD namespace variable
  • remove the namespace variable
  • hardcode the release name to remove the destination cluster

Features

  • add default rules to alert for expiring certificates (#82) (d02a4e9)
  • chart: patch update of dependencies on cert-manager chart (#79) (c086887)

Bug Fixes

  • aks: fix resource group dependency (9ecfa4c)
  • aks: remove image tag because chart has been upgraded (56d78db)
  • hardcode the release name to remove the destination cluster (210d3ad)
  • remove the ArgoCD namespace variable (b540733)
  • remove the namespace variable (728f40a)

v7.0.1

10 Nov 13:12
08545c2
Compare
Choose a tag to compare

7.0.1 (2023-11-10)

Bug Fixes

  • remove the need to set the Let's Encrypt e-mail when self-signed (#77) (93efa4f)

v7.0.0

10 Nov 12:24
c95ed91
Compare
Choose a tag to compare

7.0.0 (2023-11-10)

⚠ BREAKING CHANGES

  • remove our company mail from the Let's Encrypt issuer - we removed the e-mail that was hardcoded and added a new variable, called letsencrypt_issuer_email, that has no default value and is absolutely required on the module instantiation.

Features

  • define ca and default issuers on locals and transmit to chart (563d385)
  • use loop to build issuers values and output them (2e1f7c8)

Bug Fixes

  • remove our company mail from the Let's Encrypt issuer (16b297d)

v6.0.0

02 Nov 13:44
cffb474
Compare
Choose a tag to compare

6.0.0 (2023-11-02)

⚠ BREAKING CHANGES

  • chart: minor update of dependencies on cert-manager chart (#67):

    • v1.13.0 - this version introduced a potential breaking change; although these changes do not affect our module's code directly, please note that if someone is overloading the helm_values variable and has set the .featureGates value, they could be affected by this release.

Features

  • chart: minor update of dependencies on cert-manager chart (#67) (3a97637)