Skip to content

Commit 1c93008

Browse files
authored
Merge pull request #327 from puppetlabs/release-prep
Release prep v4.2.0
2 parents a80f999 + 272025e commit 1c93008

File tree

3 files changed

+22
-3
lines changed

3 files changed

+22
-3
lines changed

CHANGELOG.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
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+
## [v4.2.0](https://github.com/puppetlabs/puppetlabs-reboot/tree/v4.2.0) (2022-06-06)
6+
7+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-reboot/compare/v4.1.0...v4.2.0)
8+
9+
### Added
10+
11+
- pdksync - \(GH-cat-12\) Add Support for Redhat 9 [\#324](https://github.com/puppetlabs/puppetlabs-reboot/pull/324) ([david22swan](https://github.com/david22swan))
12+
- pdksync - \(FM-8922\) - Add Support for Windows 2022 [\#314](https://github.com/puppetlabs/puppetlabs-reboot/pull/314) ([david22swan](https://github.com/david22swan))
13+
- pdksync - \(IAC-1753\) - Add Support for AlmaLinux 8 [\#309](https://github.com/puppetlabs/puppetlabs-reboot/pull/309) ([david22swan](https://github.com/david22swan))
14+
- pdksync - \(IAC-1751\) - Add Support for Rocky 8 [\#308](https://github.com/puppetlabs/puppetlabs-reboot/pull/308) ([david22swan](https://github.com/david22swan))
15+
16+
### Fixed
17+
18+
- pdksync - \(GH-iac-334\) Remove Support for Ubuntu 14.04/16.04 [\#316](https://github.com/puppetlabs/puppetlabs-reboot/pull/316) ([david22swan](https://github.com/david22swan))
19+
- pdksync - \(IAC-1787\) Remove Support for CentOS 6 [\#312](https://github.com/puppetlabs/puppetlabs-reboot/pull/312) ([david22swan](https://github.com/david22swan))
20+
- pdksync - \(IAC-1598\) - Remove Support for Debian 8 [\#307](https://github.com/puppetlabs/puppetlabs-reboot/pull/307) ([david22swan](https://github.com/david22swan))
21+
522
## [v4.1.0](https://github.com/puppetlabs/puppetlabs-reboot/tree/v4.1.0) (2021-08-23)
623

724
[Full Changelog](https://github.com/puppetlabs/puppetlabs-reboot/compare/v4.0.2...v4.1.0)
@@ -97,14 +114,14 @@ All notable changes to this project will be documented in this file. The format
97114

98115
### Added
99116

100-
- Fix plan return value [\#209](https://github.com/puppetlabs/puppetlabs-reboot/pull/209) ([reidmv](https://github.com/reidmv))
101117
- \(FM-8051\) Add RedHat 8 support [\#207](https://github.com/puppetlabs/puppetlabs-reboot/pull/207) ([eimlav](https://github.com/eimlav))
102-
- MODULES-8726: Ensure sbin is in the path [\#205](https://github.com/puppetlabs/puppetlabs-reboot/pull/205) ([xalimar](https://github.com/xalimar))
103118
- \(MODULES-8148\) - Add SLES 15 support [\#191](https://github.com/puppetlabs/puppetlabs-reboot/pull/191) ([eimlav](https://github.com/eimlav))
104119

105120
### Fixed
106121

107122
- Add additional guards for nix process detach [\#210](https://github.com/puppetlabs/puppetlabs-reboot/pull/210) ([reidmv](https://github.com/reidmv))
123+
- Fix plan return value [\#209](https://github.com/puppetlabs/puppetlabs-reboot/pull/209) ([reidmv](https://github.com/reidmv))
124+
- MODULES-8726: Ensure sbin is in the path [\#205](https://github.com/puppetlabs/puppetlabs-reboot/pull/205) ([xalimar](https://github.com/xalimar))
108125
- \[MODULES-8718\] Check for root or sudo in the reboot task nix.sh script [\#203](https://github.com/puppetlabs/puppetlabs-reboot/pull/203) ([thilinapiy](https://github.com/thilinapiy))
109126
- \(MODULES-8717\) Fix dependency issue on boltspec [\#202](https://github.com/puppetlabs/puppetlabs-reboot/pull/202) ([HelenCampbell](https://github.com/HelenCampbell))
110127

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-reboot",
3-
"version": "4.1.0",
3+
"version": "4.2.0",
44
"author": "puppetlabs",
55
"summary": "Adds a type and provider for managing system reboots.",
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)