Skip to content

Commit 9c5170f

Browse files
committed
Consul 0.8.5 and more
- Consul v0.8.5 - Fix "Check Consul HTTP API" via unix socket (thanks @vincent-legoll) - Avoid warning about already existing directory (thanks @vincent-legoll) - Fix typos in messages (thanks @vincent-legoll) - Fix documentation about `consul_node_role` (thanks @vincent-legoll) - Update documentation
1 parent d75ca48 commit 9c5170f

File tree

5 files changed

+8
-6
lines changed

5 files changed

+8
-6
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -682,9 +682,11 @@ Actually add new template files :facepalm:
682682
- Update CONTRIBUTORS
683683
- Update README
684684

685-
## v1.24.3 (UNRELEASED)
685+
## v1.24.3
686686

687+
- Consul v0.8.5
687688
- Fix "Check Consul HTTP API" via unix socket (thanks @vincent-legoll)
688689
- Avoid warning about already existing directory (thanks @vincent-legoll)
689690
- Fix typos in messages (thanks @vincent-legoll)
690691
- Fix documentation about `consul_node_role` (thanks @vincent-legoll)
692+
- Update documentation

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ This role requires FreeBSD, or a Debian or RHEL based Linux distribution or
3131
Windows Server 2012 R2. It might work with other software versions, but does
3232
definitely work with the following specific software and versions:
3333

34-
* Consul: 0.8.4
34+
* Consul: 0.8.5
3535
* Ansible: 2.3.1.0
3636
* CentOS: 7
3737
* Debian: 8
@@ -58,7 +58,7 @@ the variables are named and described below:
5858
### `consul_version`
5959

6060
- Version to install
61-
- Default value: *0.8.4*
61+
- Default value: *0.8.5*
6262

6363
### `consul_architecture_map`
6464

defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
consul_debug: no
66

77
### Package
8-
consul_version: "{{ lookup('env','CONSUL_VERSION') | default('0.8.4', true) }}"
8+
consul_version: "{{ lookup('env','CONSUL_VERSION') | default('0.8.5', true) }}"
99
consul_architecture_map:
1010
# this first entry seems... redundant
1111
#(but it's required for reasons)

examples/README_VAGRANT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ BOX_NAME=freebsd/FreeBSD-11.0-STABLE CONSUL_IFACE=em1 vagrant up
107107
## Notes
108108

109109
1. This project functions with the following software versions:
110-
* Consul version 0.8.4
110+
* Consul version 0.8.5
111111
* Ansible: 2.3.1.0
112112
* VirtualBox version 5.1.22
113113
* Vagrant version 1.9.5

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.24.2
1+
v1.24.3

0 commit comments

Comments
 (0)