Skip to content

Commit

Permalink
Release prep v3.25.1 (#519)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub Actions <[email protected]>
  • Loading branch information
github-actions[bot] and GitHub Actions authored Oct 24, 2024
1 parent fc8288e commit a6097a8
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,25 @@ 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).

## [v3.25.1](https://github.com/puppetlabs/puppetlabs-peadm/tree/v3.25.1) - 2024-10-24

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

### Added

- (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))
- (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))
- 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))

### Fixed

- fix: echo environment variable containing special char [#516](https://github.com/puppetlabs/puppetlabs-peadm/pull/516) ([LordKa0S](https://github.com/LordKa0S))
- (PE-39429) Only restart puppetdb on non-legacy compilers [#511](https://github.com/puppetlabs/puppetlabs-peadm/pull/511) ([jhbuchanan45](https://github.com/jhbuchanan45))

### Other

- 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))

## [v3.25.0](https://github.com/puppetlabs/puppetlabs-peadm/tree/v3.25.0) - 2024-09-30

[Full Changelog](https://github.com/puppetlabs/puppetlabs-peadm/compare/v3.24.0...v3.25.0)
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-peadm",
"version": "3.25.0",
"version": "3.25.1",
"author": "puppetlabs",
"summary": "Bolt plans used to deploy an at-scale Puppet Enterprise architecture",
"license": "Apache-2.0",
Expand Down

0 comments on commit a6097a8

Please sign in to comment.