Skip to content

Commit 63a41b7

Browse files
chore: release 5.4.0 (#120)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5f80f8a commit 63a41b7

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [5.4.0](https://github.com/camptocamp/devops-stack-module-argocd/compare/v5.3.0...v5.4.0) (2024-08-06)
4+
5+
6+
### Features
7+
8+
* update prometheus rule to be more flexible ([#114](https://github.com/camptocamp/devops-stack-module-argocd/issues/114)) ([5f80f8a](https://github.com/camptocamp/devops-stack-module-argocd/commit/5f80f8a32b011454044a3bab2d603f1f549a6805))
9+
310
## [5.3.0](https://github.com/camptocamp/devops-stack-module-argocd/compare/v5.2.0...v5.3.0) (2024-07-10)
411

512

variables.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ variable "argocd_labels" {
3434
variable "target_revision" {
3535
description = "Override of target revision of the application chart."
3636
type = string
37-
default = "v5.3.0" # x-release-please-version
37+
default = "v5.4.0" # x-release-please-version
3838
}
3939

4040
variable "cluster_issuer" {

version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.3.0
1+
5.4.0

0 commit comments

Comments
 (0)