Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,27 @@ 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.26.0](https://github.com/puppetlabs/puppetlabs-puppet_agent/tree/v4.26.0) - 2025-10-28

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

### Added

- puppetlabs/apt: Allow 11.x [#810](https://github.com/puppetlabs/puppetlabs-puppet_agent/pull/810) ([bastelfreak](https://github.com/bastelfreak))
- (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))

### Fixed

- (PE-42492) Use dnf on fedora >= 41 [#806](https://github.com/puppetlabs/puppetlabs-puppet_agent/pull/806) ([joshcooper](https://github.com/joshcooper))
- (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))
- (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))

## [v4.25.0](https://github.com/puppetlabs/puppetlabs-puppet_agent/tree/v4.25.0) - 2025-07-14

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

### Other

- (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))
- Add puppetcore support for macOS [#784](https://github.com/puppetlabs/puppetlabs-puppet_agent/pull/784) ([joshcooper](https://github.com/joshcooper))
- (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))
- (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))
Expand Down
6 changes: 3 additions & 3 deletions REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -850,7 +850,7 @@ The version of puppet-agent to install (defaults to latest when no agent is inst

##### `collection`

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

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

Expand Down Expand Up @@ -930,7 +930,7 @@ The version of puppet-agent to install

##### `collection`

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

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

Expand Down Expand Up @@ -1010,7 +1010,7 @@ The version of puppet-agent to install

##### `collection`

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

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

Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "puppetlabs-puppet_agent",
"version": "4.25.0",
"version": "4.26.0",
"author": "puppetlabs",
"summary": "Upgrades All-In-One Puppet Agents",
"license": "Apache-2.0",
Expand Down
Loading