Skip to content

Commit f520b19

Browse files
chore: release 3.0.0 (#24)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f1eb7c3 commit f520b19

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [3.0.0](https://github.com/camptocamp/devops-stack-module-ebs-csi-driver/compare/v2.4.0...v3.0.0) (2024-01-19)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* remove the ArgoCD namespace variable
9+
* hardcode the release name to remove the destination cluster
10+
11+
### Bug Fixes
12+
13+
* hardcode the release name to remove the destination cluster ([5a01293](https://github.com/camptocamp/devops-stack-module-ebs-csi-driver/commit/5a012935d6928b8b36ba9c9d64b610431fbad611))
14+
* remove the ArgoCD namespace variable ([b881f16](https://github.com/camptocamp/devops-stack-module-ebs-csi-driver/commit/b881f1688c95beec523fcbeaac71dded72952a0c))
15+
316
## [2.4.0](https://github.com/camptocamp/devops-stack-module-ebs-csi-driver/compare/v2.3.0...v2.4.0) (2023-11-02)
417

518

variables.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ variable "destination_cluster" {
2929
variable "target_revision" {
3030
description = "Override of target revision of the application chart."
3131
type = string
32-
default = "v2.4.0" # x-release-please-version
32+
default = "v3.0.0" # x-release-please-version
3333
}
3434

3535
variable "helm_values" {

version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.4.0
1+
3.0.0

0 commit comments

Comments
 (0)