Skip to content

Commit

Permalink
version bump 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
reset committed Feb 6, 2015
1 parent 6d695a2 commit a7e98b5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# 0.8.0

* Enhancements
* Upgrading from one version to another of Consul is now supported. The Consul service will automatically restart after upgrade.

* Bug Fixes
* Partial convergeances will now gracefully recover on the next chef run
* Upstart will now respawn Consul on crash
* It is no longer possible to set an invalid install method

* Backwards incompatible changes
* 'consul/ui_dir' attribute was removed. This will automatically be placed within the directory configured by 'consul/data_dir' as 'ui'

# 0.7.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.7.1'
version '0.8.0'

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

0 comments on commit a7e98b5

Please sign in to comment.