diff --git a/CHANGELOG.md b/CHANGELOG.md index c3671e71..835045f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.7.0](https://github.com/camptocamp/devops-stack-module-thanos/compare/v2.6.0...v2.7.0) (2023-11-03) + + +### Features + +* **chart:** patch update of dependencies on thanos chart ([#55](https://github.com/camptocamp/devops-stack-module-thanos/issues/55)) ([c076227](https://github.com/camptocamp/devops-stack-module-thanos/commit/c076227e9f04cad15f8b88fa459dc27518cf5736)) + ## [2.6.0](https://github.com/camptocamp/devops-stack-module-thanos/compare/v2.5.0...v2.6.0) (2023-10-19) diff --git a/variables.tf b/variables.tf index 590a4ac4..6f32cbf6 100644 --- a/variables.tf +++ b/variables.tf @@ -39,7 +39,7 @@ variable "destination_cluster" { variable "target_revision" { description = "Override of target revision of the application chart." type = string - default = "v2.6.0" # x-release-please-version + default = "v2.7.0" # x-release-please-version } variable "cluster_issuer" { diff --git a/version.txt b/version.txt index e70b4523..24ba9a38 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.6.0 +2.7.0