From dd6da983a90a09e7bdf907ec77f272ae41cbf138 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 09:38:41 +0200 Subject: [PATCH] chore: release 2.2.0 (#49) 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 b59e490f..d0ddffbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.2.0](https://github.com/camptocamp/devops-stack-module-thanos/compare/v2.1.0...v2.2.0) (2023-08-28) + + +### Features + +* **chart:** patch update of dependencies on thanos chart ([#48](https://github.com/camptocamp/devops-stack-module-thanos/issues/48)) ([1a03430](https://github.com/camptocamp/devops-stack-module-thanos/commit/1a03430e0e611d70b0479ced8c92e61d73e7ae88)) + ## [2.1.0](https://github.com/camptocamp/devops-stack-module-thanos/compare/v2.0.1...v2.1.0) (2023-08-11) diff --git a/variables.tf b/variables.tf index 4d172e84..5926192b 100644 --- a/variables.tf +++ b/variables.tf @@ -21,7 +21,7 @@ variable "argocd_namespace" { variable "target_revision" { description = "Override of target revision of the application chart." type = string - default = "v2.1.0" # x-release-please-version + default = "v2.2.0" # x-release-please-version } variable "cluster_issuer" { diff --git a/version.txt b/version.txt index 7ec1d6db..ccbccc3d 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.1.0 +2.2.0