Skip to content

Commit

Permalink
chore: release 3.5.1 (#85)
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 Nov 13, 2023
1 parent 9dd6b96 commit fc850e5
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

## [3.5.1](https://github.com/camptocamp/devops-stack-module-argocd/compare/v3.5.0...v3.5.1) (2023-11-13)


### Bug Fixes

* **bootstrap:** fix the validation of `argocd_projects` when nothing is passed ([#84](https://github.com/camptocamp/devops-stack-module-argocd/issues/84)) ([9dd6b96](https://github.com/camptocamp/devops-stack-module-argocd/commit/9dd6b967b23c9acc36e570b69aefa724a30e4fa8))

## [3.5.0](https://github.com/camptocamp/devops-stack-module-argocd/compare/v3.4.1...v3.5.0) (2023-11-10)


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

0 comments on commit fc850e5

Please sign in to comment.