From a0db10a05f7903ef19d8181b8f624131947b3383 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 14:27:32 +0100 Subject: [PATCH] chore(main): release 1.0.0-alpha.5 (#29) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 16 ++++++++++++++++ variables.tf | 2 +- version.txt | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 085835f..5be9950 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [1.0.0-alpha.5](https://github.com/camptocamp/devops-stack-module-argocd/compare/v1.0.0-alpha.4...v1.0.0-alpha.5) (2023-01-30) + + +### ⚠ BREAKING CHANGES + +* refact main argocd module ([#28](https://github.com/camptocamp/devops-stack-module-argocd/issues/28)) + +### Features + +* refact main argocd module ([#28](https://github.com/camptocamp/devops-stack-module-argocd/issues/28)) ([62ddac7](https://github.com/camptocamp/devops-stack-module-argocd/commit/62ddac7319142e3f74faf346bd5bbaf930dab615)) + + +### Miscellaneous Chores + +* release 1.0.0-alpha.5 ([#30](https://github.com/camptocamp/devops-stack-module-argocd/issues/30)) ([fe79dbe](https://github.com/camptocamp/devops-stack-module-argocd/commit/fe79dbe2239e2a66e5f0bea297c6a31bb003f157)) + ## [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) diff --git a/variables.tf b/variables.tf index 11a91d6..cf4ffc8 100644 --- a/variables.tf +++ b/variables.tf @@ -53,7 +53,7 @@ variable "dependency_ids" { variable "target_revision" { description = "Override of target revision of the application chart." type = string - default = "v1.0.0-alpha.4" # x-release-please-version + default = "v1.0.0-alpha.5" # x-release-please-version } variable "app_autosync" { diff --git a/version.txt b/version.txt index eead28a..7172e37 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.0.0-alpha.4 +1.0.0-alpha.5