From deb96f17a651f3ffcd86c7e76131f091f55b81f8 Mon Sep 17 00:00:00 2001 From: Brian Shumate Date: Wed, 27 Mar 2019 15:54:42 -0400 Subject: [PATCH] Consul v1.4.4 and more --- CHANGELOG.md | 8 +++++++- CONTRIBUTORS.md | 2 ++ README.md | 4 ++-- defaults/main.yml | 2 +- examples/README_VAGRANT.md | 2 +- 5 files changed, 13 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4da9fc20..83c20eb6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ -## v2.3.5 (UNRELEASED) +## v2.3.5 +- Consul v1.4.4 - fixed multiarch deployment race condition (thanks @lanefu) - Switched from systemctl command to systemd module [lint] - Update for E504 use 'delegate_to: localhost' [lint] @@ -12,6 +13,11 @@ - acl - main - Update example site playbook roles format +- Support install on Debian Testing (thanks @gfeun) +- Fix consul_bind_address (thanks @danielkucera) +- Custom bootstrap expect value (thanks @Roviluca) +- Fix Windows support for registering services (thanks @gyorgynadaban) +- Update documentation ## v2.3.4 diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 7c9dc56c..98c7dff9 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -59,6 +59,8 @@ Thank you to all these fine folks for helping with ansible-consul! - [@Fuochi-YNAP](https://github.com/Fuochi-YNAP) - [@canardleteer](https://github.com/canardleteer) - [@Sispheor](https://github.com/Sispheor) +- [@Roviluca](https://github.com/Roviluca) +- [@gyorgynadaban](https://github.com/gyorgynadaban) If you have contributed but do not appear here, please fear not and accept apologies for the omission. Contact `brian brianshumate com` and diff --git a/README.md b/README.md index 1653591b..fcc3bb70 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.3 +* Consul: 1.4.4 * 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.3 +- Default value: 1.4.4 ### `consul_architecture_map` diff --git a/defaults/main.yml b/defaults/main.yml index 4a163347..da42c844 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.3', true) }}" +consul_version: "{{ lookup('env','CONSUL_VERSION') | default('1.4.4', 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 fc937541..39216235 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.3 + * Consul version 1.4.4 * Ansible: 2.7.2 * VirtualBox version 5.2.22 * Vagrant version 2.2.1