From 0616eba823d824f844a9b0c3d7164dd89a5cbcc3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 13:47:06 +0000 Subject: [PATCH] chore: release 6.0.0 --- CHANGELOG.md | 11 +++++++++++ variables.tf | 2 +- version.txt | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0224c86c..81469944 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [6.0.0](https://github.com/camptocamp/devops-stack-module-thanos/compare/v5.0.0...v6.0.0) (2024-08-14) + + +### ⚠ BREAKING CHANGES + +* remove the cluster_id variable + +### Features + +* remove the cluster_id variable ([6d7b628](https://github.com/camptocamp/devops-stack-module-thanos/commit/6d7b6280c67373d65f04f069b35a58f64174dd3a)) + ## [5.0.0](https://github.com/camptocamp/devops-stack-module-thanos/compare/v4.1.0...v5.0.0) (2024-04-23) diff --git a/variables.tf b/variables.tf index 410f1765..7b4b0c38 100644 --- a/variables.tf +++ b/variables.tf @@ -40,7 +40,7 @@ variable "destination_cluster" { variable "target_revision" { description = "Override of target revision of the application chart." type = string - default = "v5.0.0" # x-release-please-version + default = "v6.0.0" # x-release-please-version } variable "cluster_issuer" { diff --git a/version.txt b/version.txt index 0062ac97..09b254e9 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -5.0.0 +6.0.0