From 393516f03bc0f3de2bb2d412ae2c9606f7cf9b86 Mon Sep 17 00:00:00 2001 From: Gitea-Actions Date: Wed, 10 Jul 2024 17:36:49 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.3.0=20=E2=86=92=200.4.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 15 +++++++++++++++ galaxy.yml | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 638e3e5..7cc7202 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +## 0.4.0 (2024-07-10) + +### Feat + +- add barebone driver options for nomad (not fully working) +- add docs on generating credentials +- **nomad**: move variables to globals.yml, adjust bootstrap module for nomad ACLs +- add nomad deployment options, variables, and playbooks +- use new vault and consul roles, and only allow for host deployment after docker support drop +- add global variables for nomad deployment + +### Fix + +- implement longer wait to stabilize consul cluster before bootstrapping to avoid timeout errors + ## 0.3.0 (2024-05-13) ### Feat diff --git a/galaxy.yml b/galaxy.yml index 6cd3e6e..c0fb16c 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,7 +1,7 @@ --- namespace: ednz_cloud name: hashistack -version: 0.3.0 +version: 0.4.0 readme: README.md authors: - Bertrand Lanson