From 40efe526f2230b8e2eea5e4f05788ffd14207bdb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 16:09:10 +0100 Subject: [PATCH] chore: release 7.0.1 (#108) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ variables.tf | 2 +- version.txt | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 16e54d74..f5426f43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [7.0.1](https://github.com/camptocamp/devops-stack-module-loki-stack/compare/v7.0.0...v7.0.1) (2024-01-22) + + +### Bug Fixes + +* **aks:** add dependencies to fix reading of storage account ([#107](https://github.com/camptocamp/devops-stack-module-loki-stack/issues/107)) ([5500537](https://github.com/camptocamp/devops-stack-module-loki-stack/commit/5500537db6462e58837dd3bf32b143f6b94ff207)) + ## [7.0.0](https://github.com/camptocamp/devops-stack-module-loki-stack/compare/v6.0.0...v7.0.0) (2024-01-18) diff --git a/variables.tf b/variables.tf index ddfe9863..519ca936 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.0.0" # x-release-please-version + default = "v7.0.1" # x-release-please-version } variable "helm_values" { diff --git a/version.txt b/version.txt index 66ce77b7..9fe9ff9d 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -7.0.0 +7.0.1