Skip to content

Commit

Permalink
chore: release 7.1.1 (#139)
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] authored Oct 23, 2024
1 parent e8c0d9b commit 3b2dd5d
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

## [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)


Expand Down
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.1.0
7.1.1

0 comments on commit 3b2dd5d

Please sign in to comment.