Skip to content

Commit cb4be70

Browse files
Release prep v3.23.0 (#500)
* Release prep v3.23.0
1 parent 3ef10ca commit cb4be70

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@ 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.23.0](https://github.com/puppetlabs/puppetlabs-peadm/tree/v3.23.0) - 2024-09-12
9+
10+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-peadm/compare/v3.22.0...v3.23.0)
11+
12+
### Added
13+
14+
- (PE-37233-35) Official support of Add compiler plan [#485](https://github.com/puppetlabs/puppetlabs-peadm/pull/485) ([CoMfUcIoS](https://github.com/CoMfUcIoS))
15+
- (PE-38815-18) Official support of Add replica plan [#484](https://github.com/puppetlabs/puppetlabs-peadm/pull/484) ([CoMfUcIoS](https://github.com/CoMfUcIoS))
16+
17+
### Other
18+
19+
- PE-39228 add_replica smoke test [#497](https://github.com/puppetlabs/puppetlabs-peadm/pull/497) ([AaronShannon](https://github.com/AaronShannon))
20+
- (PE-38817) Text fixes for add_replica docs [#496](https://github.com/puppetlabs/puppetlabs-peadm/pull/496) ([ragingra](https://github.com/ragingra))
21+
- (PE-39224) Adding random console password for forked pr workflow [#491](https://github.com/puppetlabs/puppetlabs-peadm/pull/491) ([ragingra](https://github.com/ragingra))
22+
823
## [v3.22.0](https://github.com/puppetlabs/puppetlabs-peadm/tree/v3.22.0) - 2024-09-03
924

1025
[Full Changelog](https://github.com/puppetlabs/puppetlabs-peadm/compare/v3.21.0...v3.22.0)
@@ -13,6 +28,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
1328

1429
- pe_installer_source: Use Stdlib::HTTPSUrl datatype [#466](https://github.com/puppetlabs/puppetlabs-peadm/pull/466) ([bastelfreak](https://github.com/bastelfreak))
1530

31+
### Other
32+
33+
- PE-38815 add_replica plan updated, test matrix added [#480](https://github.com/puppetlabs/puppetlabs-peadm/pull/480) ([AaronShannon](https://github.com/AaronShannon))
34+
- (PE-38818) Removing experimental and private from add_replica [#478](https://github.com/puppetlabs/puppetlabs-peadm/pull/478) ([ragingra](https://github.com/ragingra))
35+
(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))
36+
- (PE-37235) Verify and update documentation on add_compiler [#429](https://github.com/puppetlabs/puppetlabs-peadm/pull/429) ([cathal41](https://github.com/cathal41))
37+
1638
## [v3.21.0](https://github.com/puppetlabs/puppetlabs-peadm/tree/v3.21.0) - 2024-07-15
1739

1840
[Full Changelog](https://github.com/puppetlabs/puppetlabs-peadm/compare/v3.20.0...v3.21.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.22.0",
3+
"version": "3.23.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)