Skip to content

Commit

Permalink
chore: release 5.1.0 (#109)
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 Jun 11, 2024
1 parent ae51f89 commit 4ad38ee
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

## [5.1.0](https://github.com/camptocamp/devops-stack-module-argocd/compare/v5.0.0...v5.1.0) (2024-06-11)


### Features

* **chart:** minor update of dependencies on argocd chart ([#108](https://github.com/camptocamp/devops-stack-module-argocd/issues/108)) ([ae51f89](https://github.com/camptocamp/devops-stack-module-argocd/commit/ae51f896b8abcaba1513cafacd60df690e20ea21))

## [5.0.0](https://github.com/camptocamp/devops-stack-module-argocd/compare/v4.5.0...v5.0.0) (2024-06-11)


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 = "v5.0.0" # x-release-please-version
default = "v5.1.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 @@
5.0.0
5.1.0

0 comments on commit 4ad38ee

Please sign in to comment.