From 797e42e1cf268468c32ef9e9c12d2af5b67f290b 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:48:58 +0100 Subject: [PATCH] chore: release 3.0.0 (#19) 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 6cc2d13..4e49ed3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [3.0.0](https://github.com/camptocamp/devops-stack-module-longhorn/compare/v2.3.0...v3.0.0) (2024-01-19) + + +### ⚠ BREAKING CHANGES + +* hardcode the release name to remove the destination cluster +* remove the ArgoCD namespace variable +* remove the namespace variable + +### Bug Fixes + +* change the default cluster issuer ([c09df57](https://github.com/camptocamp/devops-stack-module-longhorn/commit/c09df5777c5f857fcc91f9cb1c0276f2a5a14718)) +* hardcode the release name to remove the destination cluster ([1759d38](https://github.com/camptocamp/devops-stack-module-longhorn/commit/1759d38d231a17177d24d3814be91aa9cb650949)) +* remove the ArgoCD namespace variable ([2893a68](https://github.com/camptocamp/devops-stack-module-longhorn/commit/2893a682d2942cba53f630c8db8dee26abbe2262)) +* remove the namespace variable ([841175e](https://github.com/camptocamp/devops-stack-module-longhorn/commit/841175e4a78fc2db9ebf0638d0d71f8a2f10dc7f)) + ## [2.3.0](https://github.com/camptocamp/devops-stack-module-longhorn/compare/v2.2.0...v2.3.0) (2023-10-19) diff --git a/variables.tf b/variables.tf index 2e68bb6..cc8dd0c 100644 --- a/variables.tf +++ b/variables.tf @@ -41,7 +41,7 @@ variable "destination_cluster" { variable "target_revision" { description = "Override of target revision of the application chart." type = string - default = "v2.3.0" # x-release-please-version + default = "v3.0.0" # x-release-please-version } variable "helm_values" { diff --git a/version.txt b/version.txt index 276cbf9..4a36342 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.3.0 +3.0.0