Skip to content

Releases: lablabs/terraform-aws-eks-cert-manager

v4.0.0

19 Jan 21:29
94b7b22

Choose a tag to compare

⚠️ Breaking Changes

Terraform required version is now set to 1.8+. Please refer to the changelog for details.

What's Changed

Full Changelog: v3.1.0...v4.0.0

v3.1.0

31 Jul 11:28
5e90797

Choose a tag to compare

What's Changed

Full Changelog: v3.0.2...v3.1.0

v3.0.2

04 Jul 11:45
a65db42

Choose a tag to compare

What's Changed

  • fix: update descriptions for cluster issuer variables to reflect correct source type and defaults by @jaygridley in (a65db42)

Full Changelog: v3.0.1...v3.0.2

v3.0.1

27 Jun 08:27
8ec65f0

Choose a tag to compare

What's Changed

Full Changelog: v3.0.0...v3.0.1

v3.0.0

04 Jun 06:11
3cc21df

Choose a tag to compare

What's Changed

  • ⚠️ [BREAKING] Migrate to universal addon (Cert Manager) by @atyu1 in #19

Important

The add-on undergone major refactoring by using https://github.com/lablabs/terraform-aws-eks-universal-addon template resulting in changes to some input variables and all output variables that are not nested under addon or addon_irsa outputs. Additionally, Helm chart and application versions were updated. Follow related pull request above to learn more. If you find a bug, please, feel free to open an issue, we will do our best to help fixing it.

Full Changelog: v2.1.1...v3.0.0

v2.1.1

14 Feb 12:40
213280c

Choose a tag to compare

v2.1.0

07 Feb 14:47
5c07038

Choose a tag to compare

What's changed

In Cert-manager v1.16.0 new values schema validation is enabled. RBAC is moved to global section. This PR is fixing correct position of RBAC value and should resolve problem when deploying cert-manager 1.16 and above. Otherwise this error can occur:
Error: values don't meet the specifications of the schema(s) in the following chart(s): cert-manager: - (root): Additional property rbac is not allowed
https://cert-manager.io/docs/releases/release-notes/release-notes-1.16

by @TomasMocarsky in (#18)

v2.0.0

23 Jul 14:38
279fec9

Choose a tag to compare

What's Changed

  • fix: move from defaultClusterIssuer due to main reference by @mliner in #17

Full Changelog: v1.2.0...v2.0.0

v1.2.0

19 Jun 07:25
46eca8d

Choose a tag to compare

What's Changed

Full Changelog: v1.1.1...v1.2.0

v1.1.1

19 Jun 16:10
9814d71

Choose a tag to compare

What's Changed

  • fix(cluster-issuer): add common labels to the http solver resources by @tomas-balaz in #13

Full Changelog: v1.1.0...v1.1.1