From 6f5d2742c54921a448514471460b1e423727344a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2024 13:51:28 +0200 Subject: [PATCH] chore: release 6.0.0 (#123) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: release 6.0.0 * docs: update CHANGELOG.md * docs(terraform-docs): generate docs and write to README.adoc --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Gonçalo Heleno <33546359+lentidas@users.noreply.github.com> Co-authored-by: lentidas --- CHANGELOG.md | 13 +++++++++++++ README.adoc | 10 +++++----- bootstrap/README.adoc | 2 +- variables.tf | 2 +- version.txt | 2 +- 5 files changed, 21 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f8eb483..a6dcb818 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [6.0.0](https://github.com/camptocamp/devops-stack-module-argocd/compare/v5.5.0...v6.0.0) (2024-08-15) + + +### ⚠ BREAKING CHANGES + +* **chart:** minor update of dependencies on argocd chart ([#119](https://github.com/camptocamp/devops-stack-module-argocd/issues/119)) + - the minimum Kubernetes version is now 1.25; + - Argo CD is now upgraded to version 2.12.0; **please check the [upgrade guide](https://argo-cd.readthedocs.io/en/latest/operator-manual/upgrading/2.11-2.12/) to see if you are affected by any of the changes**; + +### Features + +* **chart:** minor update of dependencies on argocd chart ([#119](https://github.com/camptocamp/devops-stack-module-argocd/issues/119)) ([1cb0c92](https://github.com/camptocamp/devops-stack-module-argocd/commit/1cb0c92bcbf96529dad2aa270bfc2b26699e9b18)) + ## [5.5.0](https://github.com/camptocamp/devops-stack-module-argocd/compare/v5.4.0...v5.5.0) (2024-08-15) diff --git a/README.adoc b/README.adoc index 94f646f1..1be97021 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: `"v5.3.0"` +Default: `"v6.0.0"` ==== [[input_cluster_issuer]] <> @@ -695,8 +695,8 @@ Description: Map of extra accounts that were created and their tokens. |[[provider_jwt]] <> |>= 1.1 |[[provider_time]] <> |>= 0.9 |[[provider_random]] <> |>= 3 -|[[provider_utils]] <> |>= 1.6 |[[provider_argocd]] <> |>= 5 +|[[provider_utils]] <> |>= 1.6 |[[provider_null]] <> |>= 3 |=== @@ -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` -|`"v5.3.0"` +|`"v6.0.0"` |no |[[input_cluster_issuer]] <> diff --git a/bootstrap/README.adoc b/bootstrap/README.adoc index 65f58a1b..ddfbeba9 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 49d7bcfe..7d326cfb 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 = "v5.5.0" # x-release-please-version + default = "v6.0.0" # x-release-please-version } variable "cluster_issuer" { diff --git a/version.txt b/version.txt index d50359de..09b254e9 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -5.5.0 +6.0.0