Skip to content

Commit

Permalink
Vault v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brianshumate committed Jul 30, 2019
1 parent be901e0 commit 4754e64
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 @@
## 2.3.0

- Vault v1.2.0
- Update documentation

## 2.2.3

- Vault v1.1.5
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.0
* Vault: 1.1.5
* Vault: 1.2.0
* Debian: 9
* FreeBSD 11
* Ubuntu 18.04
Expand All @@ -36,7 +36,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.1.5
- Default value: 1.2.0

### `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.1.5', true) }}{{'+prem' if vault_enterprise_premium else '' }}{{'.hsm' if vault_enterprise_premium_hsm else '' }}"
vault_version: "{{ lookup('env','VAULT_VERSION') | default('1.2.0', 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.1.5
* Vault version 1.2.0
* Ansible: 2.8.0
* VirtualBox version 5.2.22
* Vagrant version 2.2.4
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v2.2.3
v2.3.0

0 comments on commit 4754e64

Please sign in to comment.