From d029cd1c341b6db051739125499fc0805594f8ac Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 10 Jun 2025 18:47:23 +0000 Subject: [PATCH] Release prep v4.24.0 --- CHANGELOG.md | 12 ++++++++++++ REFERENCE.md | 4 +++- metadata.json | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c04a6e8f..366b44f2 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). +## [v4.24.0](https://github.com/puppetlabs/puppetlabs-puppet_agent/tree/v4.24.0) - 2025-06-10 + +[Full Changelog](https://github.com/puppetlabs/puppetlabs-puppet_agent/compare/v4.23.0...v4.24.0) + +### Added + +- Update module to support puppetcore on Windows [#766](https://github.com/puppetlabs/puppetlabs-puppet_agent/pull/766) ([joshcooper](https://github.com/joshcooper)) + +### Fixed + +- bug: mark password as sensitive in puppet_agent::install task [#775](https://github.com/puppetlabs/puppetlabs-puppet_agent/pull/775) ([jordanbreen28](https://github.com/jordanbreen28)) + ## [v4.23.0](https://github.com/puppetlabs/puppetlabs-puppet_agent/tree/v4.23.0) - 2025-04-10 [Full Changelog](https://github.com/puppetlabs/puppetlabs-puppet_agent/compare/v4.22.0...v4.23.0) diff --git a/REFERENCE.md b/REFERENCE.md index e8b419ea..3f31a7ec 100644 --- a/REFERENCE.md +++ b/REFERENCE.md @@ -118,7 +118,9 @@ Default value: `$facts['os']['architecture']` Data type: `String` -The Puppet Collection to track. Defaults to 'PC1'. +The Puppet Collection to track. Defaults to 'PC1'. Valid values are puppet7, +puppet8, puppet, puppet7-nightly, puppet8-nightly, puppet-nightly, +puppetcore7, puppetcore8. Default value: `$puppet_agent::params::collection` diff --git a/metadata.json b/metadata.json index f49b300a..0dbdf34d 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs-puppet_agent", - "version": "4.23.0", + "version": "4.24.0", "author": "puppetlabs", "summary": "Upgrades All-In-One Puppet Agents", "license": "Apache-2.0",