Skip to content

Commit

Permalink
Prepare for v1.0.6. [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
douglaswth committed May 23, 2014
1 parent 2bde44c commit 2cc2acd
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
17 changes: 12 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ ephemeral_lvm Cookbook CHANGELOG

This file is used to list changes made in each version of the ephemeral_lvm cookbook.

v1.0.6
------

- [#19][]: Do not automatically mount the ephemeral LVM since epehemeral volumes are actually ephemeral and will not come
back after stop/start.

v1.0.5
------

Expand Down Expand Up @@ -38,10 +44,11 @@ v1.0.0
- Initial release

<!--- The following link definition list is generated by PimpMyChangelog --->
[#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
[#13]: https://github.com/rightscale-cookbooks/ephemeral/issues/13
[#3]: https://github.com/rightscale-cookbooks/ephemeral_lvm/issues/3
[#9]: https://github.com/rightscale-cookbooks/ephemeral_lvm/issues/9
[#11]: https://github.com/rightscale-cookbooks/ephemeral_lvm/issues/11
[#13]: https://github.com/rightscale-cookbooks/ephemeral_lvm/issues/13
[#19]: https://github.com/rightscale-cookbooks/ephemeral_lvm/issues/19
[@autrejacoupa]: https://github.com/autrejacoupa
[@drywheat]: https://github.com/drywheat
[@juliandunn]: https://github.com/juliandunn
[@juliandunn]: https://github.com/juliandunn
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 'Configures available ephemeral devices on a cloud server'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '1.0.5'
version '1.0.6'

supports 'ubuntu'
supports 'centos'
Expand Down

0 comments on commit 2cc2acd

Please sign in to comment.