Skip to content

Commit 0ca259f

Browse files
committed
Consul v1.5.1
- Consul v1.5.1 - Update documentation
1 parent aa2a790 commit 0ca259f

File tree

5 files changed

+10
-5
lines changed

5 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## v2.4.3
2+
3+
- Consul v1.5.1
4+
- Update documentation
5+
16
## v2.4.2
27

38
- Correct ACL typo correction (thanks @bewiwi)

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.0
29+
* Consul: 1.5.1
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.0
67+
- Default value: 1.5.1
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.0', true) }}"
10+
consul_version: "{{ lookup('env','CONSUL_VERSION') | default('1.5.1', 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.0
93+
* Consul version 1.5.1
9494
* Ansible: 2.7.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.2
1+
v2.4.3

0 commit comments

Comments
 (0)