From 0616eba823d824f844a9b0c3d7164dd89a5cbcc3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 13:47:06 +0000 Subject: [PATCH 1/3] chore: release 6.0.0 --- CHANGELOG.md | 11 +++++++++++ variables.tf | 2 +- version.txt | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0224c86c..81469944 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [6.0.0](https://github.com/camptocamp/devops-stack-module-thanos/compare/v5.0.0...v6.0.0) (2024-08-14) + + +### ⚠ BREAKING CHANGES + +* remove the cluster_id variable + +### Features + +* remove the cluster_id variable ([6d7b628](https://github.com/camptocamp/devops-stack-module-thanos/commit/6d7b6280c67373d65f04f069b35a58f64174dd3a)) + ## [5.0.0](https://github.com/camptocamp/devops-stack-module-thanos/compare/v4.1.0...v5.0.0) (2024-04-23) diff --git a/variables.tf b/variables.tf index 410f1765..7b4b0c38 100644 --- a/variables.tf +++ b/variables.tf @@ -40,7 +40,7 @@ variable "destination_cluster" { variable "target_revision" { description = "Override of target revision of the application chart." type = string - default = "v5.0.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 0062ac97..09b254e9 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -5.0.0 +6.0.0 From 92bca4be32071ce1d980d8039780de7d16a855c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gon=C3=A7alo=20Heleno?= <33546359+lentidas@users.noreply.github.com> Date: Wed, 14 Aug 2024 15:48:51 +0200 Subject: [PATCH 2/3] docs: update CHANGELOG.md --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81469944..b72c1263 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,11 +5,11 @@ ### ⚠ BREAKING CHANGES -* remove the cluster_id variable +* **sks:** remove the cluster_id variable ### Features -* remove the cluster_id variable ([6d7b628](https://github.com/camptocamp/devops-stack-module-thanos/commit/6d7b6280c67373d65f04f069b35a58f64174dd3a)) +* **sks:** remove the cluster_id variable ([6d7b628](https://github.com/camptocamp/devops-stack-module-thanos/commit/6d7b6280c67373d65f04f069b35a58f64174dd3a)) ## [5.0.0](https://github.com/camptocamp/devops-stack-module-thanos/compare/v4.1.0...v5.0.0) (2024-04-23) From 80ab804d93d5500a7286729ee5aa6a8c8c5f3254 Mon Sep 17 00:00:00 2001 From: lentidas Date: Wed, 14 Aug 2024 13:49:16 +0000 Subject: [PATCH 3/3] docs(terraform-docs): generate docs and write to README.adoc --- README.adoc | 8 ++++---- aks/README.adoc | 4 ++-- eks/README.adoc | 4 ++-- kind/README.adoc | 4 ++-- sks/README.adoc | 4 ++-- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/README.adoc b/README.adoc index d2775d6c..5eb6faaa 100644 --- a/README.adoc +++ b/README.adoc @@ -36,10 +36,10 @@ The following requirements are needed by this module: The following providers are used by this module: -- [[provider_argocd]] <> (>= 5) - - [[provider_random]] <> (>= 3) +- [[provider_argocd]] <> (>= 5) + - [[provider_utils]] <> (>= 1) - [[provider_null]] <> (>= 3) @@ -114,7 +114,7 @@ Description: Override of target revision of the application chart. Type: `string` -Default: `"v5.0.0"` +Default: `"v6.0.0"` ==== [[input_cluster_issuer]] <> @@ -365,7 +365,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.0.0"` +|`"v6.0.0"` |no |[[input_cluster_issuer]] <> diff --git a/aks/README.adoc b/aks/README.adoc index 38c5afe2..eb883379 100644 --- a/aks/README.adoc +++ b/aks/README.adoc @@ -318,7 +318,7 @@ Description: Override of target revision of the application chart. Type: `string` -Default: `"v5.0.0"` +Default: `"v6.0.0"` ==== [[input_cluster_issuer]] <> @@ -592,7 +592,7 @@ object({ |[[input_target_revision]] <> |Override of target revision of the application chart. |`string` -|`"v5.0.0"` +|`"v6.0.0"` |no |[[input_cluster_issuer]] <> diff --git a/eks/README.adoc b/eks/README.adoc index e94b142d..12d92f83 100644 --- a/eks/README.adoc +++ b/eks/README.adoc @@ -347,7 +347,7 @@ Description: Override of target revision of the application chart. Type: `string` -Default: `"v5.0.0"` +Default: `"v6.0.0"` ==== [[input_cluster_issuer]] <> @@ -620,7 +620,7 @@ object({ |[[input_target_revision]] <> |Override of target revision of the application chart. |`string` -|`"v5.0.0"` +|`"v6.0.0"` |no |[[input_cluster_issuer]] <> diff --git a/kind/README.adoc b/kind/README.adoc index 64c26784..101fb78b 100644 --- a/kind/README.adoc +++ b/kind/README.adoc @@ -245,7 +245,7 @@ Description: Override of target revision of the application chart. Type: `string` -Default: `"v5.0.0"` +Default: `"v6.0.0"` ==== [[input_cluster_issuer]] <> @@ -497,7 +497,7 @@ object({ |[[input_target_revision]] <> |Override of target revision of the application chart. |`string` -|`"v5.0.0"` +|`"v6.0.0"` |no |[[input_cluster_issuer]] <> diff --git a/sks/README.adoc b/sks/README.adoc index be4d8835..45892b06 100644 --- a/sks/README.adoc +++ b/sks/README.adoc @@ -188,7 +188,7 @@ Description: Override of target revision of the application chart. Type: `string` -Default: `"v5.0.0"` +Default: `"v6.0.0"` ==== [[input_cluster_issuer]] <> @@ -439,7 +439,7 @@ object({ |[[input_target_revision]] <> |Override of target revision of the application chart. |`string` -|`"v5.0.0"` +|`"v6.0.0"` |no |[[input_cluster_issuer]] <>