From 84733d0318f7d5d061bf6e394a407c1fd4e77775 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:39 +0100 Subject: [PATCH] chore: release 2.4.0 (#21) 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 8f90074..7fb582b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.4.0](https://github.com/camptocamp/devops-stack-module-ebs-csi-driver/compare/v2.3.0...v2.4.0) (2023-11-02) + + +### Features + +* **chart:** minor update of dependencies on ebs-csi-driver chart ([#19](https://github.com/camptocamp/devops-stack-module-ebs-csi-driver/issues/19)) ([bc14dfa](https://github.com/camptocamp/devops-stack-module-ebs-csi-driver/commit/bc14dfa2afeae8a2cc444b8810742cc5a7b56264)) + ## [2.3.0](https://github.com/camptocamp/devops-stack-module-ebs-csi-driver/compare/v2.2.0...v2.3.0) (2023-10-19) diff --git a/variables.tf b/variables.tf index 735cec5..aeb60f5 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