File tree 2 files changed +11
-1
lines changed
2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
5
5
6
6
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ ) and this project adheres to [ Semantic Versioning] ( http://semver.org ) .
7
7
8
+ ## [ v2.0.2] ( https://github.com/puppetlabs/puppetlabs-lvm/tree/v2.0.2 ) - 2023-06-07
9
+
10
+ [ Full Changelog] ( https://github.com/puppetlabs/puppetlabs-lvm/compare/v2.0.1...v2.0.2 )
11
+
12
+ ### Fixed
13
+
14
+ - (GH-295 ) - fix vg datatype [ #296 ] ( https://github.com/puppetlabs/puppetlabs-lvm/pull/296 ) ([ jordanbreen28] ( https://github.com/jordanbreen28 ) )
15
+ - (gh-293 ) - fix typo with ensure [ #294 ] ( https://github.com/puppetlabs/puppetlabs-lvm/pull/294 ) ([ jordanbreen28] ( https://github.com/jordanbreen28 ) )
16
+
8
17
## [ v2.0.1] ( https://github.com/puppetlabs/puppetlabs-lvm/tree/v2.0.1 ) - 2023-06-06
9
18
10
19
[ Full Changelog] ( https://github.com/puppetlabs/puppetlabs-lvm/compare/v2.0.0...v2.0.1 )
@@ -19,6 +28,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
19
28
20
29
### Added
21
30
31
+ - pdksync - (MAINT) - Allow Stdlib 9.x [ #286 ] ( https://github.com/puppetlabs/puppetlabs-lvm/pull/286 ) ([ LukasAud] ( https://github.com/LukasAud ) )
22
32
- (CONT-974) - Add puppet module support [ #283 ] ( https://github.com/puppetlabs/puppetlabs-lvm/pull/283 ) ([ jordanbreen28] ( https://github.com/jordanbreen28 ) )
23
33
24
34
### Changed
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " puppetlabs-lvm" ,
3
- "version" : " 2.0.1 " ,
3
+ "version" : " 2.0.2 " ,
4
4
"author" : " puppetlabs" ,
5
5
"summary" : " Provides Puppet types and providers to manage Logical Resource Management (LVM) features." ,
6
6
"license" : " GPL-2.0" ,
You can’t perform that action at this time.
0 commit comments