Skip to content

Commit a6097a8

Browse files
github-actions[bot]GitHub Actions
and
GitHub Actions
authored
Release prep v3.25.1 (#519)
Co-authored-by: GitHub Actions <[email protected]>
1 parent fc8288e commit a6097a8

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

+19
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.25.1](https://github.com/puppetlabs/puppetlabs-peadm/tree/v3.25.1) - 2024-10-24
9+
10+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-peadm/compare/v3.25.0...v3.25.1)
11+
12+
### Added
13+
14+
- (PE-39411) Add descriptive error during infrastructure upgrade when rbac token is invalid [#514](https://github.com/puppetlabs/puppetlabs-peadm/pull/514) ([jhbuchanan45](https://github.com/jhbuchanan45))
15+
- (PE-39412) PEADM should be able to add multiple compilers at once without requiring service restarts on Primary [#512](https://github.com/puppetlabs/puppetlabs-peadm/pull/512) ([CoMfUcIoS](https://github.com/CoMfUcIoS))
16+
- PE-38801 Task added to fetch rules for PE Infrastructure Agent group and warn user that they will be replaced [#510](https://github.com/puppetlabs/puppetlabs-peadm/pull/510) ([AaronShannon](https://github.com/AaronShannon))
17+
18+
### Fixed
19+
20+
- fix: echo environment variable containing special char [#516](https://github.com/puppetlabs/puppetlabs-peadm/pull/516) ([LordKa0S](https://github.com/LordKa0S))
21+
- (PE-39429) Only restart puppetdb on non-legacy compilers [#511](https://github.com/puppetlabs/puppetlabs-peadm/pull/511) ([jhbuchanan45](https://github.com/jhbuchanan45))
22+
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+
827
## [v3.25.0](https://github.com/puppetlabs/puppetlabs-peadm/tree/v3.25.0) - 2024-09-30
928

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

metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-peadm",
3-
"version": "3.25.0",
3+
"version": "3.25.1",
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)