diff --git a/CHANGELOG.md b/CHANGELOG.md index 15747de..0fcab5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ This file is used to list changes made in each version of the omnibus_updater cookbook. +## 3.0.0 (2017-01-05) + +- Added support for the new upgrade exit code (213) introduced with RFC062 and first shipped in chef 12.15.19 +- Fix support for upgrading Windows client 12.6 and later by first moving the install directory +- Remove the recipe to cleanup system ruby chef installs. We should assume everyone is on Omnibus installs at this point and this same functionality can be easily implemented in your own recipes +- Added suse, opensuse, and opensuseleap to the metadata + ## 2.0.0 (2016-08-19) - Hard fail on unsupported platforms now diff --git a/metadata.rb b/metadata.rb index beaf93a..446119e 100644 --- a/metadata.rb +++ b/metadata.rb @@ -4,7 +4,7 @@ license 'Apache 2.0' description 'Chef omnibus package updater and installer' long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) -version '2.0.0' +version '3.0.0' %w(amazon centos debian mac_os_x opensuse opensuseleap oracle redhat scientific solaris suse ubuntu windows).each do |os| supports os