Skip to content

Commit

Permalink
Bump version of cookbook to 0.10.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbellone committed Jun 4, 2015
1 parent 1bf015a commit 5abab41
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# 0.10
Fixes several bugs, minor enhancements and changes default version of
Consul to 0.5.2.

* Enhancements
- Node attribute for specifying Consul log file. [@darron](https://github.com/darron)
- Recipe no longer tries to create directories twice. [@tiwilliam](https://github.com/tiwilliam)
- Add packagecloud install method. [@darron](https://github.com/darron)
- Add 'rejoin_after_leave' option. [@arodd](https://github.com/arodd)
- Add LWRP for services watch. [@hirocaster](https://github.com/hirocaster)

* Bug Fixes
- #152 Remove +x permissions on upstart/systemd configs. [@dpkp](https://github.com/dpkp)
- #158 Fix sysvinit script by not quoting commands. [@hatchetation](https://github.com/hatchetation)
- #172 Adds missing bracket to restart subscription. [@YuukiARIA](https://github.com/YuukiARIA)
- #178 Ensures GOMAXPROCS is at least 2. [@tgwizard](https://github.com/tgwizard)

# 0.9.1

* Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
license 'Apache v2.0'
description 'Installs/Configures Consul client, server and UI.'
long_description 'Installs/Configures Consul client, server and UI.'
version '0.9.1'
version '0.10.0'

recipe 'consul', 'Installs and starts consul service.'
recipe 'consul::install_binary', 'Installs consul service from binary.'
Expand Down

0 comments on commit 5abab41

Please sign in to comment.