From a1750e0fba1534eac4bde9613d9205a83d690da1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 11:50:51 +0200 Subject: [PATCH] chore: release 8.0.0 (#113) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: release 8.0.0 * docs: update CHANGELOG.md * docs(terraform-docs): generate docs and write to README.adoc * 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 | 12 ++++++++++++ README.adoc | 4 ++-- 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, 24 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a6a4f1..710b80f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [8.0.0](https://github.com/camptocamp/devops-stack-module-loki-stack/compare/v7.2.0...v8.0.0) (2024-04-23) + + +### ⚠ BREAKING CHANGES + +* **eks:** add option to create IAM role for the metrics storage + * This is a breaking change because the attributes of the `logs_storage` variable has changed. Please check the README.adoc to see the differences. + +### Features + +* **eks:** add option to create IAM role for the metrics storage ([b274598](https://github.com/camptocamp/devops-stack-module-loki-stack/commit/b2745987604970577a5eadfbf19777267a8b725e)) + ## [7.2.0](https://github.com/camptocamp/devops-stack-module-loki-stack/compare/v7.1.0...v7.2.0) (2024-04-16) diff --git a/README.adoc b/README.adoc index 1dff532..53a7b62 100644 --- a/README.adoc +++ b/README.adoc @@ -78,7 +78,7 @@ Description: Override of target revision of the application chart. Type: `string` -Default: `"v7.2.0"` +Default: `"v8.0.0"` ==== [[input_helm_values]] <> @@ -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` -|`"v7.2.0"` +|`"v8.0.0"` |no |[[input_helm_values]] <> diff --git a/aks/README.adoc b/aks/README.adoc index 0cfd3ae..1e96a9c 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: `"v7.2.0"` +Default: `"v8.0.0"` ==== [[input_helm_values]] <> @@ -420,7 +420,7 @@ object({ |[[input_target_revision]] <> |Override of target revision of the application chart. |`string` -|`"v7.2.0"` +|`"v8.0.0"` |no |[[input_helm_values]] <> diff --git a/eks/README.adoc b/eks/README.adoc index 42b15f8..f15f031 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: `"v7.2.0"` +Default: `"v8.0.0"` ==== [[input_helm_values]] <> @@ -421,7 +421,7 @@ object({ |[[input_target_revision]] <> |Override of target revision of the application chart. |`string` -|`"v7.2.0"` +|`"v8.0.0"` |no |[[input_helm_values]] <> diff --git a/kind/README.adoc b/kind/README.adoc index 8e705c4..ab70661 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: `"v7.2.0"` +Default: `"v8.0.0"` ==== [[input_helm_values]] <> @@ -379,7 +379,7 @@ object({ |[[input_target_revision]] <> |Override of target revision of the application chart. |`string` -|`"v7.2.0"` +|`"v8.0.0"` |no |[[input_helm_values]] <> diff --git a/sks/README.adoc b/sks/README.adoc index 0078e38..9f00694 100644 --- a/sks/README.adoc +++ b/sks/README.adoc @@ -174,7 +174,7 @@ Description: Override of target revision of the application chart. Type: `string` -Default: `"v7.2.0"` +Default: `"v8.0.0"` ==== [[input_helm_values]] <> @@ -487,7 +487,7 @@ object({ |[[input_target_revision]] <> |Override of target revision of the application chart. |`string` -|`"v7.2.0"` +|`"v8.0.0"` |no |[[input_helm_values]] <> diff --git a/variables.tf b/variables.tf index c57c809..363015a 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 = "v7.2.0" # x-release-please-version + default = "v8.0.0" # x-release-please-version } variable "helm_values" { diff --git a/version.txt b/version.txt index 0ee843c..ae9a76b 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -7.2.0 +8.0.0