Skip to content

Commit 8d3e4bc

Browse files
committed
Consul 0.9.2 and more
- Consul v0.9.2 - Add enable_script_checks parameter (thanks @groggemans) - Update documentation
1 parent b4beec3 commit 8d3e4bc

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
@@ -709,6 +709,8 @@ Actually add new template files :facepalm:
709709

710710
- Rename `cluster_nodes` label to `consul_instances`
711711

712-
## v1.25.3 (UNRELEASED)
712+
## v1.25.3
713713

714+
- Consul v0.9.2
714715
- Add enable_script_checks parameter (thanks @groggemans)
716+
- 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.9.0
34+
* Consul: 0.9.2
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.9.0*
61+
- Default value: *0.9.2*
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.9.0', true) }}"
8+
consul_version: "{{ lookup('env','CONSUL_VERSION') | default('0.9.2', 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.9.0
110+
* Consul version 0.9.2
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.25.2
1+
v1.25.3

0 commit comments

Comments
 (0)