diff --git a/CHANGELOG.md b/CHANGELOG.md index 886ff3c6..190be7ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.0.1](https://github.com/camptocamp/devops-stack-module-thanos/compare/v3.0.0...v3.0.1) (2024-01-22) + + +### Bug Fixes + +* **aks:** add dependencies to fix reading of storage account ([#68](https://github.com/camptocamp/devops-stack-module-thanos/issues/68)) ([128b0b8](https://github.com/camptocamp/devops-stack-module-thanos/commit/128b0b839790c89cdcdde4d65c5a6b9812e1a34e)) + ## [3.0.0](https://github.com/camptocamp/devops-stack-module-thanos/compare/v2.7.0...v3.0.0) (2024-01-18) diff --git a/variables.tf b/variables.tf index 811ed5dd..44a4bacb 100644 --- a/variables.tf +++ b/variables.tf @@ -33,7 +33,7 @@ variable "destination_cluster" { variable "target_revision" { description = "Override of target revision of the application chart." type = string - default = "v3.0.0" # x-release-please-version + default = "v3.0.1" # x-release-please-version } variable "cluster_issuer" { diff --git a/version.txt b/version.txt index 4a36342f..cb2b00e4 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -3.0.0 +3.0.1