Skip to content

Commit 89a584a

Browse files
author
GitHub Actions
committed
Release prep v2.4.0
1 parent 3ef0788 commit 89a584a

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

CHANGELOG.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
All notable changes to this project will be documented in this file. 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).
44

5+
## [v2.4.0](https://github.com/puppetlabs/puppetlabs-package/tree/v2.4.0) (2023-04-19)
6+
7+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-package/compare/v2.3.0...v2.4.0)
8+
9+
### Added
10+
11+
- Add Compatibility with FreeBSD [\#306](https://github.com/puppetlabs/puppetlabs-package/pull/306) ([smortex](https://github.com/smortex))
12+
- Improve package status consistency on Debian [\#303](https://github.com/puppetlabs/puppetlabs-package/pull/303) ([smortex](https://github.com/smortex))
13+
14+
### Fixed
15+
16+
- Fix shebangs [\#305](https://github.com/puppetlabs/puppetlabs-package/pull/305) ([smortex](https://github.com/smortex))
17+
- Unset user-defined locale variables [\#304](https://github.com/puppetlabs/puppetlabs-package/pull/304) ([smortex](https://github.com/smortex))
18+
- pdksync - \(CONT-189\) Remove support for RedHat6 / OracleLinux6 [\#292](https://github.com/puppetlabs/puppetlabs-package/pull/292) ([david22swan](https://github.com/david22swan))
19+
- pdksync - \(CONT-130\) - Dropping Support for Debian 9 [\#289](https://github.com/puppetlabs/puppetlabs-package/pull/289) ([jordanbreen28](https://github.com/jordanbreen28))
20+
521
## [v2.3.0](https://github.com/puppetlabs/puppetlabs-package/tree/v2.3.0) (2022-10-03)
622

723
[Full Changelog](https://github.com/puppetlabs/puppetlabs-package/compare/v2.2.0...v2.3.0)
@@ -19,6 +35,10 @@ All notable changes to this project will be documented in this file. The format
1935

2036
[Full Changelog](https://github.com/puppetlabs/puppetlabs-package/compare/v2.1.0...v2.2.0)
2137

38+
### Changed
39+
40+
- pdksync - Remove RHEL 5 family support [\#240](https://github.com/puppetlabs/puppetlabs-package/pull/240) ([sanfrancrisko](https://github.com/sanfrancrisko))
41+
2242
### Added
2343

2444
- pdksync - \(FM-8922\) - Add Support for Windows 2022 [\#275](https://github.com/puppetlabs/puppetlabs-package/pull/275) ([david22swan](https://github.com/david22swan))
@@ -48,7 +68,6 @@ All notable changes to this project will be documented in this file. The format
4868

4969
### Changed
5070

51-
- pdksync - Remove RHEL 5 family support [\#240](https://github.com/puppetlabs/puppetlabs-package/pull/240) ([sanfrancrisko](https://github.com/sanfrancrisko))
5271
- 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))
5372

5473
### Fixed

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": "2.3.0",
3+
"version": "2.4.0",
44
"author": "puppetlabs",
55
"summary": "Tasks that manipulate a package",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)