diff --git a/CHANGELOG.md b/CHANGELOG.md index 192a8bc1..909bac48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +##Release 0.8.0 +###Summary +This release includes more testing, support for ruby 2.3.1, thin provisioning and manage mirrors. + +###Features +- Lots of test maintenance, tests updated and improved +- Add flag to Logical_volume to not resize filesystem +- Add support for thin provisioning and setting poolmetadatasize + +###Bugfixes +- Add missing parameters to manage mirrors for lvm::logical_volume +- Executed command `swapoff` before unmount swap partion +- Fix parsing size from lvs output +- Numerous documentation fixes + ##Release 0.7.0 ###Features - Add a flag `mounted` to tell puppet not to mount a volume itself. diff --git a/metadata.json b/metadata.json index 74d87dbd..b0d99aea 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs-lvm", - "version": "0.7.0", + "version": "0.8.0", "author": "Puppet Labs", "summary": "Provides Puppet types and providers to manage Logical Resource Management (LVM) features.", "license": "GPL-2.0", @@ -38,10 +38,6 @@ { "name": "puppet", "version_requirement": ">= 3.0.0 < 5.0.0" - }, - { - "name": "pe", - "version_requirement": ">= 3.0.0 < 2015.4.0" } ] }