diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f7b3bd..f077dad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.7.0](https://github.com/camptocamp/devops-stack-module-longhorn/compare/v3.6.0...v3.7.0) (2024-08-20) + + +### Features + +* **chart:** minor update of dependencies on longhorn chart ([#37](https://github.com/camptocamp/devops-stack-module-longhorn/issues/37)) ([83c1de8](https://github.com/camptocamp/devops-stack-module-longhorn/commit/83c1de8a3050fac269e98aac244f1544dfa2a178)) + ## [3.6.0](https://github.com/camptocamp/devops-stack-module-longhorn/compare/v3.5.0...v3.6.0) (2024-06-18) diff --git a/variables.tf b/variables.tf index 4df91c2..53178bf 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.6.0" # x-release-please-version + default = "v3.7.0" # x-release-please-version } variable "helm_values" { diff --git a/version.txt b/version.txt index 40c341b..7c69a55 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -3.6.0 +3.7.0