diff --git a/CHANGELOG.md b/CHANGELOG.md index 5604719..82f5ba8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.4.1](https://github.com/camptocamp/devops-stack-module-ebs-csi-driver/compare/v3.4.0...v3.4.1) (2024-08-14) + + +### Bug Fixes + +* re-set the EBS storage class as the default ([0424d2c](https://github.com/camptocamp/devops-stack-module-ebs-csi-driver/commit/0424d2c5337cc3e7ad8b3785f16e2a4b6c1f0723)) + ## [3.4.0](https://github.com/camptocamp/devops-stack-module-ebs-csi-driver/compare/v3.3.0...v3.4.0) (2024-07-10) diff --git a/variables.tf b/variables.tf index e2ab959..52e6f03 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.0" # x-release-please-version + default = "v3.4.1" # x-release-please-version } variable "helm_values" { diff --git a/version.txt b/version.txt index 1809198..47b322c 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -3.4.0 +3.4.1