diff --git a/CHANGELOG.md b/CHANGELOG.md index c325590..3f7b3bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.6.0](https://github.com/camptocamp/devops-stack-module-longhorn/compare/v3.5.0...v3.6.0) (2024-06-18) + + +### Features + +* **chart:** patch update of dependencies on longhorn chart ([#33](https://github.com/camptocamp/devops-stack-module-longhorn/issues/33)) ([b14477e](https://github.com/camptocamp/devops-stack-module-longhorn/commit/b14477efdd759db69609420ef271f105277f4140)) + ## [3.5.0](https://github.com/camptocamp/devops-stack-module-longhorn/compare/v3.4.0...v3.5.0) (2024-04-16) diff --git a/variables.tf b/variables.tf index 5763e01..4df91c2 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.5.0" # x-release-please-version + default = "v3.6.0" # x-release-please-version } variable "helm_values" { diff --git a/version.txt b/version.txt index 1545d96..40c341b 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -3.5.0 +3.6.0