diff --git a/CHANGELOG.md b/CHANGELOG.md index 3611582..957bba0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.2.0](https://github.com/camptocamp/devops-stack-module-ebs-csi-driver/compare/v3.1.0...v3.2.0) (2024-04-16) + + +### Features + +* add variable to set resources with default values ([#27](https://github.com/camptocamp/devops-stack-module-ebs-csi-driver/issues/27)) ([9c10157](https://github.com/camptocamp/devops-stack-module-ebs-csi-driver/commit/9c101571ecd8b7c513f78b0d0717e359ca94d22f)) + ## [3.1.0](https://github.com/camptocamp/devops-stack-module-ebs-csi-driver/compare/v3.0.0...v3.1.0) (2024-02-23) diff --git a/variables.tf b/variables.tf index c1e4628..d399a1f 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.1.0" # x-release-please-version + default = "v3.2.0" # x-release-please-version } variable "helm_values" { diff --git a/version.txt b/version.txt index fd2a018..944880f 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -3.1.0 +3.2.0