From c1faa451d6fa0d1482f2194e46c65e57db0b76e9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 14:16:58 +0200 Subject: [PATCH] chore: release 6.1.1 (#83) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: release 6.1.1 * docs: update CHANGELOG.md with a special note * 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 | 12 ++++++++++++ README.adoc | 12 ++++++------ aks/README.adoc | 4 ++-- eks/README.adoc | 4 ++-- kind/README.adoc | 4 ++-- sks/README.adoc | 4 ++-- variables.tf | 2 +- version.txt | 2 +- 8 files changed, 28 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6956aa5e..a62a539b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [6.1.1](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/compare/v6.1.0...v6.1.1) (2023-08-14) + + +### 📝 NOTES + +* Due to the deactivation by default of the Helm templates on the Terraform plan, please note that the first time you apply this release, it will output a monstrous Terraform plan saying a resource will be deleted. **It is best that you apply this release with a `terraform apply -target` before making any other changes to your Terraform code.** + +### Bug Fixes + +* add variable to deactivate the output of Helm templates on plan ([#82](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/issues/82)) ([a31abf3](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/commit/a31abf3379c3cfad70b12dd7b39214e7b057b5a4)) + + ## [6.1.0](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/compare/v6.0.1...v6.1.0) (2023-08-11) diff --git a/README.adoc b/README.adoc index a640fdde..76c037be 100644 --- a/README.adoc +++ b/README.adoc @@ -38,18 +38,18 @@ The following requirements are needed by this module: The following providers are used by this module: -- [[provider_random]] <> (>= 3) - -- [[provider_null]] <> (>= 3) - - [[provider_kubernetes]] <> (>= 2) +- [[provider_random]] <> (>= 3) + - [[provider_utils]] <> (>= 1) - [[provider_helm]] <> - [[provider_argocd]] <> (>= 5) +- [[provider_null]] <> (>= 3) + === Resources The following resources are used by this module: @@ -100,7 +100,7 @@ Description: Override of target revision of the application chart. Type: `string` -Default: `"v6.1.0"` +Default: `"v6.1.1"` ==== [[input_cluster_issuer]] <> @@ -305,7 +305,7 @@ Description: The admin password for Grafana. |[[input_target_revision]] <> |Override of target revision of the application chart. |`string` -|`"v6.1.0"` +|`"v6.1.1"` |no |[[input_cluster_issuer]] <> diff --git a/aks/README.adoc b/aks/README.adoc index 64e08bea..e833ab9e 100644 --- a/aks/README.adoc +++ b/aks/README.adoc @@ -89,7 +89,7 @@ Description: Override of target revision of the application chart. Type: `string` -Default: `"v6.1.0"` +Default: `"v6.1.1"` ==== [[input_cluster_issuer]] <> @@ -301,7 +301,7 @@ object({ |[[input_target_revision]] <> |Override of target revision of the application chart. |`string` -|`"v6.1.0"` +|`"v6.1.1"` |no |[[input_cluster_issuer]] <> diff --git a/eks/README.adoc b/eks/README.adoc index 582e3726..d9185dab 100644 --- a/eks/README.adoc +++ b/eks/README.adoc @@ -73,7 +73,7 @@ Description: Override of target revision of the application chart. Type: `string` -Default: `"v6.1.0"` +Default: `"v6.1.1"` ==== [[input_cluster_issuer]] <> @@ -265,7 +265,7 @@ object({ |[[input_target_revision]] <> |Override of target revision of the application chart. |`string` -|`"v6.1.0"` +|`"v6.1.1"` |no |[[input_cluster_issuer]] <> diff --git a/kind/README.adoc b/kind/README.adoc index 5afcc215..5b7ae912 100644 --- a/kind/README.adoc +++ b/kind/README.adoc @@ -75,7 +75,7 @@ Description: Override of target revision of the application chart. Type: `string` -Default: `"v6.1.0"` +Default: `"v6.1.1"` ==== [[input_cluster_issuer]] <> @@ -269,7 +269,7 @@ object({ |[[input_target_revision]] <> |Override of target revision of the application chart. |`string` -|`"v6.1.0"` +|`"v6.1.1"` |no |[[input_cluster_issuer]] <> diff --git a/sks/README.adoc b/sks/README.adoc index 693bf12a..6edd56b9 100644 --- a/sks/README.adoc +++ b/sks/README.adoc @@ -216,7 +216,7 @@ Description: Override of target revision of the application chart. Type: `string` -Default: `"v6.1.0"` +Default: `"v6.1.1"` ==== [[input_cluster_issuer]] <> @@ -415,7 +415,7 @@ object({ |[[input_target_revision]] <> |Override of target revision of the application chart. |`string` -|`"v6.1.0"` +|`"v6.1.1"` |no |[[input_cluster_issuer]] <> diff --git a/variables.tf b/variables.tf index b071cbbc..43bb58fa 100644 --- a/variables.tf +++ b/variables.tf @@ -21,7 +21,7 @@ variable "argocd_namespace" { variable "target_revision" { description = "Override of target revision of the application chart." type = string - default = "v6.1.0" # x-release-please-version + default = "v6.1.1" # x-release-please-version } variable "cluster_issuer" { diff --git a/version.txt b/version.txt index dfda3e0b..f3b5af39 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -6.1.0 +6.1.1