Skip to content

Commit

Permalink
chore: release 4.4.1 (#102)
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 Apr 16, 2024
1 parent 2927842 commit 68376a5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [4.4.1](https://github.com/camptocamp/devops-stack-module-argocd/compare/v4.4.0...v4.4.1) (2024-04-16)


### Bug Fixes

* adjust the resources and remove default limits ([6818519](https://github.com/camptocamp/devops-stack-module-argocd/commit/6818519d86d381edba3efbff69915899e0028ac5))
* **aks:** remove deprecated label from repo server service account for workload id ([cc58a8a](https://github.com/camptocamp/devops-stack-module-argocd/commit/cc58a8abe4b6949535d9cf1e24cb0df98c5e7311))

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


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.4.0" # x-release-please-version
default = "v4.4.1" # 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.4.0
4.4.1

0 comments on commit 68376a5

Please sign in to comment.