From a045cd9b444c5648efe8be1748a8dcd4ac371cc0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 25 May 2023 12:40:00 +0200 Subject: [PATCH] chore: release 1.1.1 (#47) 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 bd829c11..5be78c99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.1](https://github.com/camptocamp/devops-stack-module-argocd/compare/v1.1.0...v1.1.1) (2023-05-25) + + +### Documentation + +* add usage and troubleshooting sections ([#45](https://github.com/camptocamp/devops-stack-module-argocd/issues/45)) ([c23fd1b](https://github.com/camptocamp/devops-stack-module-argocd/commit/c23fd1b451c3cbd42385f54e7e2f66833d8f71cd)) + ## [1.1.0](https://github.com/camptocamp/devops-stack-module-argocd/compare/v1.0.0...v1.1.0) (2023-04-13) diff --git a/variables.tf b/variables.tf index 4c3d5e58..8c1e7f03 100644 --- a/variables.tf +++ b/variables.tf @@ -21,7 +21,7 @@ variable "argocd_namespace" { variable "target_revision" { description = "Override of target revision of the application chart." type = string - default = "v1.1.0" # x-release-please-version + default = "v1.1.1" # x-release-please-version } variable "cluster_issuer" { diff --git a/version.txt b/version.txt index 9084fa2f..524cb552 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.1.0 +1.1.1