From 72f267361dff11767546206d6d059511d795bada Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 09:16:55 +0000 Subject: [PATCH 1/3] chore: release 5.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 df695b63..5248ee0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [5.0.0](https://github.com/camptocamp/devops-stack-module-thanos/compare/v4.1.0...v5.0.0) (2024-04-23) + + +### ⚠ BREAKING CHANGES + +* **eks:** add option to create IAM role for the metrics storage + +### Features + +* **eks:** add option to create IAM role for the metrics storage ([90f9f54](https://github.com/camptocamp/devops-stack-module-thanos/commit/90f9f541e80a9cd1a5b59720c541d117501fa7d4)) + ## [4.1.0](https://github.com/camptocamp/devops-stack-module-thanos/compare/v4.0.0...v4.1.0) (2024-04-16) diff --git a/variables.tf b/variables.tf index 855df8fa..410f1765 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 = "v4.1.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 ee74734a..0062ac97 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -4.1.0 +5.0.0 From 28f4dbc259079276d2b9528ddcd4a5f5f6a56d29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gon=C3=A7alo=20Heleno?= <33546359+lentidas@users.noreply.github.com> Date: Tue, 23 Apr 2024 11:51:49 +0200 Subject: [PATCH 2/3] docs: update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5248ee0e..0224c86c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ ### ⚠ BREAKING CHANGES * **eks:** add option to create IAM role for the metrics storage + * This is a breaking change because the attributes of the `metrics_storage` variable has changed. Please check the README.adoc to see the differences. ### Features From 5fa3e8f009931e29048c706f76a8a826fd797b73 Mon Sep 17 00:00:00 2001 From: lentidas Date: Tue, 23 Apr 2024 09:52:12 +0000 Subject: [PATCH 3/3] docs(terraform-docs): generate docs and write to README.adoc --- README.adoc | 6 +++--- aks/README.adoc | 4 ++-- eks/README.adoc | 4 ++-- kind/README.adoc | 4 ++-- sks/README.adoc | 4 ++-- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README.adoc b/README.adoc index 4e71e045..2e52b2fa 100644 --- a/README.adoc +++ b/README.adoc @@ -114,7 +114,7 @@ Description: Override of target revision of the application chart. Type: `string` -Default: `"v4.1.0"` +Default: `"v5.0.0"` ==== [[input_cluster_issuer]] <> @@ -303,8 +303,8 @@ Description: ID to pass other modules in order to refer to this module as a depe |Name |Version |[[provider_null]] <> |>= 3 |[[provider_random]] <> |>= 3 -|[[provider_utils]] <> |>= 1 |[[provider_argocd]] <> |>= 5 +|[[provider_utils]] <> |>= 1 |=== = Resources @@ -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` -|`"v4.1.0"` +|`"v5.0.0"` |no |[[input_cluster_issuer]] <> diff --git a/aks/README.adoc b/aks/README.adoc index 45cffe14..38c5afe2 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: `"v4.1.0"` +Default: `"v5.0.0"` ==== [[input_cluster_issuer]] <> @@ -592,7 +592,7 @@ object({ |[[input_target_revision]] <> |Override of target revision of the application chart. |`string` -|`"v4.1.0"` +|`"v5.0.0"` |no |[[input_cluster_issuer]] <> diff --git a/eks/README.adoc b/eks/README.adoc index 362435d6..e94b142d 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: `"v4.1.0"` +Default: `"v5.0.0"` ==== [[input_cluster_issuer]] <> @@ -620,7 +620,7 @@ object({ |[[input_target_revision]] <> |Override of target revision of the application chart. |`string` -|`"v4.1.0"` +|`"v5.0.0"` |no |[[input_cluster_issuer]] <> diff --git a/kind/README.adoc b/kind/README.adoc index feea298e..64c26784 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: `"v4.1.0"` +Default: `"v5.0.0"` ==== [[input_cluster_issuer]] <> @@ -497,7 +497,7 @@ object({ |[[input_target_revision]] <> |Override of target revision of the application chart. |`string` -|`"v4.1.0"` +|`"v5.0.0"` |no |[[input_cluster_issuer]] <> diff --git a/sks/README.adoc b/sks/README.adoc index eb765b89..5a49d43c 100644 --- a/sks/README.adoc +++ b/sks/README.adoc @@ -194,7 +194,7 @@ Description: Override of target revision of the application chart. Type: `string` -Default: `"v4.1.0"` +Default: `"v5.0.0"` ==== [[input_cluster_issuer]] <> @@ -451,7 +451,7 @@ object({ |[[input_target_revision]] <> |Override of target revision of the application chart. |`string` -|`"v4.1.0"` +|`"v5.0.0"` |no |[[input_cluster_issuer]] <>