From 502c065f2489e3cac407291463c393500b115e70 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 09:48:18 +0200 Subject: [PATCH] chore: release 6.3.0 (#88) 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 232a18c1..ffe3b4f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [6.3.0](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/compare/v6.2.0...v6.3.0) (2023-08-28) + + +### Features + +* **chart:** minor update of dependencies on kube-prometheus-stack chart ([#87](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/issues/87)) ([449f524](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/commit/449f5243ac6a476af7f2c044e031b1a3c0d7ade1)) + ## [6.2.0](https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack/compare/v6.1.1...v6.2.0) (2023-08-24) diff --git a/variables.tf b/variables.tf index 2b3ef135..700f50a5 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.2.0" # x-release-please-version + default = "v6.3.0" # x-release-please-version } variable "cluster_issuer" { diff --git a/version.txt b/version.txt index 6abaeb2f..798e3899 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -6.2.0 +6.3.0