From 016611f33d02ed06a36cc6a5fa8c8d3ac349bf59 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 3 Nov 2023 12:13:50 +0100 Subject: [PATCH] chore: release 2.7.0 (#62) 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 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