From 23e7724097c02a88d974cc6784a62f2043f5fb5d Mon Sep 17 00:00:00 2001 From: Kannan Manickam Date: Tue, 18 Feb 2014 11:33:36 +0530 Subject: [PATCH] Prepare for 1.0.3 Publishing - Bump version to 1.0.3 in metadata.rb. - Updated CHANGELOG. --- CHANGELOG.md | 10 ++++++++++ metadata.rb | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e277b2..5e4c392 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ ephemeral_lvm Cookbook CHANGELOG This file is used to list changes made in each version of the ephemeral_lvm cookbook. +v1.0.3 +------ + +- Pull Request [#9][]: Debian is now added as a supported platform ([@drywheat][]) +- Make sure cloud specific node area is available before accessing it +- Pull Request [#11][]: Added support for all EC2 instance types ([@drywheat][]) + v1.0.2 ------ @@ -20,4 +27,7 @@ v1.0.0 [#3]: https://github.com/rightscale-cookbooks/ephemeral/issues/3 +[#9]: https://github.com/rightscale-cookbooks/ephemeral/issues/9 +[#11]: https://github.com/rightscale-cookbooks/ephemeral/issues/11 +[@drywheat]: https://github.com/drywheat [@juliandunn]: https://github.com/juliandunn diff --git a/metadata.rb b/metadata.rb index af6b258..1fa9956 100644 --- a/metadata.rb +++ b/metadata.rb @@ -4,7 +4,7 @@ license 'Apache 2.0' description 'Configures available ephemeral devices on a cloud server' long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) -version '1.0.2' +version '1.0.3' supports 'ubuntu' supports 'centos'