Skip to content

Commit b2ec88b

Browse files
authored
Merge pull request #813 from puppetlabs/release-prep
Release prep v4.26.0
2 parents 2573bcb + 32bec96 commit b2ec88b

File tree

3 files changed

+19
-5
lines changed

3 files changed

+19
-5
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,27 @@ 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.26.0](https://github.com/puppetlabs/puppetlabs-puppet_agent/tree/v4.26.0) - 2025-10-28
9+
10+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-puppet_agent/compare/v4.25.0...v4.26.0)
11+
12+
### Added
13+
14+
- puppetlabs/apt: Allow 11.x [#810](https://github.com/puppetlabs/puppetlabs-puppet_agent/pull/810) ([bastelfreak](https://github.com/bastelfreak))
15+
- (PA-7407) Add more detailed error information when upgrade fails [#807](https://github.com/puppetlabs/puppetlabs-puppet_agent/pull/807) ([AriaXLi](https://github.com/AriaXLi))
16+
17+
### Fixed
18+
19+
- (PE-42492) Use dnf on fedora >= 41 [#806](https://github.com/puppetlabs/puppetlabs-puppet_agent/pull/806) ([joshcooper](https://github.com/joshcooper))
20+
- (CAT-2413) Install tasks require version to install on MacOS/Windows [#801](https://github.com/puppetlabs/puppetlabs-puppet_agent/pull/801) ([david22swan](https://github.com/david22swan))
21+
- (CAT-2413) Update `install_powershell.ps1` to generate the correct link [#796](https://github.com/puppetlabs/puppetlabs-puppet_agent/pull/796) ([david22swan](https://github.com/david22swan))
22+
823
## [v4.25.0](https://github.com/puppetlabs/puppetlabs-puppet_agent/tree/v4.25.0) - 2025-07-14
924

1025
[Full Changelog](https://github.com/puppetlabs/puppetlabs-puppet_agent/compare/v4.24.0...v4.25.0)
1126

1227
### Other
1328

14-
- (PA-7608) Update artifactory URL instead nightlies for yum source [#787](https://github.com/puppetlabs/puppetlabs-puppet_agent/pull/787) ([skyamgarp](https://github.com/skyamgarp))
1529
- Add puppetcore support for macOS [#784](https://github.com/puppetlabs/puppetlabs-puppet_agent/pull/784) ([joshcooper](https://github.com/joshcooper))
1630
- (PA-7433) Update task_spec to upgrade from puppet7 to latest puppet8 dev build [#783](https://github.com/puppetlabs/puppetlabs-puppet_agent/pull/783) ([AriaXLi](https://github.com/AriaXLi))
1731
- (PA-7196) Update the task acceptance tests for Redhat 10(x86_64) [#782](https://github.com/puppetlabs/puppetlabs-puppet_agent/pull/782) ([skyamgarp](https://github.com/skyamgarp))

REFERENCE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -850,7 +850,7 @@ The version of puppet-agent to install (defaults to latest when no agent is inst
850850

851851
##### `collection`
852852

853-
Data type: `Optional[Enum[puppet7, puppet8, puppet, puppet7-nightly, puppet8-nightly, puppet-nightly, puppetcore7, puppetcore8]]`
853+
Data type: `Optional[Enum[puppet7, puppet8, puppet, puppet7-nightly, puppet8-nightly, puppet-nightly, puppetcore7, puppetcore8, puppetcore8-nightly]]`
854854

855855
The Puppet collection to install from (defaults to puppet, which maps to the latest collection released)
856856

@@ -930,7 +930,7 @@ The version of puppet-agent to install
930930

931931
##### `collection`
932932

933-
Data type: `Optional[Enum[puppet7, puppet8, puppet, puppet7-nightly, puppet8-nightly, puppet-nightly]]`
933+
Data type: `Optional[Enum[puppet7, puppet8, puppet, puppet7-nightly, puppet8-nightly, puppet-nightly, puppetcore7, puppetcore8, puppetcore8-nightly]]`
934934

935935
The Puppet collection to install from (defaults to puppet, which maps to the latest collection released)
936936

@@ -1010,7 +1010,7 @@ The version of puppet-agent to install
10101010

10111011
##### `collection`
10121012

1013-
Data type: `Optional[Enum[puppet7, puppet8, puppet, puppet7-nightly, puppet8-nightly, puppet-nightly, puppetcore7, puppetcore8]]`
1013+
Data type: `Optional[Enum[puppet7, puppet8, puppet, puppet7-nightly, puppet8-nightly, puppet-nightly, puppetcore7, puppetcore8, puppetcore8-nightly]]`
10141014

10151015
The Puppet collection to install from (defaults to puppet, which maps to the latest collection released)
10161016

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.25.0",
3+
"version": "4.26.0",
44
"author": "puppetlabs",
55
"summary": "Upgrades All-In-One Puppet Agents",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)