Skip to content

Commit

Permalink
Vault v0.9.0 and more
Browse files Browse the repository at this point in the history
- Vault version 0.9.0
- Use HTTPS when TLS is enabled (thanks @tbartelmess)
- Add Consul ACL token option to configuration (thanks @Lavoaster)
- Update CONTRIBUTORS.md
  • Loading branch information
brianshumate committed Nov 14, 2017
1 parent 756e624 commit a8fe3b5
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -329,8 +329,9 @@
- Updated supporting software versions
- Add vault_max_lease_ttl and vault_default_lease_ttl (thanks @bilke)

## v1.7.4 (UNRELEASED)
## v1.7.4

- Vault version 0.9.0
- Use HTTPS when TLS is enabled (thanks @tbartelmess)
- Add Consul ACL token option to configuration (thanks @Lavoaster)
- Update CONTRIBUTORS.md
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.2.0
* Vault: 0.8.3
* Vault: 0.9.0
* 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.3', true) }}"
vault_version: "{{ lookup('env','VAULT_VERSION') | default('0.9.0', true) }}"
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 @@ -96,7 +96,7 @@ variable.
## Notes

1. This project functions with the following software versions:
* Vault version 0.8.3
* Vault version 0.9.0
* Ansible: 2.3.2.0
* VirtualBox version 5.1.28
* Vagrant version 2.0.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.3
v1.7.4

0 comments on commit a8fe3b5

Please sign in to comment.