From 396c6254ed53cebaa1142c69af20375d80468adb Mon Sep 17 00:00:00 2001 From: Gitea-Actions Date: Mon, 16 Sep 2024 18:26:36 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.7.0=20=E2=86=92=200.8.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 11 +++++++++++ galaxy.yml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4901f9b..3a324d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## v0.8.0 (2024-09-16) + +### Feat + +- add default variables files for nomad and vault +- add override options for all consul variables +- use override variables in globals.yml +- add ovveride options for vault variables +- add ovveride options for nomad variables +- add version documentation to nomad_acl_bootstrap module + ## v0.7.0 (2024-09-02) ### Feat diff --git a/galaxy.yml b/galaxy.yml index b521575..fe0d3e1 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,7 +1,7 @@ --- namespace: ednz_cloud name: hashistack -version: 0.7.0 +version: 0.8.0 readme: README.md authors: - Bertrand Lanson