From 5d678166a04c607d3e48ee810ab8e692609a79f7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 17 Mar 2023 08:47:48 +0100 Subject: [PATCH] chore(main): release 1.0.1 (#9) 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 78db06c..7de3df7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.1](https://github.com/camptocamp/devops-stack-module-efs-csi-driver/compare/v1.0.0...v1.0.1) (2023-03-17) + + +### Documentation + +* add Antora Docs folder structure ([#8](https://github.com/camptocamp/devops-stack-module-efs-csi-driver/issues/8)) ([aba054f](https://github.com/camptocamp/devops-stack-module-efs-csi-driver/commit/aba054f1533507fff9ec614b2cdf789801fcf2a1)) + ## [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) diff --git a/variables.tf b/variables.tf index 20f924a..9f2800a 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" # x-release-please-version + default = "v1.0.1" # x-release-please-version } variable "helm_values" { diff --git a/version.txt b/version.txt index 3eefcb9..7dea76e 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.0.0 +1.0.1