Skip to content

Commit

Permalink
Consul 0.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
brianshumate committed Feb 15, 2017
1 parent 9bf5d70 commit 1ce94ae
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 7 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -326,9 +326,15 @@

## v1.8.0

- Consul 0.7.4
- Consul 0.7.5
- BREAKING CHANGE: Deprecate read/write of ACL tokens from file system
functionality and prefer setting tokens from existing cluster nodes with
CONSUL_ACL_MASTER_TOKEN and CONSUL_ACL_REPLICATION_TOKEN environment
variables instead
- Update documentation

## v1.8.1

- Consul 0.7.5
- Update documentation
- Contributors correction
2 changes: 1 addition & 1 deletion CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ Thank you to all these fine folk for helping with ansible-consul!
- [@crumohr](https://github.com/crumohr)
- [@kostyrevaa](https://github.com/kostyrevaa)
- [@violuke](https://github.com/violuke)
- [itewk](https://github.com/itewk)
- [@itewk](https://github.com/itewk)
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ with other software versions, but does work with the following specific
software and versions:

* Ansible: 2.2.1.0
* Consul: 0.7.4
* Consul: 0.7.5
* Debian: 8
* CentOS: 7

Expand All @@ -30,7 +30,7 @@ inventory file (see below):

| Name | Default Value | Description |
| -------------- | ------------- | -----------------------------------|
| `consul_version` | *0.7.4* | Version to install |
| `consul_version` | *0.7.5* | Version to install |
| `consul_zip_url` | `https://releases.hashicorp.com/consul/{{ consul_version }}/consul_{{ consul_version }}_linux_amd64.zip` | Download URL |
| `consul_checksum_file_url` | "https://releases.hashicorp.com/consul/{{ consul_version }}/{{ consul_version }}_SHA256SUMS" | URL to package SHA256 summaries |
| `consul_bin_path` | `/usr/local/bin` | Binary installation path |
Expand Down
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# File: defaults/main.yml - Default variables for Consul

## Core
consul_version: "{{ lookup('env','CONSUL_VERSION') | default('0.7.4', true) }}"
consul_version: "{{ lookup('env','CONSUL_VERSION') | default('0.7.5', true) }}"
consul_zip_url: "https://releases.hashicorp.com/consul/{{ consul_version }}/consul_{{ consul_version }}_linux_amd64.zip"
consul_checksum_file_url: "https://releases.hashicorp.com/consul/{{ consul_version }}/consul_{{ consul_version}}_SHA256SUMS"
consul_bin_path: "/usr/local/bin"
Expand Down
2 changes: 1 addition & 1 deletion examples/README_VAGRANT.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ BOX_NAME=centos/7 vagrant up
## Notes

1. This project functions with the following software versions:
* Consul version 0.7.4
* Consul version 0.7.5
* Ansible: 2.2.1.0
* VirtualBox version 5.1.14
* Vagrant version 1.9.1
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
v1.8.0
v1.8.1

0 comments on commit 1ce94ae

Please sign in to comment.