From 1054b0de0af6f84448deff5431d818e6dff32be6 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Mon, 24 Apr 2023 13:33:32 +0000 Subject: [PATCH] Release prep v6.0.0 --- CHANGELOG.md | 16 ++++++++++++---- metadata.json | 2 +- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fcd29259..641a4183 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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). +## [v6.0.0](https://github.com/puppetlabs/puppetlabs-powershell/tree/v6.0.0) (2023-04-24) + +[Full Changelog](https://github.com/puppetlabs/puppetlabs-powershell/compare/v5.2.1...v6.0.0) + +### Changed + +- \(CONT-793\) - Add Puppet 8/Drop Puppet 6 [\#400](https://github.com/puppetlabs/puppetlabs-powershell/pull/400) ([jordanbreen28](https://github.com/jordanbreen28)) + ## [v5.2.1](https://github.com/puppetlabs/puppetlabs-powershell/tree/v5.2.1) (2023-04-21) [Full Changelog](https://github.com/puppetlabs/puppetlabs-powershell/compare/v5.2.0...v5.2.1) @@ -65,10 +73,6 @@ All notable changes to this project will be documented in this file. The format - Correct supported Puppet lower bound to 5.5.0 [\#282](https://github.com/puppetlabs/puppetlabs-powershell/pull/282) ([michaeltlombardi](https://github.com/michaeltlombardi)) -### Added - -- \(IAC-835\) Support added for Debian 10 and CentOS/RHEL 8 [\#306](https://github.com/puppetlabs/puppetlabs-powershell/pull/306) ([david22swan](https://github.com/david22swan)) - ### Fixed - \(MODULES-10539\) Remove commands idiom from PowerShell provider [\#287](https://github.com/puppetlabs/puppetlabs-powershell/pull/287) ([michaeltlombardi](https://github.com/michaeltlombardi)) @@ -77,6 +81,10 @@ All notable changes to this project will be documented in this file. The format [Full Changelog](https://github.com/puppetlabs/puppetlabs-powershell/compare/v3.0.0...v3.0.1) +### Added + +- \(IAC-835\) Support added for Debian 10 and CentOS/RHEL 8 [\#306](https://github.com/puppetlabs/puppetlabs-powershell/pull/306) ([david22swan](https://github.com/david22swan)) + ### Fixed - \(MODULES-10389\) - Safeguard powershell provider loading [\#277](https://github.com/puppetlabs/puppetlabs-powershell/pull/277) ([michaeltlombardi](https://github.com/michaeltlombardi)) diff --git a/metadata.json b/metadata.json index 80860a96..3a5b923d 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs-powershell", - "version": "5.2.1", + "version": "6.0.0", "author": "puppetlabs", "summary": "Adds a new exec provider for executing PowerShell commands.", "license": "Apache-2.0",