From f2aa82da77e9411578da6fa8565fe4ec9491aa54 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 10 Aug 2023 08:30:03 +0200 Subject: [PATCH] chore: release 2.0.1 (#17) 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 ba6e09d..fcc4d7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.0.1](https://github.com/camptocamp/devops-stack-module-efs-csi-driver/compare/v2.0.0...v2.0.1) (2023-08-09) + + +### Bug Fixes + +* readd support to deactivate auto-sync which was broken by [#14](https://github.com/camptocamp/devops-stack-module-efs-csi-driver/issues/14) ([55636df](https://github.com/camptocamp/devops-stack-module-efs-csi-driver/commit/55636df767ebbaccb863c8af051af0926d5a2a70)) + ## [2.0.0](https://github.com/camptocamp/devops-stack-module-efs-csi-driver/compare/v1.0.2...v2.0.0) (2023-07-11) diff --git a/variables.tf b/variables.tf index 7678a26..1dbe914 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.0" # x-release-please-version + default = "v2.0.1" # x-release-please-version } variable "helm_values" { diff --git a/version.txt b/version.txt index 227cea2..38f77a6 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.0.0 +2.0.1