From b045a2d19e6f6cac04a31ba08b547d1a0a7ed1f9 Mon Sep 17 00:00:00 2001 From: Brian Shumate Date: Mon, 28 Aug 2017 20:21:50 -0400 Subject: [PATCH] Vault version 0.8.1 --- CHANGELOG.md | 4 ++++ README.md | 2 +- defaults/main.yml | 2 +- examples/README_VAGRANT.md | 4 ++-- version.txt | 2 +- 5 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cfd13b6f..0b338a75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 29ccd351..788e06d7 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/defaults/main.yml b/defaults/main.yml index 2267f1a2..42002158 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -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 diff --git a/examples/README_VAGRANT.md b/examples/README_VAGRANT.md index 57d8190b..1294a57c 100644 --- a/examples/README_VAGRANT.md +++ b/examples/README_VAGRANT.md @@ -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 diff --git a/version.txt b/version.txt index a20e2d82..a97fc441 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -v1.7.0 +v1.7.1