Skip to content

Commit

Permalink
chore: release 7.2.0 (#141)
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 Jan 8, 2025
1 parent bdaf2ae commit eb3fbd2
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.2.0](https://github.com/camptocamp/devops-stack-module-argocd/compare/v7.1.1...v7.2.0) (2025-01-08)


### Features

* bump helmfile plugin ([#118](https://github.com/camptocamp/devops-stack-module-argocd/issues/118)) ([bdaf2ae](https://github.com/camptocamp/devops-stack-module-argocd/commit/bdaf2ae525b3053f7022eb2ac2cd9a37e40bde37))

## [7.1.1](https://github.com/camptocamp/devops-stack-module-argocd/compare/v7.1.0...v7.1.1) (2024-10-23)


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.1" # x-release-please-version
default = "v7.2.0" # 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.1
7.2.0

0 comments on commit eb3fbd2

Please sign in to comment.