Skip to content

Commit 6981111

Browse files
authored
Merge pull request #769 from puppetlabs/release-prep
Release prep v7.4.0
2 parents 0518492 + 6e69024 commit 6981111

File tree

3 files changed

+20
-7
lines changed

3 files changed

+20
-7
lines changed

CHANGELOG.md

+18-5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
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+
## [v7.4.0](https://github.com/puppetlabs/puppetlabs-concat/tree/v7.4.0) (2023-04-12)
6+
7+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-concat/compare/v7.3.3...v7.4.0)
8+
9+
### Added
10+
11+
- Add parameter to not create empty files when no fragments are defined [\#766](https://github.com/puppetlabs/puppetlabs-concat/pull/766) ([JonasVerhofste](https://github.com/JonasVerhofste))
12+
13+
### Fixed
14+
15+
- puppet5: drop remnants of puppet5 code [\#761](https://github.com/puppetlabs/puppetlabs-concat/pull/761) ([b4ldr](https://github.com/b4ldr))
16+
- Allow content parameter of concat\_fragment to be Sensitive [\#757](https://github.com/puppetlabs/puppetlabs-concat/pull/757) ([baurmatt](https://github.com/baurmatt))
17+
518
## [v7.3.3](https://github.com/puppetlabs/puppetlabs-concat/tree/v7.3.3) (2023-03-13)
619

720
[Full Changelog](https://github.com/puppetlabs/puppetlabs-concat/compare/v7.3.2...v7.3.3)
@@ -56,7 +69,6 @@ All notable changes to this project will be documented in this file. The format
5669
- pdksync - \(GH-iac-334\) Remove Support for Ubuntu 16.04 [\#728](https://github.com/puppetlabs/puppetlabs-concat/pull/728) ([david22swan](https://github.com/david22swan))
5770
- pdksync - \(IAC-1787\) Remove Support for CentOS 6 [\#723](https://github.com/puppetlabs/puppetlabs-concat/pull/723) ([david22swan](https://github.com/david22swan))
5871
- pdksync - \(IAC-1598\) - Remove Support for Debian 8 [\#718](https://github.com/puppetlabs/puppetlabs-concat/pull/718) ([david22swan](https://github.com/david22swan))
59-
- fix merge nil hashes [\#708](https://github.com/puppetlabs/puppetlabs-concat/pull/708) ([thde](https://github.com/thde))
6072

6173
## [v7.1.1](https://github.com/puppetlabs/puppetlabs-concat/tree/v7.1.1) (2021-08-25)
6274

@@ -70,16 +82,17 @@ All notable changes to this project will be documented in this file. The format
7082

7183
[Full Changelog](https://github.com/puppetlabs/puppetlabs-concat/compare/v7.0.2...v7.1.0)
7284

73-
## [v7.0.2](https://github.com/puppetlabs/puppetlabs-concat/tree/v7.0.2) (2021-06-21)
74-
75-
[Full Changelog](https://github.com/puppetlabs/puppetlabs-concat/compare/v7.0.1...v7.0.2)
76-
7785
### Added
7886

7987
- pdksync - \(IAC-1709\) - Add Support for Debian 11 [\#713](https://github.com/puppetlabs/puppetlabs-concat/pull/713) ([david22swan](https://github.com/david22swan))
8088

89+
## [v7.0.2](https://github.com/puppetlabs/puppetlabs-concat/tree/v7.0.2) (2021-06-21)
90+
91+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-concat/compare/v7.0.1...v7.0.2)
92+
8193
### Fixed
8294

95+
- fix merge nil hashes [\#708](https://github.com/puppetlabs/puppetlabs-concat/pull/708) ([thde](https://github.com/thde))
8396
- Do not modify metaparams in place [\#705](https://github.com/puppetlabs/puppetlabs-concat/pull/705) ([ekohl](https://github.com/ekohl))
8497

8598
## [v7.0.1](https://github.com/puppetlabs/puppetlabs-concat/tree/v7.0.1) (2021-03-29)

REFERENCE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ The following parameters are available in the `concat::fragment` defined type:
246246

247247
##### <a name="-concat--fragment--content"></a>`content`
248248

249-
Data type: `Optional[Variant[String, Deferred]]`
249+
Data type: `Optional[Variant[Sensitive[String], String, Deferred]]`
250250

251251
Supplies the content of the fragment. Note: You must supply either a content parameter or a source parameter.
252252
Allows a String or a Deferred function which returns a String.

metadata.json

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

0 commit comments

Comments
 (0)