diff --git a/CHANGELOG.md b/CHANGELOG.md index ad27e60..d257e05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,11 @@ This file is used to list changes made in each version of ephemeral_raid. +## 0.0.12 +* add support for discovering NVMe SSD devices on AWS EC2 thanks to Ian Springer (ispringer) + ## 0.0.11: -* Fix raid creation error occuring when AMI's device mapping contains more devices than actually available for the given instance type. -See https://github.com/atrull/ephemeral_raid_cookbook/issues/3 for details +* Fix raid creation error occuring when AMI's device mapping contains more devices than actually available for the given instance type. See https://github.com/atrull/ephemeral_raid_cookbook/issues/3 for details (gerilya) ## 0.0.10: * Support for GCE local SSDs thanks to Ian Springer (ispringer) @@ -13,7 +15,7 @@ See https://github.com/atrull/ephemeral_raid_cookbook/issues/3 for details * Fix to single device handling thanks to Klaas Jan Wierenga (kjwierenga) ## 0.0.8: -* Fix to raid0 check thanks to ajorgensen +* Fix to raid0 check thanks to (ajorgensen) ## 0.0.7: diff --git a/README.md b/README.md index 5dc02a0..5a2fde7 100644 --- a/README.md +++ b/README.md @@ -99,12 +99,13 @@ While we recommend you retain most of the default behaviour, your needs may diff Development =========== -See the [Github page][https://github.com/mdsol/ephemeral_raid_cookbook] +See the [Github page][https://github.com/atrull/ephemeral_raid_cookbook] Authors ======= * Author: Alex Trull with plenty of ideas bouncing around with Benton Roberts +* Significant patches from gerilya and ispringer. Special Thanks ============== diff --git a/metadata.rb b/metadata.rb index eb7ffa8..2931950 100644 --- a/metadata.rb +++ b/metadata.rb @@ -4,7 +4,7 @@ license 'Apache 2.0' description 'Creates Dynamic Ephemeral Raids on EC2 or GCE' long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) -version '0.0.11' +version '0.0.12' %w{ ubuntu debian redhat fedora centos scientific amazon }.each do |os| supports os