From 93668ce047fab33ef7719cf0cf6a46f7ef81e35f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Aur=C3=A8le=20Brothier?= Date: Mon, 11 Jan 2021 18:47:36 +0100 Subject: [PATCH] bumping consul to 1.8.7 --- README.md | 4 ++-- defaults/main.yml | 2 +- examples/README_VAGRANT.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7f9f60af..6e3de2de 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,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.8.5 +* Consul: 1.8.7 * Ansible: 2.8.2 * Alpine Linux: 3.8 * CentOS: 7 @@ -82,7 +82,7 @@ Many role variables can also take their values from environment variables as wel ### `consul_version` - Version to install -- Default value: 1.8.5 +- Default value: 1.8.7 ### `consul_architecture_map` diff --git a/defaults/main.yml b/defaults/main.yml index 6a7d3b97..7e13d21a 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.8.5', true) }}" +consul_version: "{{ lookup('env','CONSUL_VERSION') | default('1.8.7', 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 32c49012..6d1f8a64 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.8.5 + * Consul version 1.8.7 * Ansible: 2.8.2 * VirtualBox version 5.2.22 * Vagrant version 2.2.1