Skip to content

Commit

Permalink
chore: release 3.0.0 (#19)
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>
github-actions[bot] authored Jan 19, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent d33de69 commit 797e42e
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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

0 comments on commit 797e42e

Please sign in to comment.