Skip to content

Commit a7e498f

Browse files
chore: release 7.1.0 (#136)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 60bdfea commit a7e498f

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [7.1.0](https://github.com/camptocamp/devops-stack-module-argocd/compare/v7.0.0...v7.1.0) (2024-10-11)
4+
5+
6+
### Features
7+
8+
* **chart:** minor update of dependencies on argocd chart ([#132](https://github.com/camptocamp/devops-stack-module-argocd/issues/132)) ([635a11c](https://github.com/camptocamp/devops-stack-module-argocd/commit/635a11c4f6e3c10c78921f9d7c552c976f7b0455))
9+
10+
11+
### Bug Fixes
12+
13+
* grafana panels uses angular deprecated plugin ([#135](https://github.com/camptocamp/devops-stack-module-argocd/issues/135)) ([60bdfea](https://github.com/camptocamp/devops-stack-module-argocd/commit/60bdfead93bf94bcd12994d021b4d60291e5ec86))
14+
315
## [7.0.0](https://github.com/camptocamp/devops-stack-module-argocd/compare/v6.3.0...v7.0.0) (2024-10-09)
416

517

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.0.0" # x-release-please-version
37+
default = "v7.1.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-
7.0.0
1+
7.1.0

0 commit comments

Comments
 (0)