Skip to content

Commit 023f05a

Browse files
authored
Merge pull request #295 from patsevanton/master
Up consul version to 1.5.2
2 parents 4507528 + 5c730af commit 023f05a

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
## NEXT
22

3+
- Consul v1.5.2
34
- Add Molecule support (thanks @gofrolist)
45
- Correct several task issues (thanks @gofrolist)
56

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.1
29+
* Consul: 1.5.2
3030
* Ansible: 2.7.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.1
67+
- Default value: 1.5.2
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.1', true) }}"
10+
consul_version: "{{ lookup('env','CONSUL_VERSION') | default('1.5.2', 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.1
93+
* Consul version 1.5.2
9494
* Ansible: 2.7.2
9595
* VirtualBox version 5.2.22
9696
* Vagrant version 2.2.1

0 commit comments

Comments
 (0)