From 9c5170ff75df0c514dfb69ed584722e5cf70e2e9 Mon Sep 17 00:00:00 2001 From: Brian Shumate Date: Wed, 28 Jun 2017 12:53:00 -0400 Subject: [PATCH] Consul 0.8.5 and more - Consul v0.8.5 - Fix "Check Consul HTTP API" via unix socket (thanks @vincent-legoll) - Avoid warning about already existing directory (thanks @vincent-legoll) - Fix typos in messages (thanks @vincent-legoll) - Fix documentation about `consul_node_role` (thanks @vincent-legoll) - Update documentation --- CHANGELOG.md | 4 +++- README.md | 4 ++-- defaults/main.yml | 2 +- examples/README_VAGRANT.md | 2 +- version.txt | 2 +- 5 files changed, 8 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d60600f..8e3b0a7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -682,9 +682,11 @@ Actually add new template files :facepalm: - Update CONTRIBUTORS - Update README -## v1.24.3 (UNRELEASED) +## v1.24.3 +- Consul v0.8.5 - Fix "Check Consul HTTP API" via unix socket (thanks @vincent-legoll) - Avoid warning about already existing directory (thanks @vincent-legoll) - Fix typos in messages (thanks @vincent-legoll) - Fix documentation about `consul_node_role` (thanks @vincent-legoll) +- Update documentation diff --git a/README.md b/README.md index 329092e6..45492219 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ This role requires FreeBSD, or a Debian or RHEL based Linux distribution or Windows Server 2012 R2. It might work with other software versions, but does definitely work with the following specific software and versions: -* Consul: 0.8.4 +* Consul: 0.8.5 * Ansible: 2.3.1.0 * CentOS: 7 * Debian: 8 @@ -58,7 +58,7 @@ the variables are named and described below: ### `consul_version` - Version to install -- Default value: *0.8.4* +- Default value: *0.8.5* ### `consul_architecture_map` diff --git a/defaults/main.yml b/defaults/main.yml index c7a4ac9f..35cb6b1a 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -5,7 +5,7 @@ consul_debug: no ### Package -consul_version: "{{ lookup('env','CONSUL_VERSION') | default('0.8.4', true) }}" +consul_version: "{{ lookup('env','CONSUL_VERSION') | default('0.8.5', true) }}" consul_architecture_map: # this first entry seems... redundant #(but it's required for reasons) diff --git a/examples/README_VAGRANT.md b/examples/README_VAGRANT.md index 7e4b8fff..962ffb1a 100644 --- a/examples/README_VAGRANT.md +++ b/examples/README_VAGRANT.md @@ -107,7 +107,7 @@ BOX_NAME=freebsd/FreeBSD-11.0-STABLE CONSUL_IFACE=em1 vagrant up ## Notes 1. This project functions with the following software versions: - * Consul version 0.8.4 + * Consul version 0.8.5 * Ansible: 2.3.1.0 * VirtualBox version 5.1.22 * Vagrant version 1.9.5 diff --git a/version.txt b/version.txt index d14ec7a2..ba3af183 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -v1.24.2 +v1.24.3