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