diff --git a/CHANGELOG.md b/CHANGELOG.md index 97d2d21..6530c3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [6.0.0](https://github.com/camptocamp/devops-stack-module-cert-manager/compare/v5.3.0...v6.0.0) (2023-11-02) + + +### ⚠ BREAKING CHANGES + +* **chart:** minor update of dependencies on cert-manager chart ([#67](https://github.com/camptocamp/devops-stack-module-cert-manager/issues/67)): + + - [v1.13.0](https://github.com/cert-manager/cert-manager/releases/tag/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](https://github.com/camptocamp/devops-stack-module-cert-manager/issues/67)) ([3a97637](https://github.com/camptocamp/devops-stack-module-cert-manager/commit/3a97637c69882380da75407118e502ea497dbb5d)) + ## [5.3.0](https://github.com/camptocamp/devops-stack-module-cert-manager/compare/v5.2.1...v5.3.0) (2023-10-19) diff --git a/README.adoc b/README.adoc index 2acf72d..55f0baf 100644 --- a/README.adoc +++ b/README.adoc @@ -34,11 +34,11 @@ The following requirements are needed by this module: The following providers are used by this module: -- [[provider_null]] <> (>= 3) +- [[provider_utils]] <> (>= 1) - [[provider_argocd]] <> (>= 5) -- [[provider_utils]] <> (>= 1) +- [[provider_null]] <> (>= 3) === Resources @@ -92,7 +92,7 @@ Description: Override of target revision of the application chart. Type: `string` -Default: `"v5.2.1"` +Default: `"v6.0.0"` ==== [[input_namespace]] <> @@ -212,9 +212,9 @@ Description: ID to pass other modules in order to refer to this module as a depe [cols="a,a",options="header,autowidth"] |=== |Name |Version -|[[provider_null]] <> |>= 3 |[[provider_utils]] <> |>= 1 |[[provider_argocd]] <> |>= 5 +|[[provider_null]] <> |>= 3 |=== = Resources @@ -261,7 +261,7 @@ Description: ID to pass other modules in order to refer to this module as a depe |[[input_target_revision]] <> |Override of target revision of the application chart. |`string` -|`"v5.2.1"` +|`"v6.0.0"` |no |[[input_namespace]] <> diff --git a/aks/README.adoc b/aks/README.adoc index 9b636f3..8ea412b 100644 --- a/aks/README.adoc +++ b/aks/README.adoc @@ -112,7 +112,7 @@ Description: Override of target revision of the application chart. Type: `string` -Default: `"v5.2.1"` +Default: `"v6.0.0"` ==== [[input_namespace]] <> @@ -312,7 +312,7 @@ Description: ID to pass other modules in order to refer to this module as a depe |[[input_target_revision]] <> |Override of target revision of the application chart. |`string` -|`"v5.2.1"` +|`"v6.0.0"` |no |[[input_namespace]] <> diff --git a/eks/README.adoc b/eks/README.adoc index ae1de04..a1614d1 100644 --- a/eks/README.adoc +++ b/eks/README.adoc @@ -112,7 +112,7 @@ Description: Override of target revision of the application chart. Type: `string` -Default: `"v5.2.1"` +Default: `"v6.0.0"` ==== [[input_namespace]] <> @@ -305,7 +305,7 @@ Description: ID to pass other modules in order to refer to this module as a depe |[[input_target_revision]] <> |Override of target revision of the application chart. |`string` -|`"v5.2.1"` +|`"v6.0.0"` |no |[[input_namespace]] <> diff --git a/scaleway/README.adoc b/scaleway/README.adoc index bc2eff2..40f7c0b 100644 --- a/scaleway/README.adoc +++ b/scaleway/README.adoc @@ -61,7 +61,7 @@ Description: Override of target revision of the application chart. Type: `string` -Default: `"v5.2.1"` +Default: `"v6.0.0"` ==== [[input_namespace]] <> @@ -210,7 +210,7 @@ Description: ID to pass other modules in order to refer to this module as a depe |[[input_target_revision]] <> |Override of target revision of the application chart. |`string` -|`"v5.2.1"` +|`"v6.0.0"` |no |[[input_namespace]] <> diff --git a/self-signed/README.adoc b/self-signed/README.adoc index 1c4f43a..690abda 100644 --- a/self-signed/README.adoc +++ b/self-signed/README.adoc @@ -74,7 +74,7 @@ Description: Override of target revision of the application chart. Type: `string` -Default: `"v5.2.1"` +Default: `"v6.0.0"` ==== [[input_namespace]] <> @@ -240,7 +240,7 @@ Description: ID to pass other modules in order to refer to this module as a depe |[[input_target_revision]] <> |Override of target revision of the application chart. |`string` -|`"v5.2.1"` +|`"v6.0.0"` |no |[[input_namespace]] <> diff --git a/sks/README.adoc b/sks/README.adoc index 35c8afa..ac402b2 100644 --- a/sks/README.adoc +++ b/sks/README.adoc @@ -61,7 +61,7 @@ Description: Override of target revision of the application chart. Type: `string` -Default: `"v5.2.1"` +Default: `"v6.0.0"` ==== [[input_namespace]] <> @@ -210,7 +210,7 @@ Description: ID to pass other modules in order to refer to this module as a depe |[[input_target_revision]] <> |Override of target revision of the application chart. |`string` -|`"v5.2.1"` +|`"v6.0.0"` |no |[[input_namespace]] <> diff --git a/variables.tf b/variables.tf index 6e9edfb..9b28922 100644 --- a/variables.tf +++ b/variables.tf @@ -29,7 +29,7 @@ variable "destination_cluster" { variable "target_revision" { description = "Override of target revision of the application chart." type = string - default = "v5.3.0" # x-release-please-version + default = "v6.0.0" # x-release-please-version } variable "namespace" { diff --git a/version.txt b/version.txt index 03f488b..09b254e 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -5.3.0 +6.0.0