Skip to content

Commit b75382b

Browse files
committed
(maint) Release Prep 1.1.0
1 parent 59b4813 commit b75382b

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## Release 1.1.0
2+
### Summary
3+
This is a feature release in order to add facts, functions, tasks and plans alongside some smaller bugfixes and additions.
4+
5+
### Added
6+
- Functions added for onverting to and from bytes.
7+
- Tasks added for common actions that use types and providors.
8+
- Plan for one touch expanding, expanded.
9+
- Support has been added for LVM thin volumes.
10+
- Facts have been structured.
11+
- Provider modified to allow `puppet resource` to work with `logical_volumes`.
12+
- LVM providers have been confined to linux.
13+
14+
### Bugfixes
15+
- Redundant code removed from facts.
16+
- Fixed issues that were causing compilation to fail in tests.
17+
118
## Release 1.0.1
219
### Summary
320
This release is a roll up of minor bugfixes.

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-lvm",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"author": "Puppet Labs",
55
"summary": "Provides Puppet types and providers to manage Logical Resource Management (LVM) features.",
66
"license": "GPL-2.0",

0 commit comments

Comments
 (0)