From 9a1c00d74ee24ebf1ef14f3c07242e383d35f297 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Aug 2023 10:07:22 +0200 Subject: [PATCH] chore: release 6.1.0 (#81) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ variables.tf | 2 +- version.txt | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d7728cd..6956aa5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [6.1.0](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/compare/v6.0.1...v6.1.0) (2023-08-11) + + +### Features + +* **chart:** minor update of dependencies on kube-prometheus-stack chart ([#80](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/issues/80)) ([cf38521](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/commit/cf38521ff047d01ed51291922712345056c4d2d7)) + ## [6.0.1](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/compare/v6.0.0...v6.0.1) (2023-08-09) diff --git a/variables.tf b/variables.tf index d2054187..4c86c6d3 100644 --- a/variables.tf +++ b/variables.tf @@ -21,7 +21,7 @@ variable "argocd_namespace" { variable "target_revision" { description = "Override of target revision of the application chart." type = string - default = "v6.0.1" # x-release-please-version + default = "v6.1.0" # x-release-please-version } variable "cluster_issuer" { diff --git a/version.txt b/version.txt index 5fe60723..dfda3e0b 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -6.0.1 +6.1.0