Skip to content

Commit

Permalink
Consul v1.5.3 and more
Browse files Browse the repository at this point in the history
  • Loading branch information
brianshumate committed Jul 26, 2019
1 parent b89e82c commit 736630c
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 7 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
## NEXT
## v2.4.5

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

## v2.4.4

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

- Update start_join for client configuration template

## v1.5.2
## v1.5.3

- Consul version 0.7.1
- Consistent template names
Expand Down
1 change: 1 addition & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ Thank you to all these fine folks for helping with ansible-consul!
- [@ecyril-dussert](https://github.com/cyril-dussert)
- [@gofrolist](https://github.com/gofrolist)
- [@patsevanton](https://github.com/patsevanton)
- [@jasonneurohr](https://github.com/jasonneurohr)

If you have contributed but do not appear here, please fear not and accept
apologies for the omission. Contact `brian <at> brianshumate <dot> com` and
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This role requires a FreeBSD, Debian, or Red Hat Enterprise Linux distribution o

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

* Consul: 1.5.2
* Consul: 1.5.3
* Ansible: 2.8.2
* Alpine Linux: 3.8
* CentOS: 7
Expand Down Expand Up @@ -64,7 +64,7 @@ Many role variables can also take their values from environment variables as wel
### `consul_version`

- Version to install
- Default value: 1.5.2
- Default value: 1.5.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 @@ -7,7 +7,7 @@ is_virtualenv: "{{ lookup('env','VIRTUAL_ENV') | default('', true) }}"
consul_install_dependencies: true

### Package
consul_version: "{{ lookup('env','CONSUL_VERSION') | default('1.5.2', true) }}"
consul_version: "{{ lookup('env','CONSUL_VERSION') | default('1.5.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 @@ -90,7 +90,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 1.5.2
* Consul version 1.5.3
* Ansible: 2.8.2
* VirtualBox version 5.2.22
* Vagrant version 2.2.1
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v2.4.4
v2.4.5

0 comments on commit 736630c

Please sign in to comment.