Skip to content

Commit

Permalink
chore: release 4.4.0 (#100)
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 Mar 15, 2024
1 parent 873b0a2 commit 520e5a5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [4.4.0](https://github.com/camptocamp/devops-stack-module-argocd/compare/v4.3.0...v4.4.0) (2024-03-14)


### Features

* **plugins:** set loglevel to warning on helmfile and kustomize ([71c1c50](https://github.com/camptocamp/devops-stack-module-argocd/commit/71c1c506cbd35620400a57eed8d88795a9f84ca8))

## [4.3.0](https://github.com/camptocamp/devops-stack-module-argocd/compare/v4.2.0...v4.3.0) (2024-03-01)


Expand Down
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ variable "argocd_labels" {
variable "target_revision" {
description = "Override of target revision of the application chart."
type = string
default = "v4.3.0" # x-release-please-version
default = "v4.4.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 @@
4.3.0
4.4.0

0 comments on commit 520e5a5

Please sign in to comment.