diff --git a/CHANGELOG.md b/CHANGELOG.md index 52cf8fc..1aff10f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.2.1](https://github.com/camptocamp/devops-stack-module-longhorn/compare/v3.2.0...v3.2.1) (2024-01-26) + + +### Bug Fixes + +* conditional issue with persistence defaultClass helm variable ([#25](https://github.com/camptocamp/devops-stack-module-longhorn/issues/25)) ([f879d01](https://github.com/camptocamp/devops-stack-module-longhorn/commit/f879d016831f21fe7665c34ecccb2f7939959338)) + ## [3.2.0](https://github.com/camptocamp/devops-stack-module-longhorn/compare/v3.1.0...v3.2.0) (2024-01-26) diff --git a/variables.tf b/variables.tf index a86ebe1..80b8faa 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.2.0" # x-release-please-version + default = "v3.2.1" # x-release-please-version } variable "helm_values" { diff --git a/version.txt b/version.txt index 944880f..e4604e3 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -3.2.0 +3.2.1