diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b21b97..8aac51c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## v0.10.0 (2024-11-13) + +### Feat + +- add automatic reload of vault service for certificate reloading +- enable certificate renewal for nomad and vault in hashistack_ca +- add automatic reload of nomad service for certificate reloading +- add automatic reload of consul service for certificate reloading + +### Fix + +- allow override of the hashistack_ca_action via extra-vars flag +- only reload consul if the service is set to be started + ## v0.9.0 (2024-10-30) ### Feat diff --git a/galaxy.yml b/galaxy.yml index 2069231..9c0a921 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,7 +1,7 @@ --- namespace: ednz_cloud name: hashistack -version: 0.9.0 +version: 0.10.0 readme: README.md authors: - Bertrand Lanson