Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"dependencies": [
{"name":"puppetlabs/stdlib","version_requirement":">=4.1.0 < 5.0.0"}
],
"data_provider": null,
"operatingsystem_support": [
{
"operatingsystem": "RedHat"
Expand Down