Skip to content

Commit

Permalink
chore: release 3.0.0 (#24)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jan 19, 2024
1 parent f1eb7c3 commit f520b19
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.4.0
3.0.0

0 comments on commit f520b19

Please sign in to comment.