From dfccf52f8b7c3e2c3f1649e2d5f086e3e3201e82 Mon Sep 17 00:00:00 2001 From: Brian Shumate Date: Thu, 14 Sep 2017 11:28:37 -0400 Subject: [PATCH] Consul v0.9.3 and more - Consul v0.9.3 - Update server joining (thanks @groggemans) - Fix types that should be lists (thanks @vincent-legoll) --- CHANGELOG.md | 6 ++++++ README.md | 4 ++-- defaults/main.yml | 2 +- examples/README_VAGRANT.md | 2 +- version.txt | 2 +- 5 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32a4879f..adc3c6a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -738,3 +738,9 @@ Actually add new template files :facepalm: - Fix deprecation notice on include - Change example server hostnames + +## v1.27.0 + +- Consul v0.9.3 +- Update server joining (thanks @groggemans) +- Fix types that should be lists (thanks @vincent-legoll) diff --git a/README.md b/README.md index 5c0e2531..afec5f36 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.9.2 +* Consul: 0.9.3 * Ansible: 2.3.2.0 * CentOS: 7 * Debian: 8 @@ -58,7 +58,7 @@ the variables are named and described below: ### `consul_version` - Version to install -- Default value: *0.9.2* +- Default value: *0.9.3* ### `consul_architecture_map` diff --git a/defaults/main.yml b/defaults/main.yml index 811ec86f..1171fc6f 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.9.2', true) }}" +consul_version: "{{ lookup('env','CONSUL_VERSION') | default('0.9.3', 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 afdb2705..de256165 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.9.2 + * Consul version 0.9.3 * Ansible: 2.3.2.0 * VirtualBox version 5.1.26 * Vagrant version 1.9.8 diff --git a/version.txt b/version.txt index 71fa1b8d..df407721 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -v1.26.1 +v1.27.0