diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e8cf923..a82a8be5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,29 @@ # Changelog +## [5.0.0](https://github.com/camptocamp/devops-stack-module-argocd/compare/v4.5.0...v5.0.0) (2024-06-11) + + +### ⚠ BREAKING CHANGES + +* **chart:** major update of dependencies on argocd chart: + * The upstream chart has removed multiple configurations that should not affect you unless you overload any of the following attributes using the `helm_values` variable: + * deprecated component options `logLevel` and `logFormat` + * deprecated component arguments `.args.` that were replaced with `configs.params` + * deprecated configuration `server.config` that was replaced with `configs.cm` + * deprecated configuration `server.rbacConfig` that was replaced with `configs.rbac` + + +### Features + +* **chart:** major update of dependencies on argocd chart ([52543df](https://github.com/camptocamp/devops-stack-module-argocd/commit/52543df692e21fee2cd772ca47282d166f0fdfae)) +* modify the Helm values to support new chart version ([a2127c9](https://github.com/camptocamp/devops-stack-module-argocd/commit/a2127c94e84282b8138282b6c365ab6b37a0a6b0)) + + +### Bug Fixes + +* add domain value ([fae7776](https://github.com/camptocamp/devops-stack-module-argocd/commit/fae7776f1b85e7bac9424840d2ad2234e2599dc9)) +* fix typo that prevented OIDC configuration apply ([e5bec3f](https://github.com/camptocamp/devops-stack-module-argocd/commit/e5bec3f9a97ecc650f7ddd491990ad4182d79c60)) + ## [4.5.0](https://github.com/camptocamp/devops-stack-module-argocd/compare/v4.4.1...v4.5.0) (2024-05-29) diff --git a/README.adoc b/README.adoc index ff3aea7c..0fd0c8ca 100644 --- a/README.adoc +++ b/README.adoc @@ -223,8 +223,6 @@ The following requirements are needed by this module: The following providers are used by this module: -- [[provider_null]] <> (>= 3) - - [[provider_jwt]] <> (>= 1.1) - [[provider_time]] <> (>= 0.9) @@ -235,6 +233,8 @@ The following providers are used by this module: - [[provider_utils]] <> (>= 1.6) +- [[provider_null]] <> (>= 3) + === Resources The following resources are used by this module: @@ -310,7 +310,7 @@ Description: Override of target revision of the application chart. Type: `string` -Default: `"v4.5.0"` +Default: `"v5.0.0"` ==== [[input_cluster_issuer]] <> @@ -692,12 +692,12 @@ Description: Map of extra accounts that were created and their tokens. [cols="a,a",options="header,autowidth"] |=== |Name |Version +|[[provider_null]] <> |>= 3 |[[provider_jwt]] <> |>= 1.1 |[[provider_time]] <> |>= 0.9 |[[provider_random]] <> |>= 3 -|[[provider_utils]] <> |>= 1.6 |[[provider_argocd]] <> |>= 5 -|[[provider_null]] <> |>= 3 +|[[provider_utils]] <> |>= 1.6 |=== = Resources @@ -753,7 +753,7 @@ Description: Map of extra accounts that were created and their tokens. |[[input_target_revision]] <> |Override of target revision of the application chart. |`string` -|`"v4.5.0"` +|`"v5.0.0"` |no |[[input_cluster_issuer]] <> diff --git a/bootstrap/README.adoc b/bootstrap/README.adoc index ddfbeba9..65f58a1b 100644 --- a/bootstrap/README.adoc +++ b/bootstrap/README.adoc @@ -201,9 +201,9 @@ Description: The Argo CD accounts pipeline tokens. [cols="a,a",options="header,autowidth"] |=== |Name |Version -|[[provider_random]] <> |>= 3 |[[provider_jwt]] <> |>= 1.1 |[[provider_time]] <> |>= 0.9 +|[[provider_random]] <> |>= 3 |[[provider_helm]] <> |>= 2 |[[provider_argocd]] <> |>= 6 |[[provider_utils]] <> |>= 1.6 diff --git a/variables.tf b/variables.tf index 37cca7a0..3c7fd92a 100644 --- a/variables.tf +++ b/variables.tf @@ -34,7 +34,7 @@ variable "argocd_labels" { variable "target_revision" { description = "Override of target revision of the application chart." type = string - default = "v4.5.0" # x-release-please-version + default = "v5.0.0" # x-release-please-version } variable "cluster_issuer" { diff --git a/version.txt b/version.txt index a84947d6..0062ac97 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -4.5.0 +5.0.0