Skip to content

Commit

Permalink
Vault v0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
brianshumate committed Jan 29, 2018
1 parent e823244 commit 47ac7ab
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -345,3 +345,8 @@

- Vault version 0.9.2
- Update documentation

## v1.7.7

- Vault version 0.9.3
- Update documentation
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.2.0
* Vault: 0.9.2
* Vault: 0.9.3
* 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.2*
- Default value: *0.9.3*

### `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.2', true) }}"
vault_version: "{{ lookup('env','VAULT_VERSION') | default('0.9.3', 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.2
* Vault version 0.9.3
* Ansible: 2.4.2.0
* VirtualBox version 5.2.6
* Vagrant version 2.0.1
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.7.6
v1.7.7

0 comments on commit 47ac7ab

Please sign in to comment.