From 8d0a932d3da94ec138d4620113c0db8068282562 Mon Sep 17 00:00:00 2001 From: Brian Shumate Date: Wed, 6 Mar 2019 13:45:43 +0000 Subject: [PATCH] Consul v1.4.3 --- CHANGELOG.md | 5 +++++ README.md | 4 ++-- defaults/main.yml | 2 +- examples/README_VAGRANT.md | 2 +- version.txt | 2 +- 5 files changed, 10 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 46dbab0e..ab8172c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## v2.3.4 + +- Consul v1.4.3 +- Update documentation + ## v2.3.3 - Add services management (thanks @Sispheor) diff --git a/README.md b/README.md index 6e07c6bf..f9b921d4 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ This role requires a FreeBSD, Debian, or Red Hat Enterprise Linux distribution o The role might work with other OS distributions and versions, but is known to function well with the following software versions: -* Consul: 1.4.2 +* Consul: 1.4.3 * Ansible: 2.7.2 * Alpine Linux: 3.8 * CentOS: 7 @@ -64,7 +64,7 @@ Many role variables can also take their values from environment variables as wel ### `consul_version` - Version to install -- Default value: 1.4.2 +- Default value: 1.4.3 ### `consul_architecture_map` diff --git a/defaults/main.yml b/defaults/main.yml index 24234bed..3df14637 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -7,7 +7,7 @@ is_virtualenv: "{{ lookup('env','VIRTUAL_ENV') | default('', true) }}" consul_install_dependencies: true ### Package -consul_version: "{{ lookup('env','CONSUL_VERSION') | default('1.4.2', true) }}" +consul_version: "{{ lookup('env','CONSUL_VERSION') | default('1.4.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 cb71d0c1..fc937541 100644 --- a/examples/README_VAGRANT.md +++ b/examples/README_VAGRANT.md @@ -90,7 +90,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 1.4.2 + * Consul version 1.4.3 * Ansible: 2.7.2 * VirtualBox version 5.2.22 * Vagrant version 2.2.1 diff --git a/version.txt b/version.txt index fac9fc04..20dd6322 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -v2.3.3 +v2.3.4