From 359b97de1bc5a3244aa885fb335aa0b5754199ea Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 27 Mar 2023 10:55:52 +0200 Subject: [PATCH] chore(main): release 1.0.0-alpha.9 (#40) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ variables.tf | 2 +- version.txt | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e7d2be..7305d39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.0-alpha.9](https://github.com/camptocamp/devops-stack-module-argocd/compare/v1.0.0-alpha.8...v1.0.0-alpha.9) (2023-03-27) + + +### Documentation + +* add docs structure and PR template ([#39](https://github.com/camptocamp/devops-stack-module-argocd/issues/39)) ([7dc0991](https://github.com/camptocamp/devops-stack-module-argocd/commit/7dc0991af84cc3386943535859aed6a9f66d5f68)) + ## [1.0.0-alpha.8](https://github.com/camptocamp/devops-stack-module-argocd/compare/v1.0.0-alpha.7...v1.0.0-alpha.8) (2023-03-22) diff --git a/variables.tf b/variables.tf index 0b85356..68b6459 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.8" # x-release-please-version + default = "v1.0.0-alpha.9" # x-release-please-version } variable "app_autosync" { diff --git a/version.txt b/version.txt index 3dedb75..2438158 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.0.0-alpha.8 +1.0.0-alpha.9