diff --git a/CHANGELOG.md b/CHANGELOG.md index 63b8e72..085835f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.0-alpha.4](https://github.com/camptocamp/devops-stack-module-argocd/compare/v1.0.0-alpha.3...v1.0.0-alpha.4) (2022-12-21) + + +### Features + +* **chart:** update Argo CD chart to v5.14.1 ([#22](https://github.com/camptocamp/devops-stack-module-argocd/issues/22)) ([ebd91b0](https://github.com/camptocamp/devops-stack-module-argocd/commit/ebd91b0e283ab35c705fa6e135c26f2ef55cc3df)) + ## [1.0.0-alpha.3](https://github.com/camptocamp/devops-stack-module-argocd/compare/v1.0.0-alpha.2...v1.0.0-alpha.3) (2022-12-20) diff --git a/variables.tf b/variables.tf index 62acb58..0d17db2 100644 --- a/variables.tf +++ b/variables.tf @@ -71,7 +71,7 @@ variable "dependency_ids" { variable "target_revision" { description = "Override of target revision of the application chart." type = string - default = "v1.0.0-alpha.3" # x-release-please-version + default = "v1.0.0-alpha.4" # x-release-please-version } variable "app_autosync" { diff --git a/version.txt b/version.txt index 4002114..eead28a 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.0.0-alpha.3 +1.0.0-alpha.4