From f520b19d920806acb4d00279c6d2f3853fa28cfd 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:53:51 +0100 Subject: [PATCH] chore: release 3.0.0 (#24) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 13 +++++++++++++ variables.tf | 2 +- version.txt | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fb582b..0f9eed6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [3.0.0](https://github.com/camptocamp/devops-stack-module-ebs-csi-driver/compare/v2.4.0...v3.0.0) (2024-01-19) + + +### ⚠ BREAKING CHANGES + +* remove the ArgoCD namespace variable +* hardcode the release name to remove the destination cluster + +### Bug Fixes + +* hardcode the release name to remove the destination cluster ([5a01293](https://github.com/camptocamp/devops-stack-module-ebs-csi-driver/commit/5a012935d6928b8b36ba9c9d64b610431fbad611)) +* remove the ArgoCD namespace variable ([b881f16](https://github.com/camptocamp/devops-stack-module-ebs-csi-driver/commit/b881f1688c95beec523fcbeaac71dded72952a0c)) + ## [2.4.0](https://github.com/camptocamp/devops-stack-module-ebs-csi-driver/compare/v2.3.0...v2.4.0) (2023-11-02) diff --git a/variables.tf b/variables.tf index 82fd243..490b99b 100644 --- a/variables.tf +++ b/variables.tf @@ -29,7 +29,7 @@ variable "destination_cluster" { variable "target_revision" { description = "Override of target revision of the application chart." type = string - default = "v2.4.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 197c4d5..4a36342 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.4.0 +3.0.0