Skip to content

Commit 736630c

Browse files
committed
Consul v1.5.3 and more
1 parent b89e82c commit 736630c

File tree

6 files changed

+13
-7
lines changed

6 files changed

+13
-7
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
1-
## NEXT
1+
## v2.4.5
22

3+
- Consul v1.5.3
34
- Update molecule configuration (thanks @gofrolist)
45
- Support TLS files in subdirectories - resolves #297
56
- Update some bare variable comparisons - resolves #293
67
- Update server address for usage with --limit (thanks @danielkucera)
8+
- Update snapshot configuration for TLS (thanks @jasonneurohr)
9+
- Add TLS minimum version and ciper suite preferences (thanks @jasonneurohr)
10+
- Update documentation
11+
- Update CONTRIBUTORS
712

813
## v2.4.4
914

@@ -749,7 +754,7 @@ Do not enable a default set of ACL policies
749754

750755
- Update start_join for client configuration template
751756

752-
## v1.5.2
757+
## v1.5.3
753758

754759
- Consul version 0.7.1
755760
- Consistent template names

CONTRIBUTORS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ Thank you to all these fine folks for helping with ansible-consul!
6969
- [@ecyril-dussert](https://github.com/cyril-dussert)
7070
- [@gofrolist](https://github.com/gofrolist)
7171
- [@patsevanton](https://github.com/patsevanton)
72+
- [@jasonneurohr](https://github.com/jasonneurohr)
7273

7374
If you have contributed but do not appear here, please fear not and accept
7475
apologies for the omission. Contact `brian <at> brianshumate <dot> com` and

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

0 commit comments

Comments
 (0)