From 0ca259f8c31b4fdb1dedae73775541f78252a2d2 Mon Sep 17 00:00:00 2001 From: Brian Shumate Date: Fri, 24 May 2019 13:52:40 -0400 Subject: [PATCH] Consul v1.5.1 - Consul v1.5.1 - Update documentation --- 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 d12bd5a1..4930410f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## v2.4.3 + +- Consul v1.5.1 +- Update documentation + ## v2.4.2 - Correct ACL typo correction (thanks @bewiwi) diff --git a/README.md b/README.md index e3e51006..2990974f 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.5.0 +* Consul: 1.5.1 * 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.5.0 +- Default value: 1.5.1 ### `consul_architecture_map` diff --git a/defaults/main.yml b/defaults/main.yml index 23b4dcd5..b62d3e33 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.5.0', true) }}" +consul_version: "{{ lookup('env','CONSUL_VERSION') | default('1.5.1', 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 6934901a..b9c21c1f 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.5.0 + * Consul version 1.5.1 * Ansible: 2.7.2 * VirtualBox version 5.2.22 * Vagrant version 2.2.1 diff --git a/version.txt b/version.txt index 3dfbe336..4d86c300 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -v2.4.2 +v2.4.3