Skip to content

Commit

Permalink
Consul 0.8.5 and more
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
brianshumate committed Jun 28, 2017
1 parent d75ca48 commit 9c5170f
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 @@ -682,9 +682,11 @@ Actually add new template files :facepalm:
- Update CONTRIBUTORS
- Update README

## v1.24.3 (UNRELEASED)
## v1.24.3

- 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
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.8.4
* Consul: 0.8.5
* 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.8.4*
- Default value: *0.8.5*

### `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.8.4', true) }}"
consul_version: "{{ lookup('env','CONSUL_VERSION') | default('0.8.5', 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.8.4
* Consul version 0.8.5
* 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.24.2
v1.24.3

0 comments on commit 9c5170f

Please sign in to comment.