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