Skip to content

Release prep v3.28.0 #572

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

Merged
merged 1 commit into from
Mar 28, 2025
Merged
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
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +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.28.0](https://github.com/puppetlabs/puppetlabs-peadm/tree/v3.28.0) - 2025-03-28

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

### Added

- (RE-16847) add support for PE 2025.2.0 [#570](https://github.com/puppetlabs/puppetlabs-peadm/pull/570) ([davidmalloncares](https://github.com/davidmalloncares))

### Other

- (PE-39577) Optimise legacy compiler support [#536](https://github.com/puppetlabs/puppetlabs-peadm/pull/536) ([petergmurphy](https://github.com/petergmurphy))
- (PE-39397) Adding LDAP endpoint for 2023.8 [#515](https://github.com/puppetlabs/puppetlabs-peadm/pull/515) ([ragingra](https://github.com/ragingra))

## [v3.27.0](https://github.com/puppetlabs/puppetlabs-peadm/tree/v3.27.0) - 2025-03-07

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

### Added

- (PE-40784) Add support for PE 2023.8.2 and 2025.1.0 [#560](https://github.com/puppetlabs/puppetlabs-peadm/pull/560) ([davidmalloncares](https://github.com/davidmalloncares))
- (PE-40163) automate recovery of failed postgres server [#537](https://github.com/puppetlabs/puppetlabs-peadm/pull/537) ([davidmalloncares](https://github.com/davidmalloncares))

### Fixed
Expand All @@ -19,7 +33,6 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a

### Other

- (PE-40784) Add support for PE 2023.8.2 and 2025.1.0 [#560](https://github.com/puppetlabs/puppetlabs-peadm/pull/560) ([davidmalloncares](https://github.com/davidmalloncares))
- (PE-40691) document automated steps for failed postgres and adding compilers [#554](https://github.com/puppetlabs/puppetlabs-peadm/pull/554) ([davidmalloncares](https://github.com/davidmalloncares))

## [v3.26.1](https://github.com/puppetlabs/puppetlabs-peadm/tree/v3.26.1) - 2025-01-23
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.27.0",
"version": "3.28.0",
"author": "puppetlabs",
"summary": "Bolt plans used to deploy an at-scale Puppet Enterprise architecture",
"license": "Apache-2.0",
Expand Down