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