File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,22 @@ 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
+ ## [ v3.0.0] ( https://github.com/puppetlabs/puppetlabs-lvm/tree/v3.0.0 ) - 2024-12-16
9
+
10
+ [ Full Changelog] ( https://github.com/puppetlabs/puppetlabs-lvm/compare/v2.3.0...v3.0.0 )
11
+
12
+ ### Changed
13
+
14
+ - MAINT : Removing support for centos 7 & 8 [ #346 ] ( https://github.com/puppetlabs/puppetlabs-lvm/pull/346 ) ([ malikparvez] ( https://github.com/malikparvez ) )
15
+
16
+ ### Added
17
+
18
+ - (CAT-2101) Add support for Debian-12 [ #353 ] ( https://github.com/puppetlabs/puppetlabs-lvm/pull/353 ) ([ skyamgarp] ( https://github.com/skyamgarp ) )
19
+
20
+ ### Fixed
21
+
22
+ - (CAT-2158) Upgrade rexml to address CVE-2024 -49761 [ #359 ] ( https://github.com/puppetlabs/puppetlabs-lvm/pull/359 ) ([ amitkarsale] ( https://github.com/amitkarsale ) )
23
+
8
24
## [ v2.3.0] ( https://github.com/puppetlabs/puppetlabs-lvm/tree/v2.3.0 ) - 2024-07-11
9
25
10
26
[ Full Changelog] ( https://github.com/puppetlabs/puppetlabs-lvm/compare/v2.2.0...v2.3.0 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " puppetlabs-lvm" ,
3
- "version" : " 2.3 .0" ,
3
+ "version" : " 3.0 .0" ,
4
4
"author" : " puppetlabs" ,
5
5
"summary" : " Provides Puppet types and providers to manage Logical Volume Manager (LVM) features." ,
6
6
"license" : " GPL-2.0" ,
You can’t perform that action at this time.
0 commit comments