From e207c9d4c6aea14337d96419284bd33ab86ee98e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 10 Aug 2023 15:52:59 +0200 Subject: [PATCH] chore: release 2.1.0 (#15) 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 5fc33f3..288d2a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.1.0](https://github.com/camptocamp/devops-stack-module-ebs-csi-driver/compare/v2.0.1...v2.1.0) (2023-08-10) + + +### Features + +* **chart:** minor update of dependencies on ebs-csi-driver chart ([#14](https://github.com/camptocamp/devops-stack-module-ebs-csi-driver/issues/14)) ([e692e52](https://github.com/camptocamp/devops-stack-module-ebs-csi-driver/commit/e692e52b101966586ae5b3f205b284acd9712ad6)) + ## [2.0.1](https://github.com/camptocamp/devops-stack-module-ebs-csi-driver/compare/v2.0.0...v2.0.1) (2023-08-09) diff --git a/variables.tf b/variables.tf index bda747e..7dcf9d2 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.0.1" # x-release-please-version + default = "v2.1.0" # x-release-please-version } variable "helm_values" { diff --git a/version.txt b/version.txt index 38f77a6..7ec1d6d 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.0.1 +2.1.0