From eb4e49ac228f916bfda18c074fe18d8dfbd362d7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 16 Apr 2024 15:00:32 +0000 Subject: [PATCH] chore: release 3.2.0 --- CHANGELOG.md | 7 +++++++ variables.tf | 2 +- version.txt | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) 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