From 7a5b51080cbfa9e7861b304f9430b4bb9e4393f5 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:19:42 +0000 Subject: [PATCH 1/3] chore: release 9.0.0 --- CHANGELOG.md | 16 ++++++++++++++++ variables.tf | 2 +- version.txt | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85ff151..eaef77f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [9.0.0](https://github.com/camptocamp/devops-stack-module-loki-stack/compare/v8.2.0...v9.0.0) (2024-08-14) + + +### ⚠ BREAKING CHANGES + +* remove the cluster_id variable + +### Features + +* remove the cluster_id variable ([62f869e](https://github.com/camptocamp/devops-stack-module-loki-stack/commit/62f869e29b4ca31d1a56ad8c164b0095efe33e28)) + + +### Bug Fixes + +* remove the working_directory attribute in the compactor config ([0638108](https://github.com/camptocamp/devops-stack-module-loki-stack/commit/0638108b870fbf85b5b52eff4eeef229eb7a32c8)) + ## [8.2.0](https://github.com/camptocamp/devops-stack-module-loki-stack/compare/v8.1.0...v8.2.0) (2024-07-15) diff --git a/variables.tf b/variables.tf index 35ad8a2..3036082 100644 --- a/variables.tf +++ b/variables.tf @@ -23,7 +23,7 @@ variable "destination_cluster" { variable "target_revision" { description = "Override of target revision of the application chart." type = string - default = "v8.2.0" # x-release-please-version + default = "v9.0.0" # x-release-please-version } variable "helm_values" { diff --git a/version.txt b/version.txt index fbb9ea1..f7ee066 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -8.2.0 +9.0.0 From e3f60ad4e44d9f9cf46306f2385d0902933ab50e 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:54:55 +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 eaef77f..aee4893 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 ([62f869e](https://github.com/camptocamp/devops-stack-module-loki-stack/commit/62f869e29b4ca31d1a56ad8c164b0095efe33e28)) +* **sks:** remove the cluster_id variable ([62f869e](https://github.com/camptocamp/devops-stack-module-loki-stack/commit/62f869e29b4ca31d1a56ad8c164b0095efe33e28)) ### Bug Fixes From 9ef6d9fd0a834af0818c68d4d47c919e89c3cd6f Mon Sep 17 00:00:00 2001 From: lentidas Date: Wed, 14 Aug 2024 13:55:11 +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 c95707a..1ec4e17 100644 --- a/README.adoc +++ b/README.adoc @@ -78,7 +78,7 @@ Description: Override of target revision of the application chart. Type: `string` -Default: `"v8.2.0"` +Default: `"v9.0.0"` ==== [[input_helm_values]] <> @@ -335,8 +335,8 @@ Description: Credentials to access the Loki ingress, if activated. |Name |Version |[[provider_random]] <> |>= 3 |[[provider_htpasswd]] <> |>= 1 -|[[provider_utils]] <> |>= 1 |[[provider_argocd]] <> |>= 5 +|[[provider_utils]] <> |>= 1 |[[provider_null]] <> |>= 3 |=== @@ -380,7 +380,7 @@ Description: Credentials to access the Loki ingress, if activated. |[[input_target_revision]] <> |Override of target revision of the application chart. |`string` -|`"v8.2.0"` +|`"v9.0.0"` |no |[[input_helm_values]] <> diff --git a/aks/README.adoc b/aks/README.adoc index 9eacf78..e1d3573 100644 --- a/aks/README.adoc +++ b/aks/README.adoc @@ -96,7 +96,7 @@ Description: Override of target revision of the application chart. Type: `string` -Default: `"v8.2.0"` +Default: `"v9.0.0"` ==== [[input_helm_values]] <> @@ -420,7 +420,7 @@ object({ |[[input_target_revision]] <> |Override of target revision of the application chart. |`string` -|`"v8.2.0"` +|`"v9.0.0"` |no |[[input_helm_values]] <> diff --git a/eks/README.adoc b/eks/README.adoc index 919ca32..0400aa7 100644 --- a/eks/README.adoc +++ b/eks/README.adoc @@ -98,7 +98,7 @@ Description: Override of target revision of the application chart. Type: `string` -Default: `"v8.2.0"` +Default: `"v9.0.0"` ==== [[input_helm_values]] <> @@ -421,7 +421,7 @@ object({ |[[input_target_revision]] <> |Override of target revision of the application chart. |`string` -|`"v8.2.0"` +|`"v9.0.0"` |no |[[input_helm_values]] <> diff --git a/kind/README.adoc b/kind/README.adoc index 80df5db..8fb55ac 100644 --- a/kind/README.adoc +++ b/kind/README.adoc @@ -77,7 +77,7 @@ Description: Override of target revision of the application chart. Type: `string` -Default: `"v8.2.0"` +Default: `"v9.0.0"` ==== [[input_helm_values]] <> @@ -379,7 +379,7 @@ object({ |[[input_target_revision]] <> |Override of target revision of the application chart. |`string` -|`"v8.2.0"` +|`"v9.0.0"` |no |[[input_helm_values]] <> diff --git a/sks/README.adoc b/sks/README.adoc index c4e6fcf..932e55b 100644 --- a/sks/README.adoc +++ b/sks/README.adoc @@ -168,7 +168,7 @@ Description: Override of target revision of the application chart. Type: `string` -Default: `"v8.2.0"` +Default: `"v9.0.0"` ==== [[input_helm_values]] <> @@ -475,7 +475,7 @@ object({ |[[input_target_revision]] <> |Override of target revision of the application chart. |`string` -|`"v8.2.0"` +|`"v9.0.0"` |no |[[input_helm_values]] <>