diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f18e3de..f1c1d484 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v2.0.8 + +- Vault v0.11.5 +- Conditional capabilites based on systemd version (thanks @bdossantos) +- Update documentation + ## v2.0.7 - Vault v0.11.3 diff --git a/README.md b/README.md index b1f9ecaa..deec77fb 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ might work with other software versions, but does work with the following specific software and versions: * Ansible: 2.7.0 -* Vault: 0.11.3 +* Vault: 0.11.5 * Debian: 9 * FreeBSD 11 * Ubuntu 18.04 @@ -38,7 +38,7 @@ The role defines variables in `defaults/main.yml`: - Will include "+prem" if vault_enterprise_premium=True - Will include ".hsm" if vault_enterprise_premium_hsm=True -- Default value: *0.11.3* +- Default value: *0.11.5* ### `vault_enterprise` @@ -328,7 +328,7 @@ The role defines variables in `defaults/main.yml`: - Default value: *no* ### `vault_bsdinit_template` -- BSD init template file +- BSD init template file - Default value: *vault_bsdinit.j2* ### `vault_sysvinit_template` @@ -516,7 +516,7 @@ The role can configure HSM based instances. Make sure to reference the [HSM supp ### `vault_hsm_app` -- Set which cryptography app to use. +- Set which cryptography app to use. - Default value: *pkcs11* ### `vault_backend_seal` diff --git a/defaults/main.yml b/defaults/main.yml index 23e13482..c7e491ab 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -4,7 +4,7 @@ ## Core ### Package -vault_version: "{{ lookup('env','VAULT_VERSION') | default('0.11.3', true) }}{{'+prem' if vault_enterprise_premium else '' }}{{'.hsm' if vault_enterprise_premium_hsm else '' }}" +vault_version: "{{ lookup('env','VAULT_VERSION') | default('0.11.5', true) }}{{'+prem' if vault_enterprise_premium else '' }}{{'.hsm' if vault_enterprise_premium_hsm else '' }}" vault_architecture_map: # this first entry seems... redundant (but it's required for reasons) amd64: amd64 diff --git a/examples/README_VAGRANT.md b/examples/README_VAGRANT.md index 33ed968a..4fe7fefa 100644 --- a/examples/README_VAGRANT.md +++ b/examples/README_VAGRANT.md @@ -75,7 +75,7 @@ Place the Vault Enterprise zip archive into `{{ role_path }}/files` and set `vau ## Notes 1. This project functions with the following software versions: - * Vault version 0.11.3 + * Vault version 0.11.5 * Ansible: 2.6.4 * VirtualBox version 5.2.20 * Vagrant version 2.2.0 diff --git a/version.txt b/version.txt index d8ba80f9..923fd4d2 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -v2.0.7 +v2.0.8