Skip to content

Commit

Permalink
Merge branch 'devel'
Browse files Browse the repository at this point in the history
  • Loading branch information
brianshumate committed Aug 29, 2017
2 parents 0acb1e1 + b045a2d commit 62945b1
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -310,3 +310,7 @@
- Fix Missing Defaults for TLS (thanks @marc-sensenich)
- Add missing redirect_addr in HA consul config (thanks @groggemans)
- Update CONTRIBUTORS

## v1.7.1

- Vault v0.8.1
2 changes: 1 addition & 1 deletion 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.3.0.0
* Vault: 0.8.0
* Vault: 0.8.1
* Debian: 8
* FreeBSD 11
* Ubuntu 16.04
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.8.0', true) }}"
vault_version: "{{ lookup('env','VAULT_VERSION') | default('0.8.1', true) }}"
vault_architecture_map:
# this first entry seems... redundant (but it's required for reasons)
amd64: amd64
Expand Down
4 changes: 2 additions & 2 deletions examples/README_VAGRANT.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ variable.
## Notes

1. This project functions with the following software versions:
* Vault version 0.8.0
* Ansible: 2.3.0.0
* Vault version 0.8.1
* Ansible: 2.3.2.0
* VirtualBox version 5.1.20
* Vagrant version 1.9.4
* Vagrant Hosts version 2.8.0
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.7.0
v1.7.1

0 comments on commit 62945b1

Please sign in to comment.