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
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
6 changes: 1 addition & 5 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -38,10 +38,6 @@
{
"name": "puppet",
"version_requirement": ">= 3.0.0 < 5.0.0"
},
{
"name": "pe",
"version_requirement": ">= 3.0.0 < 2015.4.0"
}
]
}