Skip to content

Commit

Permalink
chore: release 4.0.0 (#90)
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] committed Jan 19, 2024
1 parent 3ddd080 commit 435ce90
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [4.0.0](https://github.com/camptocamp/devops-stack-module-argocd/compare/v3.5.2...v4.0.0) (2024-01-19)


### ⚠ BREAKING CHANGES

* remove the ArgoCD namespace variable
* remove the namespace variable
* hardcode the release name to remove the destination cluster

### Bug Fixes

* hardcode the release name to remove the destination cluster ([7076e8b](https://github.com/camptocamp/devops-stack-module-argocd/commit/7076e8b7783c0b6c5884980f905d1ad576bc1331))
* remove the ArgoCD namespace variable ([5dd52e9](https://github.com/camptocamp/devops-stack-module-argocd/commit/5dd52e9b47b23baa857af13730f0b490af53533e))
* remove the namespace variable ([ee1eeed](https://github.com/camptocamp/devops-stack-module-argocd/commit/ee1eeed6d6a570be145828116b5f53220e524821))

## [3.5.2](https://github.com/camptocamp/devops-stack-module-argocd/compare/v3.5.1...v3.5.2) (2023-12-21)


Expand Down
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ variable "argocd_labels" {
variable "target_revision" {
description = "Override of target revision of the application chart."
type = string
default = "v3.5.2" # x-release-please-version
default = "v4.0.0" # x-release-please-version
}

variable "cluster_issuer" {
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.5.2
4.0.0

0 comments on commit 435ce90

Please sign in to comment.