From 1ce94aee694f7983005f92f4462c1d134abdf78e Mon Sep 17 00:00:00 2001 From: Brian Shumate Date: Wed, 15 Feb 2017 13:08:40 -0500 Subject: [PATCH] Consul 0.7.5 --- CHANGELOG.md | 8 +++++++- CONTRIBUTORS.md | 2 +- README.md | 4 ++-- defaults/main.yml | 2 +- examples/README_VAGRANT.md | 2 +- version.txt | 2 +- 6 files changed, 13 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cb0ea4c..b786857b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -326,9 +326,15 @@ ## v1.8.0 -- Consul 0.7.4 +- Consul 0.7.5 - BREAKING CHANGE: Deprecate read/write of ACL tokens from file system functionality and prefer setting tokens from existing cluster nodes with CONSUL_ACL_MASTER_TOKEN and CONSUL_ACL_REPLICATION_TOKEN environment variables instead - Update documentation + +## v1.8.1 + +- Consul 0.7.5 +- Update documentation +- Contributors correction diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index d08a512b..827450c5 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -9,4 +9,4 @@ Thank you to all these fine folk for helping with ansible-consul! - [@crumohr](https://github.com/crumohr) - [@kostyrevaa](https://github.com/kostyrevaa) - [@violuke](https://github.com/violuke) -- [itewk](https://github.com/itewk) +- [@itewk](https://github.com/itewk) diff --git a/README.md b/README.md index 7c6a0f51..a9636004 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ with other software versions, but does work with the following specific software and versions: * Ansible: 2.2.1.0 -* Consul: 0.7.4 +* Consul: 0.7.5 * Debian: 8 * CentOS: 7 @@ -30,7 +30,7 @@ inventory file (see below): | Name | Default Value | Description | | -------------- | ------------- | -----------------------------------| -| `consul_version` | *0.7.4* | Version to install | +| `consul_version` | *0.7.5* | Version to install | | `consul_zip_url` | `https://releases.hashicorp.com/consul/{{ consul_version }}/consul_{{ consul_version }}_linux_amd64.zip` | Download URL | | `consul_checksum_file_url` | "https://releases.hashicorp.com/consul/{{ consul_version }}/{{ consul_version }}_SHA256SUMS" | URL to package SHA256 summaries | | `consul_bin_path` | `/usr/local/bin` | Binary installation path | diff --git a/defaults/main.yml b/defaults/main.yml index 27842d90..292a0d1a 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -2,7 +2,7 @@ # File: defaults/main.yml - Default variables for Consul ## Core -consul_version: "{{ lookup('env','CONSUL_VERSION') | default('0.7.4', true) }}" +consul_version: "{{ lookup('env','CONSUL_VERSION') | default('0.7.5', true) }}" consul_zip_url: "https://releases.hashicorp.com/consul/{{ consul_version }}/consul_{{ consul_version }}_linux_amd64.zip" consul_checksum_file_url: "https://releases.hashicorp.com/consul/{{ consul_version }}/consul_{{ consul_version}}_SHA256SUMS" consul_bin_path: "/usr/local/bin" diff --git a/examples/README_VAGRANT.md b/examples/README_VAGRANT.md index caa645dc..b8241a7c 100644 --- a/examples/README_VAGRANT.md +++ b/examples/README_VAGRANT.md @@ -95,7 +95,7 @@ BOX_NAME=centos/7 vagrant up ## Notes 1. This project functions with the following software versions: - * Consul version 0.7.4 + * Consul version 0.7.5 * Ansible: 2.2.1.0 * VirtualBox version 5.1.14 * Vagrant version 1.9.1 diff --git a/version.txt b/version.txt index ba103d90..c9a0c1a8 100644 --- a/version.txt +++ b/version.txt @@ -1,2 +1,2 @@ -v1.8.0 +v1.8.1