diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ba3444..9c62be6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [7.2.0](https://github.com/camptocamp/devops-stack-module-argocd/compare/v7.1.1...v7.2.0) (2025-01-08) + + +### Features + +* bump helmfile plugin ([#118](https://github.com/camptocamp/devops-stack-module-argocd/issues/118)) ([bdaf2ae](https://github.com/camptocamp/devops-stack-module-argocd/commit/bdaf2ae525b3053f7022eb2ac2cd9a37e40bde37)) + ## [7.1.1](https://github.com/camptocamp/devops-stack-module-argocd/compare/v7.1.0...v7.1.1) (2024-10-23) diff --git a/variables.tf b/variables.tf index c8f1b7a..b676734 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 = "v7.1.1" # x-release-please-version + default = "v7.2.0" # x-release-please-version } variable "cluster_issuer" { diff --git a/version.txt b/version.txt index 21c8c7b..0ee843c 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -7.1.1 +7.2.0