From 3b2dd5db153769e637a4763e00d92a53b535f61d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 16:04:10 +0200 Subject: [PATCH] chore: release 7.1.1 (#139) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ variables.tf | 2 +- version.txt | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb035d0..5ba3444 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [7.1.1](https://github.com/camptocamp/devops-stack-module-argocd/compare/v7.1.0...v7.1.1) (2024-10-23) + + +### Bug Fixes + +* **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)) + ## [7.1.0](https://github.com/camptocamp/devops-stack-module-argocd/compare/v7.0.0...v7.1.0) (2024-10-11) diff --git a/variables.tf b/variables.tf index 100e0e2..47ac82b 100644 --- a/variables.tf +++ b/variables.tf @@ -34,7 +34,7 @@ variable "argocd_labels" { variable "target_revision" { description = "Override of target revision of the application chart." type = string - default = "v7.1.0" # x-release-please-version + default = "v7.1.1" # x-release-please-version } variable "cluster_issuer" { diff --git a/version.txt b/version.txt index a3fcc71..21c8c7b 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -7.1.0 +7.1.1