From a2588b619d20f9aa85d432f994889ceaa4fb1d54 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2024 13:36:38 +0200 Subject: [PATCH] chore: release 5.5.0 (#122) 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 71ea263..9f8eb48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [5.5.0](https://github.com/camptocamp/devops-stack-module-argocd/compare/v5.4.0...v5.5.0) (2024-08-15) + + +### Features + +* **chart:** patch update of dependencies on argocd chart ([#117](https://github.com/camptocamp/devops-stack-module-argocd/issues/117)) ([8c93fda](https://github.com/camptocamp/devops-stack-module-argocd/commit/8c93fda86825a7a1e9a32a8f03b887260637570d)) + ## [5.4.0](https://github.com/camptocamp/devops-stack-module-argocd/compare/v5.3.0...v5.4.0) (2024-08-06) diff --git a/variables.tf b/variables.tf index 9a18bcc..49d7bcf 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 = "v5.4.0" # x-release-please-version + default = "v5.5.0" # x-release-please-version } variable "cluster_issuer" { diff --git a/version.txt b/version.txt index 8a30e8f..d50359d 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -5.4.0 +5.5.0