Skip to content

Commit

Permalink
Vault 0.7.1
Browse files Browse the repository at this point in the history
- Vault version 0.7.1
- Further task cleanup
  • Loading branch information
brianshumate committed May 5, 2017
1 parent b3abd13 commit f14d05d
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 @@ -254,6 +254,7 @@
- Update when statements to avoid warnings about template delimiters
- Update documentation

## v1.6.1 (UNRELEASED)
## v1.6.1

- Vault version 0.7.1
- Further task cleanup
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
# File: defaults/main.yml - Main default variables for Vault

vault_version: "{{ lookup('env','VAULT_VERSION') | default('0.7.0', true) }}"
vault_version: "{{ lookup('env','VAULT_VERSION') | default('0.7.1', 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.0
v1.6.1

0 comments on commit f14d05d

Please sign in to comment.