File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 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
317This is a feature release in order to add facts, functions, tasks and plans alongside some smaller bugfixes and additions.
Original file line number Diff line number Diff line change 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" ,
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}
You can’t perform that action at this time.
0 commit comments