diff --git a/CHANGELOG.md b/CHANGELOG.md index 7de3df7..25b9336 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.2](https://github.com/camptocamp/devops-stack-module-efs-csi-driver/compare/v1.0.1...v1.0.2) (2023-05-30) + + +### Bug Fixes + +* add missing provider ([ead06ca](https://github.com/camptocamp/devops-stack-module-efs-csi-driver/commit/ead06cae9e0fc4b1617a85fdca2789c5c69d910d)) + ## [1.0.1](https://github.com/camptocamp/devops-stack-module-efs-csi-driver/compare/v1.0.0...v1.0.1) (2023-03-17) diff --git a/variables.tf b/variables.tf index 9f2800a..7979fb5 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 = "v1.0.1" # x-release-please-version + default = "v1.0.2" # x-release-please-version } variable "helm_values" { diff --git a/version.txt b/version.txt index 7dea76e..6d7de6e 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.0.1 +1.0.2