Skip to content

Commit

Permalink
Vault v0.7.2
Browse files Browse the repository at this point in the history
- Vault version 0.7.2
- Minor play updates
- Move asserts to asserts.yml file (thanks @groggemans)
  • Loading branch information
brianshumate committed May 22, 2017
1 parent e98febe commit 36aa3ba
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,8 @@
- Vault version 0.7.1
- Further task cleanup

## v1.6.2 (UNRELEASED)
## v1.6.2

- Vault version 0.7.2
- Minor play updates
- Move asserts to asserts.yml file (thanks @groggemans)
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# File: defaults/main.yml - Main default variables for Vault

vault_version: "{{ lookup('env','VAULT_VERSION') | default('0.7.1', true) }}"
vault_version: "{{ lookup('env','VAULT_ENTERPRISE_VERSION') | default('0.7.1', true) }}"
vault_version: "{{ lookup('env','VAULT_ENTERPRISE_VERSION') | default('0.7.2', true) }}"
vault_enterprise: "{{ lookup('env','VAULT_ENTERPRISE') | default(false, true) }}"
vault_architecture_map:
# this first entry seems... redundant (but it's required for reasons)
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.6.1
v1.6.2

0 comments on commit 36aa3ba

Please sign in to comment.