From 21c902d9e1b9f8627e3570780fe21ea50c79f499 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 14:17:54 +0100 Subject: [PATCH] chore: release 2.4.0 (#25) 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 92996e9..ce88fd8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.4.0](https://github.com/camptocamp/devops-stack-module-efs-csi-driver/compare/v2.3.0...v2.4.0) (2023-11-02) + + +### Features + +* **chart:** minor update of dependencies on efs-csi-driver chart ([#23](https://github.com/camptocamp/devops-stack-module-efs-csi-driver/issues/23)) ([23721ce](https://github.com/camptocamp/devops-stack-module-efs-csi-driver/commit/23721ce2e361b625761b515d7db284f0c1aaf2e4)) + ## [2.3.0](https://github.com/camptocamp/devops-stack-module-efs-csi-driver/compare/v2.2.0...v2.3.0) (2023-10-19) diff --git a/variables.tf b/variables.tf index 7c31721..3a19508 100644 --- a/variables.tf +++ b/variables.tf @@ -34,7 +34,7 @@ variable "destination_cluster" { variable "target_revision" { description = "Override of target revision of the application chart." type = string - default = "v2.3.0" # x-release-please-version + default = "v2.4.0" # x-release-please-version } variable "helm_values" { diff --git a/version.txt b/version.txt index 276cbf9..197c4d5 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.3.0 +2.4.0