From 3c29dd8ba36aa113a66a56450a8c306129e17ec0 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Thu, 16 Oct 2025 08:17:48 +0000 Subject: [PATCH] Release prep v6.1.0 --- CHANGELOG.md | 12 ++++++++++++ metadata.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e0ef821f..84b4fa87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,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). +## [v6.1.0](https://github.com/puppetlabs/puppetlabs-powershell/tree/v6.1.0) - 2025-10-16 + +[Full Changelog](https://github.com/puppetlabs/puppetlabs-powershell/compare/v6.0.2...v6.1.0) + +### Changed + +- (CAT-2386) Puppetcore update [#434](https://github.com/puppetlabs/puppetlabs-powershell/pull/434) ([LukasAud](https://github.com/LukasAud)) + +### Other + +- (CAT-2296) Update github runner image to ubuntu-24.04 [#431](https://github.com/puppetlabs/puppetlabs-powershell/pull/431) ([shubhamshinde360](https://github.com/shubhamshinde360)) + ## [v6.0.2](https://github.com/puppetlabs/puppetlabs-powershell/tree/v6.0.2) - 2025-01-28 [Full Changelog](https://github.com/puppetlabs/puppetlabs-powershell/compare/v6.0.1...v6.0.2) diff --git a/metadata.json b/metadata.json index baf81772..23b35f1f 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs-powershell", - "version": "6.0.2", + "version": "6.1.0", "author": "puppetlabs", "summary": "Adds a new exec provider for executing PowerShell commands.", "license": "Apache-2.0",