Skip to content

Commit

Permalink
Merge pull request #327 from puppetlabs/release-prep
Browse files Browse the repository at this point in the history
Release prep v4.2.0
  • Loading branch information
LukasAud authored Jun 6, 2022
2 parents a80f999 + 272025e commit 1c93008
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
21 changes: 19 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

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).

## [v4.2.0](https://github.com/puppetlabs/puppetlabs-reboot/tree/v4.2.0) (2022-06-06)

[Full Changelog](https://github.com/puppetlabs/puppetlabs-reboot/compare/v4.1.0...v4.2.0)

### Added

- pdksync - \(GH-cat-12\) Add Support for Redhat 9 [\#324](https://github.com/puppetlabs/puppetlabs-reboot/pull/324) ([david22swan](https://github.com/david22swan))
- pdksync - \(FM-8922\) - Add Support for Windows 2022 [\#314](https://github.com/puppetlabs/puppetlabs-reboot/pull/314) ([david22swan](https://github.com/david22swan))
- pdksync - \(IAC-1753\) - Add Support for AlmaLinux 8 [\#309](https://github.com/puppetlabs/puppetlabs-reboot/pull/309) ([david22swan](https://github.com/david22swan))
- pdksync - \(IAC-1751\) - Add Support for Rocky 8 [\#308](https://github.com/puppetlabs/puppetlabs-reboot/pull/308) ([david22swan](https://github.com/david22swan))

### Fixed

- 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))
- pdksync - \(IAC-1787\) Remove Support for CentOS 6 [\#312](https://github.com/puppetlabs/puppetlabs-reboot/pull/312) ([david22swan](https://github.com/david22swan))
- pdksync - \(IAC-1598\) - Remove Support for Debian 8 [\#307](https://github.com/puppetlabs/puppetlabs-reboot/pull/307) ([david22swan](https://github.com/david22swan))

## [v4.1.0](https://github.com/puppetlabs/puppetlabs-reboot/tree/v4.1.0) (2021-08-23)

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

### Added

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

### Fixed

- Add additional guards for nix process detach [\#210](https://github.com/puppetlabs/puppetlabs-reboot/pull/210) ([reidmv](https://github.com/reidmv))
- Fix plan return value [\#209](https://github.com/puppetlabs/puppetlabs-reboot/pull/209) ([reidmv](https://github.com/reidmv))
- MODULES-8726: Ensure sbin is in the path [\#205](https://github.com/puppetlabs/puppetlabs-reboot/pull/205) ([xalimar](https://github.com/xalimar))
- \[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))
- \(MODULES-8717\) Fix dependency issue on boltspec [\#202](https://github.com/puppetlabs/puppetlabs-reboot/pull/202) ([HelenCampbell](https://github.com/HelenCampbell))

Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "puppetlabs-reboot",
"version": "4.1.0",
"version": "4.2.0",
"author": "puppetlabs",
"summary": "Adds a type and provider for managing system reboots.",
"license": "Apache-2.0",
Expand Down
2 changes: 2 additions & 0 deletions pdk.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
ignore: []

0 comments on commit 1c93008

Please sign in to comment.