Skip to content

Commit

Permalink
v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brianshumate committed Mar 31, 2018
1 parent fe957b9 commit 9da5bbf
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -363,10 +363,11 @@
- Remove abs check on cluster_address in Consul backend to fix #33
- Update documentation

## v1.8.0 (UNRELEASED)
## v1.8.0

- Vault version 0.9.6
- Update is Vault API reachable task (thanks @rarguelloF)
- File storage backend (thanks @aarnaud)
- Update example versions
- Update license date
- Update CONTRIBUTORS
Expand Down
4 changes: 2 additions & 2 deletions 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.4.3.0
* Vault: 0.9.5
* Vault: 0.9.6
* Debian: 8
* FreeBSD 11
* Ubuntu 16.04
Expand All @@ -35,7 +35,7 @@ The role defines variables in `defaults/main.yml`:

- version to install
- Can be overridden with `VAULT_VERSION` environment variable
- Default value: *0.9.5*
- Default value: *0.9.6*

### `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 @@ -4,7 +4,7 @@
## Core

### Package
vault_version: "{{ lookup('env','VAULT_VERSION') | default('0.9.5', true) }}"
vault_version: "{{ lookup('env','VAULT_VERSION') | default('0.9.6', 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.9.5
* Vault version 0.9.6
* Ansible: 2.4.3.0
* VirtualBox version 5.2.8
* Vagrant version 2.0.2
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.7.9
v1.8.0

0 comments on commit 9da5bbf

Please sign in to comment.