Skip to content

Commit 6f4ccb8

Browse files
authored
Merge pull request #343 from puppetlabs/release-prep
Release prep v3.1.0
2 parents 62007d7 + 81ac381 commit 6f4ccb8

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,33 @@ All notable changes to this project will be documented in this file.
55

66
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).
77

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+
821
## [v3.0.1](https://github.com/puppetlabs/puppetlabs-package/tree/v3.0.1) - 2024-03-01
922

1023
[Full Changelog](https://github.com/puppetlabs/puppetlabs-package/compare/v3.0.0...v3.0.1)
1124

1225
### Fixed
1326

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))
1528

1629
## [v3.0.0](https://github.com/puppetlabs/puppetlabs-package/tree/v3.0.0) - 2023-04-19
1730

1831
[Full Changelog](https://github.com/puppetlabs/puppetlabs-package/compare/v2.4.0...v3.0.0)
1932

2033
### Changed
34+
2135
- (CONT-791) - Add Puppet 8/Drop Puppet 6 [#307](https://github.com/puppetlabs/puppetlabs-package/pull/307) ([jordanbreen28](https://github.com/jordanbreen28))
2236

2337
## [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
8195
[Full Changelog](https://github.com/puppetlabs/puppetlabs-package/compare/v1.4.0...v2.0.0)
8296

8397
### Changed
98+
8499
- pdksync - Remove RHEL 5 family support [#240](https://github.com/puppetlabs/puppetlabs-package/pull/240) ([sanfrancrisko](https://github.com/sanfrancrisko))
85100
- 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))
86101

@@ -134,6 +149,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
134149
[Full Changelog](https://github.com/puppetlabs/puppetlabs-package/compare/v0.7.0...v1.0.0)
135150

136151
### Changed
152+
137153
- pdksync - FM-8499 remove ubuntu 14 support [#164](https://github.com/puppetlabs/puppetlabs-package/pull/164) ([lionce](https://github.com/lionce))
138154

139155
### Added
@@ -154,6 +170,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
154170
[Full Changelog](https://github.com/puppetlabs/puppetlabs-package/compare/v0.5.0...v0.6.0)
155171

156172
### Changed
173+
157174
- pdksync - (MODULES-8444) - Raise lower Puppet bound [#123](https://github.com/puppetlabs/puppetlabs-package/pull/123) ([david22swan](https://github.com/david22swan))
158175

159176
### Added

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-package",
3-
"version": "3.0.1",
3+
"version": "3.1.0",
44
"author": "puppetlabs",
55
"summary": "Tasks that manipulate a package",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)