Skip to content

Commit

Permalink
Preparation to cut 0.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Trull authored and Alex Trull committed Nov 22, 2017
1 parent b4be9d8 commit 3481e60
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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:

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]> with plenty of ideas bouncing around with Benton Roberts <[email protected]>
* Significant patches from gerilya and ispringer.

Special Thanks
==============
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 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
Expand Down

0 comments on commit 3481e60

Please sign in to comment.