Skip to content

Commit

Permalink
Version bump 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eherot committed Mar 9, 2017
1 parent f101666 commit 1009c69
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# storage CHANGELOG

## v6.0.0 (2017-03-09)

* Discover NVMe devices when running on EC2
* Override udev memory ballooning config on Ubuntu 16 (workaround for [this](https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1668129) bug)
* Convert LWRP to custom resource
* **BREAKING:** Drop instance_store_volumes? method (no longer being used)
* **BREAKING(ish):** Format using ext4 by default
* Memoize dev_names helper method so that it runs only once
* Add an attribute for `reserved_space`
* Make error handling and logging a bit more paranoid
* Also test on Ubuntu 16.04 (needed for NVMe)

## v5.0.1 (2016-09-08)

* Verify that device files actually exist before trying to mount+format them
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 v2.0'
description 'Installs/Configures storage'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '5.0.1'
version '6.0.0'

supports 'ubuntu', '>= 12.04'
chef_version '~> 12.10'
Expand Down

0 comments on commit 1009c69

Please sign in to comment.