diff --git a/CHANGELOG.md b/CHANGELOG.md index d9561f75..b5cbce47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,12 +8,15 @@ This release includes support for new parameters, lots of unit tests, and tweaks - Add RAL to types - List all PVs in a VG - Unit tests for types +- Adds `type` parameter for logical volume creation +- Adds support to the resize of a logical volume with swap ####Bugfixes - Filesystem type can create journal devices - Add persistent and minor parameters to logical volume type - Make size_is_minsize usable - Add support for older lvm versions +- Fixes an error in `pvcreate` produced when `force => false` ##2015-04-28 - Release 0.5.0 ###Summary diff --git a/metadata.json b/metadata.json index 47cc6719..a805d438 100644 --- a/metadata.json +++ b/metadata.json @@ -10,6 +10,7 @@ "dependencies": [ {"name":"puppetlabs/stdlib","version_requirement":">=4.1.0 < 5.0.0"} ], + "data_provider": null, "operatingsystem_support": [ { "operatingsystem": "RedHat"