diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c15ba5..78db06c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.0](https://github.com/camptocamp/devops-stack-module-efs-csi-driver/compare/v1.0.0-alpha.2...v1.0.0) (2023-03-08) + + +### Features + +* revamp module similarly to other modules ([#4](https://github.com/camptocamp/devops-stack-module-efs-csi-driver/issues/4)) ([ffc6119](https://github.com/camptocamp/devops-stack-module-efs-csi-driver/commit/ffc611940e72a8b738c82ba8799df95fdf2da36d)) + ## [1.0.0-alpha.2](https://github.com/camptocamp/devops-stack-module-efs-csi-driver/compare/v1.0.0-alpha.1...v1.0.0-alpha.2) (2023-02-23) diff --git a/README.adoc b/README.adoc index 3668c44..92b9bd0 100644 --- a/README.adoc +++ b/README.adoc @@ -250,7 +250,7 @@ Description: Override of target revision of the application chart. Type: `string` -Default: `"v1.0.0-alpha.2"` +Default: `"v1.0.0"` === Outputs @@ -396,7 +396,7 @@ object({ |[[input_target_revision]] <> |Override of target revision of the application chart. |`string` -|`"v1.0.0-alpha.2"` +|`"v1.0.0"` |no |=== diff --git a/variables.tf b/variables.tf index 16299c6..20f924a 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.0-alpha.2" # x-release-please-version + default = "v1.0.0" # x-release-please-version } variable "helm_values" { diff --git a/version.txt b/version.txt index d136d46..3eefcb9 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.0.0-alpha.2 +1.0.0