From 9a48b179e9eb275d1c7bdf82d308b22af99bb138 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2024 09:33:07 +0200 Subject: [PATCH] chore: release 6.2.0 (#128) 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 5dcde6e..7ff770d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [6.2.0](https://github.com/camptocamp/devops-stack-module-argocd/compare/v6.1.0...v6.2.0) (2024-08-29) + + +### Features + +* **chart:** patch update of dependencies on argocd chart ([#126](https://github.com/camptocamp/devops-stack-module-argocd/issues/126)) ([1a6621f](https://github.com/camptocamp/devops-stack-module-argocd/commit/1a6621fc905d64243f15e903e9266fb7ee9e0c2c)) + ## [6.1.0](https://github.com/camptocamp/devops-stack-module-argocd/compare/v6.0.0...v6.1.0) (2024-08-20) diff --git a/variables.tf b/variables.tf index 5a62a18..b6ac1b0 100644 --- a/variables.tf +++ b/variables.tf @@ -34,7 +34,7 @@ variable "argocd_labels" { variable "target_revision" { description = "Override of target revision of the application chart." type = string - default = "v6.1.0" # x-release-please-version + default = "v6.2.0" # x-release-please-version } variable "cluster_issuer" { diff --git a/version.txt b/version.txt index dfda3e0..6abaeb2 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -6.1.0 +6.2.0