diff --git a/CHANGELOG.md b/CHANGELOG.md index 50c704d..52cf8fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [3.2.0](https://github.com/camptocamp/devops-stack-module-longhorn/compare/v3.1.0...v3.2.0) (2024-01-26) + + +### Features + +* add automatic filesystem trim feature using recurringjob ([8c3647c](https://github.com/camptocamp/devops-stack-module-longhorn/commit/8c3647cbe6c285ccfee8ab96b0681da9ae7b7102)) +* add variable for additional alerts labels ([9dbf9aa](https://github.com/camptocamp/devops-stack-module-longhorn/commit/9dbf9aafbf571198a8c6e98cb5a6b482c9603093)) + ## [3.1.0](https://github.com/camptocamp/devops-stack-module-longhorn/compare/v3.0.0...v3.1.0) (2024-01-25) diff --git a/variables.tf b/variables.tf index 36c134d..a86ebe1 100644 --- a/variables.tf +++ b/variables.tf @@ -41,7 +41,7 @@ variable "destination_cluster" { variable "target_revision" { description = "Override of target revision of the application chart." type = string - default = "v3.1.0" # x-release-please-version + default = "v3.2.0" # x-release-please-version } variable "helm_values" { diff --git a/version.txt b/version.txt index fd2a018..944880f 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -3.1.0 +3.2.0