Skip to content

Commit

Permalink
Merge pull request #345 from puppetlabs/release-prep
Browse files Browse the repository at this point in the history
Release prep v5.0.0
  • Loading branch information
LukasAud authored Apr 24, 2023
2 parents c085101 + efa805d commit 6ffca59
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
18 changes: 13 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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

## [v5.0.0](https://github.com/puppetlabs/puppetlabs-reboot/tree/v5.0.0) (2023-04-24)

[Full Changelog](https://github.com/puppetlabs/puppetlabs-reboot/compare/v4.3.1...v5.0.0)

### Changed

- \(CONT-795\) Puppet 8 support / Drop Puppet 6 [\#343](https://github.com/puppetlabs/puppetlabs-reboot/pull/343) ([LukasAud](https://github.com/LukasAud))

## [v4.3.1](https://github.com/puppetlabs/puppetlabs-reboot/tree/v4.3.1) (2023-04-24)

[Full Changelog](https://github.com/puppetlabs/puppetlabs-reboot/compare/v4.3.0...v4.3.1)
Expand Down Expand Up @@ -67,6 +75,7 @@ All notable changes to this project will be documented in this file. The format
### Fixed

- Cleanup: Changed to ctrl::sleep\(\) and removed redundant reboot::sleep\(\) function [\#284](https://github.com/puppetlabs/puppetlabs-reboot/pull/284) ([fetzerms](https://github.com/fetzerms))
- \(MODULES-10955\) More robust handling of reboot-task output [\#280](https://github.com/puppetlabs/puppetlabs-reboot/pull/280) ([fetzerms](https://github.com/fetzerms))

## [v4.0.0](https://github.com/puppetlabs/puppetlabs-reboot/tree/v4.0.0) (2021-02-27)

Expand All @@ -78,10 +87,6 @@ All notable changes to this project will be documented in this file. The format
- pdksync - \(MAINT\) Remove RHEL 5 family support [\#278](https://github.com/puppetlabs/puppetlabs-reboot/pull/278) ([sanfrancrisko](https://github.com/sanfrancrisko))
- pdksync - Remove Puppet 5 from testing and bump minimal version to 6.0.0 [\#275](https://github.com/puppetlabs/puppetlabs-reboot/pull/275) ([carabasdaniel](https://github.com/carabasdaniel))

### Fixed

- \(MODULES-10955\) More robust handling of reboot-task output [\#280](https://github.com/puppetlabs/puppetlabs-reboot/pull/280) ([fetzerms](https://github.com/fetzerms))

## [v3.2.0](https://github.com/puppetlabs/puppetlabs-reboot/tree/v3.2.0) (2021-01-19)

[Full Changelog](https://github.com/puppetlabs/puppetlabs-reboot/compare/v3.1.0...v3.2.0)
Expand Down Expand Up @@ -115,6 +120,10 @@ All notable changes to this project will be documented in this file. The format
- Add `shutdown\_only` parameter to tasks [\#224](https://github.com/puppetlabs/puppetlabs-reboot/pull/224) ([MikaelSmith](https://github.com/MikaelSmith))
- \(MODULES-8201\) Add pending reboot due to domain join for windows. [\#179](https://github.com/puppetlabs/puppetlabs-reboot/pull/179) ([razorbladex401](https://github.com/razorbladex401))

### Fixed

- Fix plan return value [\#209](https://github.com/puppetlabs/puppetlabs-reboot/pull/209) ([reidmv](https://github.com/reidmv))

## [v2.3.0](https://github.com/puppetlabs/puppetlabs-reboot/tree/v2.3.0) (2019-12-06)

[Full Changelog](https://github.com/puppetlabs/puppetlabs-reboot/compare/2.2.0...v2.3.0)
Expand Down Expand Up @@ -144,7 +153,6 @@ All notable changes to this project will be documented in this file. The format
### 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.3.1",
"version": "5.0.0",
"author": "puppetlabs",
"summary": "Adds a type and provider for managing system reboots.",
"license": "Apache-2.0",
Expand Down

0 comments on commit 6ffca59

Please sign in to comment.