Skip to content

Commit 1a09419

Browse files
authored
Merge pull request #820 from puppetlabs/release-prep
Release prep v9.1.0
2 parents da2b6fe + ae93bec commit 1a09419

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

CHANGELOG.md

+23-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ 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+
## [v9.1.0](https://github.com/puppetlabs/puppetlabs-concat/tree/v9.1.0) - 2024-12-17
9+
10+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-concat/compare/v9.0.2...v9.1.0)
11+
12+
### Added
13+
14+
- (CAT-2119) Add Ubuntu 24.04 support [#817](https://github.com/puppetlabs/puppetlabs-concat/pull/817) ([shubhamshinde360](https://github.com/shubhamshinde360))
15+
- (CAT-2100) Add Debian 12 support [#815](https://github.com/puppetlabs/puppetlabs-concat/pull/815) ([shubhamshinde360](https://github.com/shubhamshinde360))
16+
17+
### Fixed
18+
19+
- (CAT-2158) Upgrade rexml to address CVE-2024-49761 [#819](https://github.com/puppetlabs/puppetlabs-concat/pull/819) ([amitkarsale](https://github.com/amitkarsale))
20+
821
## [v9.0.2](https://github.com/puppetlabs/puppetlabs-concat/tree/v9.0.2) - 2024-01-18
922

1023
[Full Changelog](https://github.com/puppetlabs/puppetlabs-concat/compare/v9.0.1...v9.0.2)
@@ -26,6 +39,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
2639
[Full Changelog](https://github.com/puppetlabs/puppetlabs-concat/compare/v8.0.1...v9.0.0)
2740

2841
### Changed
42+
2943
- pdksync - (MAINT) - Require Stdlib 9.x [#783](https://github.com/puppetlabs/puppetlabs-concat/pull/783) ([LukasAud](https://github.com/LukasAud))
3044

3145
## [v8.0.1](https://github.com/puppetlabs/puppetlabs-concat/tree/v8.0.1) - 2023-05-10
@@ -43,6 +57,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
4357
[Full Changelog](https://github.com/puppetlabs/puppetlabs-concat/compare/v7.4.0...v8.0.0)
4458

4559
### Changed
60+
4661
- (CONT-775) Puppet 8 support / Drop Puppet 6 support [#768](https://github.com/puppetlabs/puppetlabs-concat/pull/768) ([LukasAud](https://github.com/LukasAud))
4762

4863
## [v7.4.0](https://github.com/puppetlabs/puppetlabs-concat/tree/v7.4.0) - 2023-04-12
@@ -147,6 +162,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
147162
[Full Changelog](https://github.com/puppetlabs/puppetlabs-concat/compare/v6.4.0...v7.0.0)
148163

149164
### Changed
165+
150166
- pdksync - Remove Puppet 5 from testing and bump minimal version to 6.0.0 [#685](https://github.com/puppetlabs/puppetlabs-concat/pull/685) ([carabasdaniel](https://github.com/carabasdaniel))
151167

152168
## [v6.4.0](https://github.com/puppetlabs/puppetlabs-concat/tree/v6.4.0) - 2020-12-14
@@ -183,7 +199,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
183199

184200
### Fixed
185201

186-
- Fix newline handling at the end of fragments [#623](https://github.com/puppetlabs/puppetlabs-concat/pull/623) ([SimonPe](https://github.com/SimonPe))
202+
- Fix newline handling at the end of fragments [#623](https://github.com/puppetlabs/puppetlabs-concat/pull/623) ([LadyNamedLaura](https://github.com/LadyNamedLaura))
187203

188204
## [v6.1.0](https://github.com/puppetlabs/puppetlabs-concat/tree/v6.1.0) - 2019-07-24
189205

@@ -204,6 +220,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
204220
[Full Changelog](https://github.com/puppetlabs/puppetlabs-concat/compare/5.3.0...v6.0.0)
205221

206222
### Changed
223+
207224
- pdksync - (MODULES-8444) - Raise lower Puppet bound [#575](https://github.com/puppetlabs/puppetlabs-concat/pull/575) ([david22swan](https://github.com/david22swan))
208225

209226
### Added
@@ -260,6 +277,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
260277
[Full Changelog](https://github.com/puppetlabs/puppetlabs-concat/compare/4.2.1...5.0.0)
261278

262279
### Changed
280+
263281
- [FM-6954] Removal of scientific linux 5 and debian 7 [#508](https://github.com/puppetlabs/puppetlabs-concat/pull/508) ([david22swan](https://github.com/david22swan))
264282

265283
### Added
@@ -288,6 +306,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
288306
[Full Changelog](https://github.com/puppetlabs/puppetlabs-concat/compare/4.1.0...4.1.1)
289307

290308
### Changed
309+
291310
- Cleanup ruby code via rubocop [#473](https://github.com/puppetlabs/puppetlabs-concat/pull/473) ([willmeek](https://github.com/willmeek))
292311

293312
## [4.1.0](https://github.com/puppetlabs/puppetlabs-concat/tree/4.1.0) - 2017-10-24
@@ -316,6 +335,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
316335
[Full Changelog](https://github.com/puppetlabs/puppetlabs-concat/compare/2.2.1...3.0.0)
317336

318337
### Changed
338+
319339
- (MODULES-4264) Update for puppet 4 data types [#437](https://github.com/puppetlabs/puppetlabs-concat/pull/437) ([hunner](https://github.com/hunner))
320340

321341
### Added
@@ -341,6 +361,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
341361
[Full Changelog](https://github.com/puppetlabs/puppetlabs-concat/compare/2.1.0...2.2.0)
342362

343363
### Changed
364+
344365
- Fix the minimum required stdlib version to 4.2.0. [#386](https://github.com/puppetlabs/puppetlabs-concat/pull/386) ([parabolala](https://github.com/parabolala))
345366

346367
### Added
@@ -389,6 +410,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
389410
[Full Changelog](https://github.com/puppetlabs/puppetlabs-concat/compare/1.2.3...1.2.4)
390411

391412
### Changed
413+
392414
- 2.0.x rewrite [#340](https://github.com/puppetlabs/puppetlabs-concat/pull/340) ([bmjen](https://github.com/bmjen))
393415

394416
### Added

metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-concat",
3-
"version": "9.0.2",
3+
"version": "9.1.0",
44
"author": "puppetlabs",
55
"summary": "Construct files from multiple fragments.",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)