diff --git a/CHANGELOG.md b/CHANGELOG.md index 659b60b..cb035d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [7.1.0](https://github.com/camptocamp/devops-stack-module-argocd/compare/v7.0.0...v7.1.0) (2024-10-11) + + +### Features + +* **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)) + + +### Bug Fixes + +* 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)) + ## [7.0.0](https://github.com/camptocamp/devops-stack-module-argocd/compare/v6.3.0...v7.0.0) (2024-10-09) diff --git a/variables.tf b/variables.tf index 1204dc1..100e0e2 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.0.0" # x-release-please-version + default = "v7.1.0" # x-release-please-version } variable "cluster_issuer" { diff --git a/version.txt b/version.txt index 66ce77b..a3fcc71 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -7.0.0 +7.1.0