Skip to content

Commit 3b2dd5d

Browse files
chore: release 7.1.1 (#139)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e8c0d9b commit 3b2dd5d

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+
## [7.1.1](https://github.com/camptocamp/devops-stack-module-argocd/compare/v7.1.0...v7.1.1) (2024-10-23)
4+
5+
6+
### Bug Fixes
7+
8+
* **dashboards:** add release in file name to avoid duplicates ([#138](https://github.com/camptocamp/devops-stack-module-argocd/issues/138)) ([e8c0d9b](https://github.com/camptocamp/devops-stack-module-argocd/commit/e8c0d9b7217537def7de19752ce7d469be70d464))
9+
310
## [7.1.0](https://github.com/camptocamp/devops-stack-module-argocd/compare/v7.0.0...v7.1.0) (2024-10-11)
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 = "v7.1.0" # x-release-please-version
37+
default = "v7.1.1" # 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-
7.1.0
1+
7.1.1

0 commit comments

Comments
 (0)