diff --git a/CHANGELOG.md b/CHANGELOG.md index 82f5ba8..6112315 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.5.0](https://github.com/camptocamp/devops-stack-module-ebs-csi-driver/compare/v3.4.1...v3.5.0) (2024-08-20) + + +### Features + +* **chart:** minor update of dependencies on ebs-csi-driver chart ([#33](https://github.com/camptocamp/devops-stack-module-ebs-csi-driver/issues/33)) ([d9d113e](https://github.com/camptocamp/devops-stack-module-ebs-csi-driver/commit/d9d113e141a97f1ab4867842662d24ef377c3130)) + ## [3.4.1](https://github.com/camptocamp/devops-stack-module-ebs-csi-driver/compare/v3.4.0...v3.4.1) (2024-08-14) diff --git a/variables.tf b/variables.tf index 52e6f03..7e193f6 100644 --- a/variables.tf +++ b/variables.tf @@ -29,7 +29,7 @@ variable "destination_cluster" { variable "target_revision" { description = "Override of target revision of the application chart." type = string - default = "v3.4.1" # x-release-please-version + default = "v3.5.0" # x-release-please-version } variable "helm_values" { diff --git a/version.txt b/version.txt index 47b322c..1545d96 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -3.4.1 +3.5.0