Showing with 14 additions and 8 deletions.
  1. +12 −0 CHANGELOG.md
  2. +2 −8 metadata.json
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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.3.0](https://github.com/puppetlabs/puppetlabs-reboot/tree/v4.3.0) (2022-10-03)

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

### Added

- pdksync - \(GH-cat-11\) Certify Support for Ubuntu 22.04 [\#329](https://github.com/puppetlabs/puppetlabs-reboot/pull/329) ([david22swan](https://github.com/david22swan))

### Fixed

- \(MAINT\) Dropped support for Windows\(7,8, 2008 Server & 2008 R2 Server\) and AIX \(5.3, 6.1\) [\#330](https://github.com/puppetlabs/puppetlabs-reboot/pull/330) ([jordanbreen28](https://github.com/jordanbreen28))

## [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)
Expand Down
10 changes: 2 additions & 8 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "puppetlabs-reboot",
"version": "4.2.0",
"version": "4.3.0",
"author": "puppetlabs",
"summary": "Adds a type and provider for managing system reboots.",
"license": "Apache-2.0",
Expand All @@ -14,11 +14,7 @@
{
"operatingsystem": "Windows",
"operatingsystemrelease": [
"7",
"8",
"10",
"2008",
"2008 R2",
"2012",
"2012 R2",
"2016",
Expand Down Expand Up @@ -73,14 +69,12 @@
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [

"22.04"
]
},
{
"operatingsystem": "AIX",
"operatingsystemrelease": [
"5.3",
"6.1",
"7.1"
]
},
Expand Down