Skip to content

Commit de4dedc

Browse files
authored
Merge pull request #780 from puppetlabs/release-prep
Release prep v4.24.0
2 parents 60a87a5 + d029cd1 commit de4dedc

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
55

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

8+
## [v4.24.0](https://github.com/puppetlabs/puppetlabs-puppet_agent/tree/v4.24.0) - 2025-06-10
9+
10+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-puppet_agent/compare/v4.23.0...v4.24.0)
11+
12+
### Added
13+
14+
- Update module to support puppetcore on Windows [#766](https://github.com/puppetlabs/puppetlabs-puppet_agent/pull/766) ([joshcooper](https://github.com/joshcooper))
15+
16+
### Fixed
17+
18+
- 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))
19+
820
## [v4.23.0](https://github.com/puppetlabs/puppetlabs-puppet_agent/tree/v4.23.0) - 2025-04-10
921

1022
[Full Changelog](https://github.com/puppetlabs/puppetlabs-puppet_agent/compare/v4.22.0...v4.23.0)

REFERENCE.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,9 @@ Default value: `$facts['os']['architecture']`
118118

119119
Data type: `String`
120120

121-
The Puppet Collection to track. Defaults to 'PC1'.
121+
The Puppet Collection to track. Defaults to 'PC1'. Valid values are puppet7,
122+
puppet8, puppet, puppet7-nightly, puppet8-nightly, puppet-nightly,
123+
puppetcore7, puppetcore8.
122124

123125
Default value: `$puppet_agent::params::collection`
124126

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-puppet_agent",
3-
"version": "4.23.0",
3+
"version": "4.24.0",
44
"author": "puppetlabs",
55
"summary": "Upgrades All-In-One Puppet Agents",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)