diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e49ed3..50c704d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.1.0](https://github.com/camptocamp/devops-stack-module-longhorn/compare/v3.0.0...v3.1.0) (2024-01-25) + + +### Features + +* **chart:** minor update of dependencies on longhorn chart ([#12](https://github.com/camptocamp/devops-stack-module-longhorn/issues/12)) ([d26a8fd](https://github.com/camptocamp/devops-stack-module-longhorn/commit/d26a8fdd3f1cc3a55d7982d523e52ce6929fd29b)) + ## [3.0.0](https://github.com/camptocamp/devops-stack-module-longhorn/compare/v2.3.0...v3.0.0) (2024-01-19) diff --git a/variables.tf b/variables.tf index fc6d130..3ad3c35 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.0.0" # x-release-please-version + default = "v3.1.0" # x-release-please-version } variable "helm_values" { diff --git a/version.txt b/version.txt index 4a36342..fd2a018 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -3.0.0 +3.1.0