Skip to content

Commit bb229e6

Browse files
authored
Merge pull request #800 from puppetlabs/release-prep
Release prep v9.0.1
2 parents 0c68f6d + ad870d6 commit bb229e6

File tree

2 files changed

+24
-20
lines changed

2 files changed

+24
-20
lines changed

Diff for: CHANGELOG.md

+23-19
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ 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.0.1](https://github.com/puppetlabs/puppetlabs-concat/tree/v9.0.1) - 2023-11-28
9+
10+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-concat/compare/v9.0.0...v9.0.1)
11+
12+
### Fixed
13+
14+
- #775 - Explicitly resolve deferred values [#789](https://github.com/puppetlabs/puppetlabs-concat/pull/789) ([fetzerms](https://github.com/fetzerms))
15+
816
## [v9.0.0](https://github.com/puppetlabs/puppetlabs-concat/tree/v9.0.0) - 2023-06-13
917

1018
[Full Changelog](https://github.com/puppetlabs/puppetlabs-concat/compare/v8.0.1...v9.0.0)
@@ -187,13 +195,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
187195

188196
[Full Changelog](https://github.com/puppetlabs/puppetlabs-concat/compare/5.3.0...v6.0.0)
189197

198+
### Changed
199+
- pdksync - (MODULES-8444) - Raise lower Puppet bound [#575](https://github.com/puppetlabs/puppetlabs-concat/pull/575) ([david22swan](https://github.com/david22swan))
200+
190201
### Added
191202

192203
- (FM-7606) enable litmus for concat [#577](https://github.com/puppetlabs/puppetlabs-concat/pull/577) ([tphoney](https://github.com/tphoney))
193204

194-
### Changed
195-
- pdksync - (MODULES-8444) - Raise lower Puppet bound [#575](https://github.com/puppetlabs/puppetlabs-concat/pull/575) ([david22swan](https://github.com/david22swan))
196-
197205
### Fixed
198206

199207
- (FM-8073) litmus block support [#580](https://github.com/puppetlabs/puppetlabs-concat/pull/580) ([tphoney](https://github.com/tphoney))
@@ -243,13 +251,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
243251

244252
[Full Changelog](https://github.com/puppetlabs/puppetlabs-concat/compare/4.2.1...5.0.0)
245253

254+
### Changed
255+
- [FM-6954] Removal of scientific linux 5 and debian 7 [#508](https://github.com/puppetlabs/puppetlabs-concat/pull/508) ([david22swan](https://github.com/david22swan))
256+
246257
### Added
247258

248259
- (FM-7206) Update concat to support Ubuntu 18.04 [#510](https://github.com/puppetlabs/puppetlabs-concat/pull/510) ([david22swan](https://github.com/david22swan))
249260

250-
### Changed
251-
- [FM-6954] Removal of scientific linux 5 and debian 7 [#508](https://github.com/puppetlabs/puppetlabs-concat/pull/508) ([david22swan](https://github.com/david22swan))
252-
253261
## [4.2.1](https://github.com/puppetlabs/puppetlabs-concat/tree/4.2.1) - 2018-03-23
254262

255263
[Full Changelog](https://github.com/puppetlabs/puppetlabs-concat/compare/4.2.0...4.2.1)
@@ -299,13 +307,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
299307

300308
[Full Changelog](https://github.com/puppetlabs/puppetlabs-concat/compare/2.2.1...3.0.0)
301309

310+
### Changed
311+
- (MODULES-4264) Update for puppet 4 data types [#437](https://github.com/puppetlabs/puppetlabs-concat/pull/437) ([hunner](https://github.com/hunner))
312+
302313
### Added
303314

304315
- Implement beaker-module_install_helper and cleanup spec_helper_acceptance.rb [#426](https://github.com/puppetlabs/puppetlabs-concat/pull/426) ([wilson208](https://github.com/wilson208))
305316

306-
### Changed
307-
- (MODULES-4264) Update for puppet 4 data types [#437](https://github.com/puppetlabs/puppetlabs-concat/pull/437) ([hunner](https://github.com/hunner))
308-
309317
## [2.2.1](https://github.com/puppetlabs/puppetlabs-concat/tree/2.2.1) - 2017-04-07
310318

311319
[Full Changelog](https://github.com/puppetlabs/puppetlabs-concat/compare/2.2.0...2.2.1)
@@ -320,21 +328,17 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
320328
- (MODULES-4474) Drop autorequire of fragments in concat_file [#430](https://github.com/puppetlabs/puppetlabs-concat/pull/430) ([tdevelioglu](https://github.com/tdevelioglu))
321329
- Invalid tag fix [#429](https://github.com/puppetlabs/puppetlabs-concat/pull/429) ([fuero](https://github.com/fuero))
322330

323-
### Other
324-
325-
- Keep the whole fragment title to sort [#412](https://github.com/puppetlabs/puppetlabs-concat/pull/412) ([sathieu](https://github.com/sathieu))
326-
327331
## [2.2.0](https://github.com/puppetlabs/puppetlabs-concat/tree/2.2.0) - 2016-06-28
328332

329333
[Full Changelog](https://github.com/puppetlabs/puppetlabs-concat/compare/2.1.0...2.2.0)
330334

335+
### Changed
336+
- Fix the minimum required stdlib version to 4.2.0. [#386](https://github.com/puppetlabs/puppetlabs-concat/pull/386) ([parabolala](https://github.com/parabolala))
337+
331338
### Added
332339

333340
- MODULES-3156: propagate the validate_cmd to the file resource [#394](https://github.com/puppetlabs/puppetlabs-concat/pull/394) ([vicinus](https://github.com/vicinus))
334341

335-
### Changed
336-
- Fix the minimum required stdlib version to 4.2.0. [#386](https://github.com/puppetlabs/puppetlabs-concat/pull/386) ([parabolala](https://github.com/parabolala))
337-
338342
### Fixed
339343

340344
- (MODULES-3463) Properly passes metaparams to generated resource [#402](https://github.com/puppetlabs/puppetlabs-concat/pull/402) ([bmjen](https://github.com/bmjen))
@@ -376,6 +380,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
376380

377381
[Full Changelog](https://github.com/puppetlabs/puppetlabs-concat/compare/1.2.3...1.2.4)
378382

383+
### Changed
384+
- 2.0.x rewrite [#340](https://github.com/puppetlabs/puppetlabs-concat/pull/340) ([bmjen](https://github.com/bmjen))
385+
379386
### Added
380387

381388
- (#2208) FreeBSD: call /usr/local/bin/ruby explicitly [#348](https://github.com/puppetlabs/puppetlabs-concat/pull/348) ([gwollman](https://github.com/gwollman))
@@ -387,9 +394,6 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
387394
- (MODULES-2094) Extend regexp to remove parenthesis on safe names [#332](https://github.com/puppetlabs/puppetlabs-concat/pull/332) ([bmjen](https://github.com/bmjen))
388395
- (MODULES-2023) - autorequire the file we are generating [#330](https://github.com/puppetlabs/puppetlabs-concat/pull/330) ([duritong](https://github.com/duritong))
389396

390-
### Changed
391-
- 2.0.x rewrite [#340](https://github.com/puppetlabs/puppetlabs-concat/pull/340) ([bmjen](https://github.com/bmjen))
392-
393397
### Fixed
394398

395399
- Revert "Add support for Solaris 12" [#357](https://github.com/puppetlabs/puppetlabs-concat/pull/357) ([underscorgan](https://github.com/underscorgan))

Diff for: 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.0",
3+
"version": "9.0.1",
44
"author": "puppetlabs",
55
"summary": "Construct files from multiple fragments.",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)