Skip to content

Commit f0b04e2

Browse files
author
Helen
authored
Merge pull request #171 from puppetlabs/release
mergeback
2 parents 9aa076a + a8bd420 commit f0b04e2

File tree

2 files changed

+16
-5
lines changed

2 files changed

+16
-5
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
##Release 0.8.0
2+
###Summary
3+
This release includes more testing, support for ruby 2.3.1, thin provisioning and manage mirrors.
4+
5+
###Features
6+
- Lots of test maintenance, tests updated and improved
7+
- Add flag to Logical_volume to not resize filesystem
8+
- Add support for thin provisioning and setting poolmetadatasize
9+
10+
###Bugfixes
11+
- Add missing parameters to manage mirrors for lvm::logical_volume
12+
- Executed command `swapoff` before unmount swap partion
13+
- Fix parsing size from lvs output
14+
- Numerous documentation fixes
15+
116
##Release 0.7.0
217
###Features
318
- Add a flag `mounted` to tell puppet not to mount a volume itself.

metadata.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-lvm",
3-
"version": "0.7.0",
3+
"version": "0.8.0",
44
"author": "Puppet Labs",
55
"summary": "Provides Puppet types and providers to manage Logical Resource Management (LVM) features.",
66
"license": "GPL-2.0",
@@ -38,10 +38,6 @@
3838
{
3939
"name": "puppet",
4040
"version_requirement": ">= 3.0.0 < 5.0.0"
41-
},
42-
{
43-
"name": "pe",
44-
"version_requirement": ">= 3.0.0 < 2015.4.0"
4541
}
4642
]
4743
}

0 commit comments

Comments
 (0)