Skip to content

Commit ea3d073

Browse files
github-actions[bot]GitHub Actions
andauthored
Release prep v3.25.0 (#508)
Co-authored-by: GitHub Actions <[email protected]>
1 parent 3a942d0 commit ea3d073

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ 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.0](https://github.com/puppetlabs/puppetlabs-peadm/tree/v3.25.0) - 2024-09-30
9+
10+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-peadm/compare/v3.24.0...v3.25.0)
11+
12+
### Added
13+
14+
- Adding support for legacy compilers (#448) [#495](https://github.com/puppetlabs/puppetlabs-peadm/pull/495) ([CoMfUcIoS](https://github.com/CoMfUcIoS))
15+
816
## [v3.24.0](https://github.com/puppetlabs/puppetlabs-peadm/tree/v3.24.0) - 2024-09-20
917

1018
[Full Changelog](https://github.com/puppetlabs/puppetlabs-peadm/compare/v3.23.0...v3.24.0)
@@ -39,9 +47,16 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
3947

4048
### Other
4149

50+
- (PE-38769) Task/Plan to identify conflicting classifications on legacy compilers and warn the user [#483](https://github.com/puppetlabs/puppetlabs-peadm/pull/483) ([CoMfUcIoS](https://github.com/CoMfUcIoS))
4251
- PE-38815 add_replica plan updated, test matrix added [#480](https://github.com/puppetlabs/puppetlabs-peadm/pull/480) ([AaronShannon](https://github.com/AaronShannon))
4352
- (PE-38818) Removing experimental and private from add_replica [#478](https://github.com/puppetlabs/puppetlabs-peadm/pull/478) ([ragingra](https://github.com/ragingra))
53+
- (PE-38771) Convert plan accepts legacy compilers key in params.json [#476](https://github.com/puppetlabs/puppetlabs-peadm/pull/476) ([CoMfUcIoS](https://github.com/CoMfUcIoS))
54+
- (PE-38770) Install Plan accepts legacy_compilers key [#474](https://github.com/puppetlabs/puppetlabs-peadm/pull/474) ([CoMfUcIoS](https://github.com/CoMfUcIoS))
4455
- (PE-38814) add_compiler - Making primary_postgresql_host and avail_group_letter optional [#468](https://github.com/puppetlabs/puppetlabs-peadm/pull/468) ([ragingra](https://github.com/ragingra))
56+
- PE-38768 classify compilers task added [#467](https://github.com/puppetlabs/puppetlabs-peadm/pull/467) ([AaronShannon](https://github.com/AaronShannon))
57+
- (PE-38767) Adding legacy compilers to get_peadm_config [#456](https://github.com/puppetlabs/puppetlabs-peadm/pull/456) ([ragingra](https://github.com/ragingra))
58+
- PE-38772 Node groups added for legacy compilers [#455](https://github.com/puppetlabs/puppetlabs-peadm/pull/455) ([AaronShannon](https://github.com/AaronShannon))
59+
- Adding support for legacy compilers [#448](https://github.com/puppetlabs/puppetlabs-peadm/pull/448) ([ragingra](https://github.com/ragingra))
4560
- (PE-37235) Verify and update documentation on add_compiler [#429](https://github.com/puppetlabs/puppetlabs-peadm/pull/429) ([cathal41](https://github.com/cathal41))
4661

4762
## [v3.21.0](https://github.com/puppetlabs/puppetlabs-peadm/tree/v3.21.0) - 2024-07-15

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.24.0",
3+
"version": "3.25.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)