Skip to content

Commit

Permalink
Vault v0.11.5
Browse files Browse the repository at this point in the history
- Vault v0.11.5
- Conditional capabilites based on systemd version (thanks @bdossantos)
- Update documentation
  • Loading branch information
brianshumate committed Nov 16, 2018
1 parent 2da7a47 commit d166bd8
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 7 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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`

Expand Down Expand Up @@ -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`
Expand Down Expand Up @@ -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`
Expand Down
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion examples/README_VAGRANT.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v2.0.7
v2.0.8

0 comments on commit d166bd8

Please sign in to comment.