Skip to content

Commit

Permalink
Consul v0.9.3 and more
Browse files Browse the repository at this point in the history
- Consul v0.9.3
- Update server joining (thanks @groggemans)
- Fix types that should be lists (thanks @vincent-legoll)
  • Loading branch information
brianshumate committed Sep 14, 2017
1 parent 992a408 commit dfccf52
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -738,3 +738,9 @@ Actually add new template files :facepalm:

- Fix deprecation notice on include
- Change example server hostnames

## v1.27.0

- Consul v0.9.3
- Update server joining (thanks @groggemans)
- Fix types that should be lists (thanks @vincent-legoll)
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.2
* Consul: 0.9.3
* Ansible: 2.3.2.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.2*
- Default value: *0.9.3*

### `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.2', true) }}"
consul_version: "{{ lookup('env','CONSUL_VERSION') | default('0.9.3', 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.2
* Consul version 0.9.3
* Ansible: 2.3.2.0
* VirtualBox version 5.1.26
* Vagrant version 1.9.8
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.26.1
v1.27.0

0 comments on commit dfccf52

Please sign in to comment.