Skip to content

Commit

Permalink
chore: release 3.5.2 (#88)
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 Dec 21, 2023
1 parent 1792ce8 commit b60280b
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

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


### Bug Fixes

* add ServiceMonitors to fix missing metrics on Prometheus ([c48afda](https://github.com/camptocamp/devops-stack-module-argocd/commit/c48afda54c2e667354e01c6fb14252e2caccfb5c))
* increase default resources for the app controller and repo server ([90d9c50](https://github.com/camptocamp/devops-stack-module-argocd/commit/90d9c509d6c9a1bee1905a9d0c4200fba022b9bd))

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


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.1" # x-release-please-version
default = "v3.5.2" # 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.1
3.5.2

0 comments on commit b60280b

Please sign in to comment.