Skip to content

Commit

Permalink
Vault v1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
brianshumate committed Jan 22, 2020
1 parent 8f7c555 commit ddf75d0
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v2.5.2

- Vault v1.3.2
- Update documentation

## v2.5.1

- Vault v1.3.1
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ might work with other software versions, but does work with the following
specific software and versions:

* Ansible: 2.8.4
* Vault: 1.3.1
* Vault: 1.3.2
* Debian
- Debian 10 (buster)
- Debian 9 (stretch)
Expand All @@ -39,7 +39,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: 1.3.1
- Default value: 1.3.2

### `vault_enterprise`

Expand Down
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# ---------------------------------------------------------------------------

# Package variables
vault_version: "{{ lookup('env','VAULT_VERSION') | default('1.3.1', true) }}{{'+prem' if vault_enterprise_premium else '' }}{{'.hsm' if vault_enterprise_premium_hsm else '' }}"
vault_version: "{{ lookup('env','VAULT_VERSION') | default('1.3.2', 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 @@ -81,7 +81,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 1.3.1
* Vault version 1.3.2
* Ansible: 2.8.4
* VirtualBox version 6.0.10
* Vagrant version 2.2.5
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v2.5.0
v2.5.2

0 comments on commit ddf75d0

Please sign in to comment.