diff --git a/CHANGELOG.md b/CHANGELOG.md index a6dcb81..5dcde6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [6.1.0](https://github.com/camptocamp/devops-stack-module-argocd/compare/v6.0.0...v6.1.0) (2024-08-20) + + +### Features + +* **chart:** patch update of dependencies on argocd chart ([#124](https://github.com/camptocamp/devops-stack-module-argocd/issues/124)) ([ad9dd42](https://github.com/camptocamp/devops-stack-module-argocd/commit/ad9dd4210f314f576b79d79f515eb095be935c4d)) + ## [6.0.0](https://github.com/camptocamp/devops-stack-module-argocd/compare/v5.5.0...v6.0.0) (2024-08-15) diff --git a/variables.tf b/variables.tf index 7d326cf..5a62a18 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.0.0" # x-release-please-version + default = "v6.1.0" # x-release-please-version } variable "cluster_issuer" { diff --git a/version.txt b/version.txt index 09b254e..dfda3e0 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -6.0.0 +6.1.0