Skip to content

Commit 7470b90

Browse files
committed
(MODULES-8417) - 1.2.0 Pre Release
1 parent bbbe3c1 commit 7470b90

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## Release 1.2.0
2+
### Summary
3+
This release is a roll up of minor bugfixes.
4+
5+
### Added
6+
- The upper bound for the stdlib dependency has been increased to 6.0.0
7+
- The module mount_core has been added as a dependency after having been removed from the puppet core.
8+
- Support added for Puppet 5 and 6.
9+
10+
### Bugfixes
11+
- Test code left over from previous work has been removed.
12+
- Fix added so that attempts are no longer made to run lvm commands when they are not supported.
13+
- Rubygem version pinned on travis when ruby version less than 2.3.0.
14+
115
## Release 1.1.0
216
### Summary
317
This is a feature release in order to add facts, functions, tasks and plans alongside some smaller bugfixes and additions.

metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-lvm",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"author": "Puppet Labs",
55
"summary": "Provides Puppet types and providers to manage Logical Resource Management (LVM) features.",
66
"license": "GPL-2.0",
@@ -47,7 +47,7 @@
4747
"requirements": [
4848
{
4949
"name": "puppet",
50-
"version_requirement": ">= 4.6.1 < 5.0.0"
50+
"version_requirement": ">= 4.6.1 < 7.0.0"
5151
}
5252
]
5353
}

0 commit comments

Comments
 (0)