From 523e87e61fda6924a03224cbdc20c0b39c3544be Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 19 Jul 2023 15:57:30 +0200 Subject: [PATCH] chore: release 3.1.2 (#63) 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 94d99f80..31c70e56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.1.2](https://github.com/camptocamp/devops-stack-module-argocd/compare/v3.1.1...v3.1.2) (2023-07-19) + + +### Bug Fixes + +* change default to null to not remove the default known_hosts ([#62](https://github.com/camptocamp/devops-stack-module-argocd/issues/62)) ([08c39c4](https://github.com/camptocamp/devops-stack-module-argocd/commit/08c39c47d242455c681d0b43b74695a4edf4388f)) + ## [3.1.1](https://github.com/camptocamp/devops-stack-module-argocd/compare/v3.1.0...v3.1.1) (2023-07-12) diff --git a/variables.tf b/variables.tf index 7a2af9fc..eb8133d1 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 = "v3.1.1" # x-release-please-version + default = "v3.1.2" # x-release-please-version } variable "cluster_issuer" { diff --git a/version.txt b/version.txt index 94ff29cc..ef538c28 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -3.1.1 +3.1.2