Skip to content

Commit

Permalink
Consul v1.4.0
Browse files Browse the repository at this point in the history
- Consul v1.4.0
- Update documentation
  • Loading branch information
brianshumate committed Nov 15, 2018
1 parent 4bac996 commit aeef49c
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v2.2.0

- Consul v1.4.0
- Update documentation

## v2.1.1

- Consul v1.3.1
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ This role requires a FreeBSD, Debian, or RHEL based Linux distribution or
Windows Server 2012 R2. It might work with other software versions, but is
definitely known to work with the following specific software versions:

* Consul: 1.3.1
* Consul: 1.4.0
* Ansible: 2.6.4
* Alpine Linux: 3.8
* CentOS: 7
Expand Down Expand Up @@ -59,7 +59,7 @@ the variables are named and described below:
### `consul_version`

- Version to install
- Default value: *1.3.1*
- Default value: *1.4.0*

### `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.3.1', true) }}"
consul_version: "{{ lookup('env','CONSUL_VERSION') | default('1.4.0', 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.3.1
* Consul version 1.4.0
* Ansible: 2.6.4
* VirtualBox version 5.2.22
* Vagrant version 2.1.5
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v2.1.1
v2.2.0

0 comments on commit aeef49c

Please sign in to comment.