From d1105ff4ced47d0bae0fcae35ed6b5f06928c8d2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 17:15:40 +0200 Subject: [PATCH] chore: release 3.7.0 (#38) 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 3f7b3bd..f077dad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.7.0](https://github.com/camptocamp/devops-stack-module-longhorn/compare/v3.6.0...v3.7.0) (2024-08-20) + + +### Features + +* **chart:** minor update of dependencies on longhorn chart ([#37](https://github.com/camptocamp/devops-stack-module-longhorn/issues/37)) ([83c1de8](https://github.com/camptocamp/devops-stack-module-longhorn/commit/83c1de8a3050fac269e98aac244f1544dfa2a178)) + ## [3.6.0](https://github.com/camptocamp/devops-stack-module-longhorn/compare/v3.5.0...v3.6.0) (2024-06-18) diff --git a/variables.tf b/variables.tf index 4df91c2..53178bf 100644 --- a/variables.tf +++ b/variables.tf @@ -48,7 +48,7 @@ variable "destination_cluster" { variable "target_revision" { description = "Override of target revision of the application chart." type = string - default = "v3.6.0" # x-release-please-version + default = "v3.7.0" # x-release-please-version } variable "helm_values" { diff --git a/version.txt b/version.txt index 40c341b..7c69a55 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -3.6.0 +3.7.0