Skip to content

Commit 26c3ddf

Browse files
github-actions[bot]GitHub Actions
and
GitHub Actions
authored
Release prep v3.26.0 (#535)
Co-authored-by: GitHub Actions <[email protected]>
1 parent 09d80bb commit 26c3ddf

File tree

2 files changed

+20
-5
lines changed

2 files changed

+20
-5
lines changed

CHANGELOG.md

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +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+
## [v3.26.0](https://github.com/puppetlabs/puppetlabs-peadm/tree/v3.26.0) - 2024-12-16
9+
10+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-peadm/compare/v3.25.1...v3.26.0)
11+
12+
### Added
13+
14+
- (PE-39891) Add support for PE 2025 [#533](https://github.com/puppetlabs/puppetlabs-peadm/pull/533) ([jhbuchanan45](https://github.com/jhbuchanan45))
15+
- Add support for bolt 4.x [#529](https://github.com/puppetlabs/puppetlabs-peadm/pull/529) ([bastelfreak](https://github.com/bastelfreak))
16+
- (PE-39352) Add version to get peadm config [#527](https://github.com/puppetlabs/puppetlabs-peadm/pull/527) ([jpartlow](https://github.com/jpartlow))
17+
18+
### Fixed
19+
20+
- puppet_runonce: redirect stderr to stdout [#523](https://github.com/puppetlabs/puppetlabs-peadm/pull/523) ([bastelfreak](https://github.com/bastelfreak))
21+
- Check for curl failure [#521](https://github.com/puppetlabs/puppetlabs-peadm/pull/521) ([seanmil](https://github.com/seanmil))
22+
23+
### Other
24+
25+
- (PE-38076) Remove unused bolt_shim and apply_helpers modules [#518](https://github.com/puppetlabs/puppetlabs-peadm/pull/518) ([jhbuchanan45](https://github.com/jhbuchanan45))
26+
827
## [v3.25.1](https://github.com/puppetlabs/puppetlabs-peadm/tree/v3.25.1) - 2024-10-24
928

1029
[Full Changelog](https://github.com/puppetlabs/puppetlabs-peadm/compare/v3.25.0...v3.25.1)
@@ -20,10 +39,6 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
2039
- fix: echo environment variable containing special char [#516](https://github.com/puppetlabs/puppetlabs-peadm/pull/516) ([LordKa0S](https://github.com/LordKa0S))
2140
- (PE-39429) Only restart puppetdb on non-legacy compilers [#511](https://github.com/puppetlabs/puppetlabs-peadm/pull/511) ([jhbuchanan45](https://github.com/jhbuchanan45))
2241

23-
### Other
24-
25-
- feat(workflow): add random hash generation for console password in test-legacy-upgrade [#513](https://github.com/puppetlabs/puppetlabs-peadm/pull/513) ([CoMfUcIoS](https://github.com/CoMfUcIoS))
26-
2742
## [v3.25.0](https://github.com/puppetlabs/puppetlabs-peadm/tree/v3.25.0) - 2024-09-30
2843

2944
[Full Changelog](https://github.com/puppetlabs/puppetlabs-peadm/compare/v3.24.0...v3.25.0)

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-peadm",
3-
"version": "3.25.1",
3+
"version": "3.26.0",
44
"author": "puppetlabs",
55
"summary": "Bolt plans used to deploy an at-scale Puppet Enterprise architecture",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)