Skip to content

Commit

Permalink
New version with contributed changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Shumate committed Feb 7, 2016
1 parent 1300c9a commit 8fd228f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,10 @@
## v1.0.4

- Renamed consul_nodes label for better compatibility with my other roles

## v1.0.5

- Updated defaults and Consul version (thanks @bscott)
- Made cluster bootable and switch to become_user + other Ansibel best
practices (thanks @Rodjers)
- Updated minimum Ansible version required in meta
3 changes: 1 addition & 2 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ galaxy_info:
# - Apache
# - CC-BY
license: license BSD
min_ansible_version: 1.7
min_ansible_version: 1.9
#
# Below are all platforms currently available. Just uncomment
# the ones that apply to your role. If you don't see your
Expand Down Expand Up @@ -132,4 +132,3 @@ dependencies: []
# List your role dependencies here, one per line.
# Be sure to remove the '[]' above if you add dependencies
# to this list.

2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.0.4
v1.0.5

0 comments on commit 8fd228f

Please sign in to comment.