Skip to content

Commit 011c0cc

Browse files
committed
Consul v1.6.0
1 parent b1cf04c commit 011c0cc

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
@@ -1,7 +1,9 @@
1-
## NEXT
1+
## v2.5.0
22

3+
- Consul v1.6.0
34
- Add documentation for new TLS options (thanks @jasonneurohr)
45
- Add support for translate_wan_address (@calmacara)
6+
- Add `-log-file` (thanks @liuxu623)
57

68
## v2.4.5
79

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This role requires a FreeBSD, Debian, or Red Hat Enterprise Linux distribution o
2626

2727
The role might work with other OS distributions and versions, but is known to function well with the following software versions:
2828

29-
* Consul: 1.5.3
29+
* Consul: 1.6.0
3030
* Ansible: 2.8.2
3131
* Alpine Linux: 3.8
3232
* CentOS: 7
@@ -64,7 +64,7 @@ Many role variables can also take their values from environment variables as wel
6464
### `consul_version`
6565

6666
- Version to install
67-
- Default value: 1.5.3
67+
- Default value: 1.6.0
6868

6969
### `consul_architecture_map`
7070

defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ is_virtualenv: "{{ lookup('env','VIRTUAL_ENV') | default('', true) }}"
77
consul_install_dependencies: true
88

99
### Package
10-
consul_version: "{{ lookup('env','CONSUL_VERSION') | default('1.5.3', true) }}"
10+
consul_version: "{{ lookup('env','CONSUL_VERSION') | default('1.6.0', true) }}"
1111
consul_architecture_map:
1212
# this first entry seems redundant
1313
# (but it's required for reasons)

examples/README_VAGRANT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ BOX_NAME=freebsd/FreeBSD-11.0-STABLE CONSUL_IFACE=em1 vagrant up
9090
## Notes
9191
9292
1. This project functions with the following software versions:
93-
* Consul version 1.5.3
93+
* Consul version 1.6.0
9494
* Ansible: 2.8.2
9595
* VirtualBox version 5.2.22
9696
* Vagrant version 2.2.1

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v2.4.5
1+
v2.5.0

0 commit comments

Comments
 (0)