Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release prep v3.26.0 #534

Closed
wants to merge 1 commit into from
Closed
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
24 changes: 20 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,26 @@ 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.26.0](https://github.com/puppetlabs/puppetlabs-peadm/tree/v3.26.0) - 2024-12-16

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

### Added

- (PE-39891) Add support for PE 2025 [#533](https://github.com/puppetlabs/puppetlabs-peadm/pull/533) ([jhbuchanan45](https://github.com/jhbuchanan45))
- Add support for bolt 4.x [#529](https://github.com/puppetlabs/puppetlabs-peadm/pull/529) ([bastelfreak](https://github.com/bastelfreak))
- (PE-39352) Add version to get peadm config [#527](https://github.com/puppetlabs/puppetlabs-peadm/pull/527) ([jpartlow](https://github.com/jpartlow))
- Move download_type enum to own type alias [#525](https://github.com/puppetlabs/puppetlabs-peadm/pull/525) ([bastelfreak](https://github.com/bastelfreak))

### Fixed

- puppet_runonce: redirect stderr to stdout [#523](https://github.com/puppetlabs/puppetlabs-peadm/pull/523) ([bastelfreak](https://github.com/bastelfreak))
- Check for curl failure [#521](https://github.com/puppetlabs/puppetlabs-peadm/pull/521) ([seanmil](https://github.com/seanmil))

### Other

- (PE-38076) Remove bolt_shim and apply_helpers modules [#518](https://github.com/puppetlabs/puppetlabs-peadm/pull/518) ([jhbuchanan45](https://github.com/jhbuchanan45))

## [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)
Expand All @@ -20,10 +40,6 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
- 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.1",
"version": "3.26.0",
"author": "puppetlabs",
"summary": "Bolt plans used to deploy an at-scale Puppet Enterprise architecture",
"license": "Apache-2.0",
Expand Down