From 435ce90fa54ca2954bd4c21965a4335e561ac4ef Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 19 Jan 2024 14:54:11 +0100 Subject: [PATCH] chore: release 4.0.0 (#90) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 15 +++++++++++++++ variables.tf | 2 +- version.txt | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25df63f..fdc33c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [4.0.0](https://github.com/camptocamp/devops-stack-module-argocd/compare/v3.5.2...v4.0.0) (2024-01-19) + + +### ⚠ BREAKING CHANGES + +* remove the ArgoCD namespace variable +* remove the namespace variable +* hardcode the release name to remove the destination cluster + +### Bug Fixes + +* hardcode the release name to remove the destination cluster ([7076e8b](https://github.com/camptocamp/devops-stack-module-argocd/commit/7076e8b7783c0b6c5884980f905d1ad576bc1331)) +* remove the ArgoCD namespace variable ([5dd52e9](https://github.com/camptocamp/devops-stack-module-argocd/commit/5dd52e9b47b23baa857af13730f0b490af53533e)) +* remove the namespace variable ([ee1eeed](https://github.com/camptocamp/devops-stack-module-argocd/commit/ee1eeed6d6a570be145828116b5f53220e524821)) + ## [3.5.2](https://github.com/camptocamp/devops-stack-module-argocd/compare/v3.5.1...v3.5.2) (2023-12-21) diff --git a/variables.tf b/variables.tf index 5436be8..c27d4d0 100644 --- a/variables.tf +++ b/variables.tf @@ -27,7 +27,7 @@ variable "argocd_labels" { variable "target_revision" { description = "Override of target revision of the application chart." type = string - default = "v3.5.2" # x-release-please-version + default = "v4.0.0" # x-release-please-version } variable "cluster_issuer" { diff --git a/version.txt b/version.txt index 87ce492..fcdb2e1 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -3.5.2 +4.0.0