Skip to content

Commit 12a7607

Browse files
Merge pull request #178 from puppetlabs/release-prep
Release prep v1.4.0
2 parents 4abe1ad + 8c01d33 commit 12a7607

File tree

3 files changed

+21
-9
lines changed

3 files changed

+21
-9
lines changed

CHANGELOG.md

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,33 @@
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-
## [v1.3.0](https://github.com/puppetlabs/puppetlabs-puppet_conf/tree/v1.3.0) - 2022-05-16
5+
## [v1.4.0](https://github.com/puppetlabs/puppetlabs-puppet_conf/tree/v1.4.0) (2022-10-03)
66

7-
[Full Changelog](https://github.com/puppetlabs/puppetlabs-puppet_conf/compare/v1.2.0...v1.3.0)
7+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-puppet_conf/compare/v1.3.0...v1.4.0)
88

99
### Added
1010

11-
- pdksync - (IAC-1753) - Add Support for AlmaLinux 8 [#163](https://github.com/puppetlabs/puppetlabs-puppet_conf/pull/163) ([david22swan](https://github.com/david22swan))
12-
13-
- pdksync - (IAC-1751) - Add Support for Rocky 8 [#162](https://github.com/puppetlabs/puppetlabs-puppet_conf/pull/162) ([david22swan](https://github.com/david22swan))
11+
- pdksync - \(GH-cat-11\) Certify Support for Ubuntu 22.04 [\#176](https://github.com/puppetlabs/puppetlabs-puppet_conf/pull/176) ([david22swan](https://github.com/david22swan))
12+
- pdksync - \(GH-cat-12\) Add Support for Redhat 9 [\#175](https://github.com/puppetlabs/puppetlabs-puppet_conf/pull/175) ([david22swan](https://github.com/david22swan))
1413

1514
### Fixed
1615

17-
- pdksync - (GH-iac-334) Remove Support for Ubuntu 14.04/16.04 [#166](https://github.com/puppetlabs/puppetlabs-puppet_conf/pull/166) ([david22swan](https://github.com/david22swan))
16+
- \(MAINT\) Dropped support for windows server 2008 R2. [\#177](https://github.com/puppetlabs/puppetlabs-puppet_conf/pull/177) ([jordanbreen28](https://github.com/jordanbreen28))
17+
18+
## [v1.3.0](https://github.com/puppetlabs/puppetlabs-puppet_conf/tree/v1.3.0) (2022-05-16)
19+
20+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-puppet_conf/compare/v1.2.0...v1.3.0)
1821

19-
- pdksync - (IAC-1787) Remove Support for CentOS 6 [#164](https://github.com/puppetlabs/puppetlabs-puppet_conf/pull/164) ([david22swan](https://github.com/david22swan))
22+
### Added
23+
24+
- pdksync - \(IAC-1753\) - Add Support for AlmaLinux 8 [\#163](https://github.com/puppetlabs/puppetlabs-puppet_conf/pull/163) ([david22swan](https://github.com/david22swan))
25+
- pdksync - \(IAC-1751\) - Add Support for Rocky 8 [\#162](https://github.com/puppetlabs/puppetlabs-puppet_conf/pull/162) ([david22swan](https://github.com/david22swan))
26+
27+
### Fixed
2028

21-
- pdksync - (IAC-1598) - Remove Support for Debian 8 [#161](https://github.com/puppetlabs/puppetlabs-puppet_conf/pull/161) ([david22swan](https://github.com/david22swan))
29+
- pdksync - \(GH-iac-334\) Remove Support for Ubuntu 14.04/16.04 [\#166](https://github.com/puppetlabs/puppetlabs-puppet_conf/pull/166) ([david22swan](https://github.com/david22swan))
30+
- pdksync - \(IAC-1787\) Remove Support for CentOS 6 [\#164](https://github.com/puppetlabs/puppetlabs-puppet_conf/pull/164) ([david22swan](https://github.com/david22swan))
31+
- pdksync - \(IAC-1598\) - Remove Support for Debian 8 [\#161](https://github.com/puppetlabs/puppetlabs-puppet_conf/pull/161) ([david22swan](https://github.com/david22swan))
2232

2333
## [v1.2.0](https://github.com/puppetlabs/puppetlabs-puppet_conf/tree/v1.2.0) (2021-08-25)
2434

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-puppet_conf",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"author": "puppetlabs",
55
"summary": "Tasks that manipulates a puppet configuration file",
66
"license": "Apache-2.0",

pdk.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
ignore: []

0 commit comments

Comments
 (0)