From f56b82cf3a812c8beeaaa4624b362564e7b3fa4d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 23 Feb 2024 16:13:34 +0100 Subject: [PATCH] chore: release 3.1.0 (#29) 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 39a12dc..6b6d89e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.1.0](https://github.com/camptocamp/devops-stack-module-efs-csi-driver/compare/v3.0.0...v3.1.0) (2024-02-23) + + +### Features + +* **chart:** patch update of dependencies on efs-csi-driver chart ([#26](https://github.com/camptocamp/devops-stack-module-efs-csi-driver/issues/26)) ([cf5d811](https://github.com/camptocamp/devops-stack-module-efs-csi-driver/commit/cf5d8114b4e033bd38cf983bfd7b76a99d4b61e3)) + ## [3.0.0](https://github.com/camptocamp/devops-stack-module-efs-csi-driver/compare/v2.4.0...v3.0.0) (2024-01-19) diff --git a/variables.tf b/variables.tf index 4dd76c2..ab6d328 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.0.0" # x-release-please-version + default = "v3.1.0" # x-release-please-version } variable "helm_values" { diff --git a/version.txt b/version.txt index 4a36342..fd2a018 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -3.0.0 +3.1.0