From 93ef14225e3c57a9122db140b168ef4d97bc18cc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 09:55:30 +0100 Subject: [PATCH] chore: release 3.4.0 (#32) 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 bd4a677..cd7181e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.4.0](https://github.com/camptocamp/devops-stack-module-longhorn/compare/v3.3.1...v3.4.0) (2024-03-01) + + +### Features + +* **chart:** minor update of dependencies on longhorn chart ([#28](https://github.com/camptocamp/devops-stack-module-longhorn/issues/28)) ([32b3a96](https://github.com/camptocamp/devops-stack-module-longhorn/commit/32b3a9620abf9793b4c034a6daa9629c7ef3f1cc)) + ## [3.3.1](https://github.com/camptocamp/devops-stack-module-longhorn/compare/v3.3.0...v3.3.1) (2024-03-01) diff --git a/variables.tf b/variables.tf index 6a6091a..a8a58eb 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.3.1" # x-release-please-version + default = "v3.4.0" # x-release-please-version } variable "helm_values" { diff --git a/version.txt b/version.txt index bea438e..1809198 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -3.3.1 +3.4.0