Skip to content

Commit 9a48b17

Browse files
chore: release 6.2.0 (#128)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1a6621f commit 9a48b17

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+
## [6.2.0](https://github.com/camptocamp/devops-stack-module-argocd/compare/v6.1.0...v6.2.0) (2024-08-29)
4+
5+
6+
### Features
7+
8+
* **chart:** patch update of dependencies on argocd chart ([#126](https://github.com/camptocamp/devops-stack-module-argocd/issues/126)) ([1a6621f](https://github.com/camptocamp/devops-stack-module-argocd/commit/1a6621fc905d64243f15e903e9266fb7ee9e0c2c))
9+
310
## [6.1.0](https://github.com/camptocamp/devops-stack-module-argocd/compare/v6.0.0...v6.1.0) (2024-08-20)
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 = "v6.1.0" # x-release-please-version
37+
default = "v6.2.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-
6.1.0
1+
6.2.0

0 commit comments

Comments
 (0)