bump: version 0.3.0 → 0.4.0
All checks were successful
build-deploy / Bump version and create changelog with commitizen (push) Has been skipped

This commit is contained in:
Gitea-Actions Bot 2024-07-10 17:36:49 +00:00
parent b1a0ccdf3e
commit 393516f03b
2 changed files with 16 additions and 1 deletions

View File

@ -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

View File

@ -1,7 +1,7 @@
---
namespace: ednz_cloud
name: hashistack
version: 0.3.0
version: 0.4.0
readme: README.md
authors:
- Bertrand Lanson <bertrand.lanson@protonmail.com>