@@ -5,19 +5,33 @@ 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.1.0] ( https://github.com/puppetlabs/puppetlabs-package/tree/v3.1.0 ) - 2024-12-17
9
+
10
+ [ Full Changelog] ( https://github.com/puppetlabs/puppetlabs-package/compare/v3.0.1...v3.1.0 )
11
+
12
+ ### Added
13
+
14
+ - (CAT-2125) Add Ubuntu 24.04 support [ #341 ] ( https://github.com/puppetlabs/puppetlabs-package/pull/341 ) ([ shubhamshinde360] ( https://github.com/shubhamshinde360 ) )
15
+ - (CAT-2100) Add Debian 12 support [ #340 ] ( https://github.com/puppetlabs/puppetlabs-package/pull/340 ) ([ shubhamshinde360] ( https://github.com/shubhamshinde360 ) )
16
+
17
+ ### Fixed
18
+
19
+ - (CAT-2158) Upgrade rexml to address CVE-2024 -49761 [ #342 ] ( https://github.com/puppetlabs/puppetlabs-package/pull/342 ) ([ amitkarsale] ( https://github.com/amitkarsale ) )
20
+
8
21
## [ v3.0.1] ( https://github.com/puppetlabs/puppetlabs-package/tree/v3.0.1 ) - 2024-03-01
9
22
10
23
[ Full Changelog] ( https://github.com/puppetlabs/puppetlabs-package/compare/v3.0.0...v3.0.1 )
11
24
12
25
### Fixed
13
26
14
- - Remove unwanted lines from yum output [ #316 ] ( https://github.com/puppetlabs/puppetlabs-package/pull/316 ) ([ ememilyly ] ( https://github.com/ememilyly ) )
27
+ - Remove unwanted lines from yum output [ #316 ] ( https://github.com/puppetlabs/puppetlabs-package/pull/316 ) ([ mlemily ] ( https://github.com/mlemily ) )
15
28
16
29
## [ v3.0.0] ( https://github.com/puppetlabs/puppetlabs-package/tree/v3.0.0 ) - 2023-04-19
17
30
18
31
[ Full Changelog] ( https://github.com/puppetlabs/puppetlabs-package/compare/v2.4.0...v3.0.0 )
19
32
20
33
### Changed
34
+
21
35
- (CONT-791) - Add Puppet 8/Drop Puppet 6 [ #307 ] ( https://github.com/puppetlabs/puppetlabs-package/pull/307 ) ([ jordanbreen28] ( https://github.com/jordanbreen28 ) )
22
36
23
37
## [ v2.4.0] ( https://github.com/puppetlabs/puppetlabs-package/tree/v2.4.0 ) - 2023-04-19
@@ -81,6 +95,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
81
95
[ Full Changelog] ( https://github.com/puppetlabs/puppetlabs-package/compare/v1.4.0...v2.0.0 )
82
96
83
97
### Changed
98
+
84
99
- pdksync - Remove RHEL 5 family support [ #240 ] ( https://github.com/puppetlabs/puppetlabs-package/pull/240 ) ([ sanfrancrisko] ( https://github.com/sanfrancrisko ) )
85
100
- pdksync - Remove Puppet 5 from testing and bump minimal version to 6.0.0 [ #235 ] ( https://github.com/puppetlabs/puppetlabs-package/pull/235 ) ([ carabasdaniel] ( https://github.com/carabasdaniel ) )
86
101
@@ -134,6 +149,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
134
149
[ Full Changelog] ( https://github.com/puppetlabs/puppetlabs-package/compare/v0.7.0...v1.0.0 )
135
150
136
151
### Changed
152
+
137
153
- pdksync - FM-8499 remove ubuntu 14 support [ #164 ] ( https://github.com/puppetlabs/puppetlabs-package/pull/164 ) ([ lionce] ( https://github.com/lionce ) )
138
154
139
155
### Added
@@ -154,6 +170,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
154
170
[ Full Changelog] ( https://github.com/puppetlabs/puppetlabs-package/compare/v0.5.0...v0.6.0 )
155
171
156
172
### Changed
173
+
157
174
- pdksync - (MODULES-8444) - Raise lower Puppet bound [ #123 ] ( https://github.com/puppetlabs/puppetlabs-package/pull/123 ) ([ david22swan] ( https://github.com/david22swan ) )
158
175
159
176
### Added
0 commit comments