From a4857760270440d7134d9ebc2f0ef536b8b4d017 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 16:46:29 +0200 Subject: [PATCH] chore: release 3.5.0 (#35) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- 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 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