From 148cb05a96599a816ac185399c5b04dd2486c625 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 13:48:14 +0000 Subject: [PATCH] chore: release 4.0.0 --- CHANGELOG.md | 20 ++++++++++++++++++++ variables.tf | 2 +- version.txt | 2 +- 3 files changed, 22 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3574c7bb..37a5174d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## [4.0.0](https://github.com/camptocamp/devops-stack-module-thanos/compare/v3.3.0...v4.0.0) (2024-03-01) + + +### ⚠ BREAKING CHANGES + +* **chart:** major update of dependencies on thanos chart +* remove specific var and use the ServiceMonitor boolean + +### Features + +* **chart:** major update of dependencies on thanos chart ([bbd5e67](https://github.com/camptocamp/devops-stack-module-thanos/commit/bbd5e67d68d83528d6f6eb33d2b5eb2e1c5ed7f5)) + + +### Bug Fixes + +* change backend port that was changed in the original chart ([0ac7aab](https://github.com/camptocamp/devops-stack-module-thanos/commit/0ac7aabf0a32d562844dadbbfabd21de925d7a3b)) +* disable networkPolicy on all components ([5a84b3a](https://github.com/camptocamp/devops-stack-module-thanos/commit/5a84b3a548841cfb87f2bb23e2333862c4e3198f)) +* 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