Skip to content

Commit

Permalink
Vault version 0.9.1
Browse files Browse the repository at this point in the history
- Vault version 0.9.1
- Update documentation
  • Loading branch information
brianshumate committed Dec 25, 2017
1 parent dedb0b3 commit 10f7142
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 8 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -335,3 +335,8 @@
- Use HTTPS when TLS is enabled (thanks @tbartelmess)
- Add Consul ACL token option to configuration (thanks @Lavoaster)
- Update CONTRIBUTORS.md

## v1.7.5

- Vault version 0.9.1
- Update documentation
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ This role requires FreeBSD, or a Debian or RHEL based Linux distribution. It
might work with other software versions, but does work with the following
specific software and versions:

* Ansible: 2.3.2.0
* Vault: 0.9.0
* Ansible: 2.4.2.0
* Vault: 0.9.1
* 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.8.1*
- Default value: *0.9.1*

### `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.0', true) }}"
vault_version: "{{ lookup('env','VAULT_VERSION') | default('0.9.1', true) }}"
vault_architecture_map:
# this first entry seems... redundant (but it's required for reasons)
amd64: amd64
Expand Down
8 changes: 4 additions & 4 deletions examples/README_VAGRANT.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,10 @@ variable.
## Notes

1. This project functions with the following software versions:
* Vault version 0.9.0
* Ansible: 2.3.2.0
* VirtualBox version 5.1.28
* Vagrant version 2.0.0
* Vault version 0.9.1
* Ansible: 2.4.2.0
* VirtualBox version 5.1.30
* Vagrant version 2.0.1
* Vagrant Hosts version 2.8.0
2. This project uses Debian 8 (Jessie) by default, but you can choose another
OS distribution with the *BOX_NAME* environment variable
Expand Down

0 comments on commit 10f7142

Please sign in to comment.