From 27f5f4ac4581d6fbf785f03c2601448d216491c5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 22 Aug 2023 09:55:33 +0200 Subject: [PATCH] chore: release 2.2.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 c76be8f..1df421a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.2.0](https://github.com/camptocamp/devops-stack-module-efs-csi-driver/compare/v2.1.0...v2.2.0) (2023-08-22) + + +### Features + +* **chart:** patch update of dependencies on efs-csi-driver chart ([#20](https://github.com/camptocamp/devops-stack-module-efs-csi-driver/issues/20)) ([58983a9](https://github.com/camptocamp/devops-stack-module-efs-csi-driver/commit/58983a97eb2bbd92fcf377f91b854bbd6e378809)) + ## [2.1.0](https://github.com/camptocamp/devops-stack-module-efs-csi-driver/compare/v2.0.1...v2.1.0) (2023-08-10) diff --git a/variables.tf b/variables.tf index 3d0f11c..0484e84 100644 --- a/variables.tf +++ b/variables.tf @@ -16,7 +16,7 @@ variable "argocd_namespace" { variable "target_revision" { description = "Override of target revision of the application chart." type = string - default = "v2.1.0" # x-release-please-version + default = "v2.2.0" # x-release-please-version } variable "helm_values" { diff --git a/version.txt b/version.txt index 7ec1d6d..ccbccc3 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.1.0 +2.2.0