From 221d8201a385cf324d0e3e2f332bea5a70bedd61 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 17:12:00 +0200 Subject: [PATCH] chore: release 2.6.0 (#60) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 9 +++++++++ variables.tf | 2 +- version.txt | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d570ff7a..c3671e71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [2.6.0](https://github.com/camptocamp/devops-stack-module-thanos/compare/v2.5.0...v2.6.0) (2023-10-19) + + +### Features + +* add standard variables and variable to add labels to Argo CD app ([7db831d](https://github.com/camptocamp/devops-stack-module-thanos/commit/7db831da02d6e3d193cfb0b72a561f203abfb56a)) +* add variables to set AppProject and destination cluster ([1822dcf](https://github.com/camptocamp/devops-stack-module-thanos/commit/1822dcf2f8dd62875048cdf6976da601b972af4a)) +* update OAuth2-Proxy image to v7.5.0 ([88b6d99](https://github.com/camptocamp/devops-stack-module-thanos/commit/88b6d99039b7720348c9b8febed214b054071420)) + ## [2.5.0](https://github.com/camptocamp/devops-stack-module-thanos/compare/v2.4.0...v2.5.0) (2023-09-19) diff --git a/variables.tf b/variables.tf index 6a1a58e5..590a4ac4 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.5.0" # x-release-please-version + default = "v2.6.0" # x-release-please-version } variable "cluster_issuer" { diff --git a/version.txt b/version.txt index 437459cd..e70b4523 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.5.0 +2.6.0