From 1231924919bbd0f5919507f047f101270f92000b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 09:34:24 +0000 Subject: [PATCH] chore: release 3.9.0 --- 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 e10a07d..d58f6a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.9.0](https://github.com/camptocamp/devops-stack-module-longhorn/compare/v3.8.0...v3.9.0) (2024-10-07) + + +### Features + +* **rules:** remove LonghornVolumeActualSpaceUsedWarning ([8d17364](https://github.com/camptocamp/devops-stack-module-longhorn/commit/8d173642b92af46b1fd23e1d866bacd136e27210)) + ## [3.8.0](https://github.com/camptocamp/devops-stack-module-longhorn/compare/v3.7.0...v3.8.0) (2024-09-04) diff --git a/variables.tf b/variables.tf index 5327915..9e73e4a 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.8.0" # x-release-please-version + default = "v3.9.0" # x-release-please-version } variable "helm_values" { diff --git a/version.txt b/version.txt index 1981190..a5c4c76 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -3.8.0 +3.9.0