Skip to content

Commit 43493ec

Browse files
author
GitHub Actions
committed
Release prep v4.22.0
1 parent e3a1783 commit 43493ec

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

CHANGELOG.md

+19-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,25 @@ 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.21.0](https://github.com/puppetlabs/puppetlabs-puppet_agent/tree/v4.21.0) - 2024-09-25
8+
## [v4.22.0](https://github.com/puppetlabs/puppetlabs-puppet_agent/tree/v4.22.0) - 2025-01-15
9+
10+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-puppet_agent/compare/v4.21.0...v4.22.0)
11+
12+
### Changed
13+
14+
- (#732) puppet_agent::run: mark failed puppet runs as failed task [#742](https://github.com/puppetlabs/puppetlabs-puppet_agent/pull/742) ([bastelfreak](https://github.com/bastelfreak))
15+
16+
### Added
17+
18+
- support --tags for triggering puppet agent [#732](https://github.com/puppetlabs/puppetlabs-puppet_agent/pull/732) ([bastelfreak](https://github.com/bastelfreak))
19+
- install support download with apt-helper [#713](https://github.com/puppetlabs/puppetlabs-puppet_agent/pull/713) ([h0tw1r3](https://github.com/h0tw1r3))
20+
21+
### Fixed
22+
23+
- (#732) run.rb: Combine stderr and stdout [#739](https://github.com/puppetlabs/puppetlabs-puppet_agent/pull/739) ([bastelfreak](https://github.com/bastelfreak))
24+
- sh tasks: Run with set -e [#711](https://github.com/puppetlabs/puppetlabs-puppet_agent/pull/711) ([bastelfreak](https://github.com/bastelfreak))
25+
26+
## [v4.21.0](https://github.com/puppetlabs/puppetlabs-puppet_agent/tree/v4.21.0) - 2024-09-24
927

1028
[Full Changelog](https://github.com/puppetlabs/puppetlabs-puppet_agent/compare/v4.20.1...v4.21.0)
1129

metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-puppet_agent",
3-
"version": "4.21.0",
3+
"version": "4.22.0",
44
"author": "puppetlabs",
55
"summary": "Upgrades All-In-One Puppet Agents",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)