Skip to content

Commit

Permalink
Consul 0.9.2 and more
Browse files Browse the repository at this point in the history
- Consul v0.9.2
- Add enable_script_checks parameter (thanks @groggemans)
- Update documentation
  • Loading branch information
brianshumate committed Aug 10, 2017
1 parent b4beec3 commit 8d3e4bc
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -709,6 +709,8 @@ Actually add new template files :facepalm:

- Rename `cluster_nodes` label to `consul_instances`

## v1.25.3 (UNRELEASED)
## v1.25.3

- Consul v0.9.2
- Add enable_script_checks parameter (thanks @groggemans)
- Update documentation
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ This role requires FreeBSD, or a Debian or RHEL based Linux distribution or
Windows Server 2012 R2. It might work with other software versions, but does
definitely work with the following specific software and versions:

* Consul: 0.9.0
* Consul: 0.9.2
* Ansible: 2.3.1.0
* CentOS: 7
* Debian: 8
Expand All @@ -58,7 +58,7 @@ the variables are named and described below:
### `consul_version`

- Version to install
- Default value: *0.9.0*
- Default value: *0.9.2*

### `consul_architecture_map`

Expand Down
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
consul_debug: no

### Package
consul_version: "{{ lookup('env','CONSUL_VERSION') | default('0.9.0', true) }}"
consul_version: "{{ lookup('env','CONSUL_VERSION') | default('0.9.2', true) }}"
consul_architecture_map:
# this first entry seems... redundant
#(but it's required for reasons)
Expand Down
2 changes: 1 addition & 1 deletion examples/README_VAGRANT.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,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 0.9.0
* Consul version 0.9.2
* Ansible: 2.3.1.0
* VirtualBox version 5.1.22
* Vagrant version 1.9.5
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.25.2
v1.25.3

0 comments on commit 8d3e4bc

Please sign in to comment.