From c7bbfb924eecc17b15cbfbff5b40a24eaa0e402c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 10:51:46 +0000 Subject: [PATCH] chore: release 4.0.0 --- CHANGELOG.md | 12 ++++++++++++ variables.tf | 2 +- version.txt | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3574c7bb..cbbee3c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [4.0.0](https://github.com/camptocamp/devops-stack-module-thanos/compare/v3.3.0...v4.0.0) (2024-03-01) + + +### ⚠ BREAKING CHANGES + +* remove specific var and use the ServiceMonitor boolean + +### Bug Fixes + +* remove legacy ingress annotations ([f3eee6a](https://github.com/camptocamp/devops-stack-module-thanos/commit/f3eee6ae543a6889b9e5dcd5fd509b4e3f0caa7e)) +* remove specific var and use the ServiceMonitor boolean ([de3db09](https://github.com/camptocamp/devops-stack-module-thanos/commit/de3db094082ed39ae0cce9c96e9bb1c6b891503d)) + ## [3.3.0](https://github.com/camptocamp/devops-stack-module-thanos/compare/v3.2.0...v3.3.0) (2024-02-23) diff --git a/variables.tf b/variables.tf index 03050b63..c7d639c7 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 = "v3.3.0" # x-release-please-version + default = "v4.0.0" # x-release-please-version } variable "cluster_issuer" { diff --git a/version.txt b/version.txt index 15a27998..fcdb2e10 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -3.3.0 +4.0.0