Skip to content

Commit 2af817d

Browse files
author
GitHub Action
committed
Release prep v3.11.1
1 parent 676296d commit 2af817d

File tree

3 files changed

+34
-5
lines changed

3 files changed

+34
-5
lines changed

CHANGELOG.md

Lines changed: 22 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
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).
44

5+
## [v3.11.1](https://github.com/puppetlabs/puppetlabs-peadm/tree/v3.11.1) (2023-02-10)
6+
7+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-peadm/compare/v3.11.0...v3.11.1)
8+
9+
### Added
10+
11+
- add parameter for setting final state of infrastructure agents after upgrade [\#330](https://github.com/puppetlabs/puppetlabs-peadm/pull/330) ([vchepkov](https://github.com/vchepkov))
12+
13+
### Fixed
14+
15+
- fix variable notation [\#331](https://github.com/puppetlabs/puppetlabs-peadm/pull/331) ([vchepkov](https://github.com/vchepkov))
16+
517
## [v3.11.0](https://github.com/puppetlabs/puppetlabs-peadm/tree/v3.11.0) (2023-02-01)
618

719
[Full Changelog](https://github.com/puppetlabs/puppetlabs-peadm/compare/v3.10.0...v3.11.0)
@@ -51,7 +63,6 @@ All notable changes to this project will be documented in this file. The format
5163

5264
### Fixed
5365

54-
- Restart compiler services [\#271](https://github.com/puppetlabs/puppetlabs-peadm/pull/271) ([ody](https://github.com/ody))
5566
- Set additional rules on replica when adding compiler [\#270](https://github.com/puppetlabs/puppetlabs-peadm/pull/270) ([ody](https://github.com/ody))
5667
- Updates documentation [\#269](https://github.com/puppetlabs/puppetlabs-peadm/pull/269) ([ody](https://github.com/ody))
5768

@@ -65,13 +76,22 @@ All notable changes to this project will be documented in this file. The format
6576
- Support PE 2021.6 and 2019.8.11 [\#260](https://github.com/puppetlabs/puppetlabs-peadm/pull/260) ([reidmv](https://github.com/reidmv))
6677
- Add experimental restore plan [\#250](https://github.com/puppetlabs/puppetlabs-peadm/pull/250) ([reidmv](https://github.com/reidmv))
6778

79+
### Fixed
80+
81+
- Restart compiler services [\#271](https://github.com/puppetlabs/puppetlabs-peadm/pull/271) ([ody](https://github.com/ody))
82+
6883
## [v3.6.0](https://github.com/puppetlabs/puppetlabs-peadm/tree/v3.6.0) (2022-05-04)
6984

7085
[Full Changelog](https://github.com/puppetlabs/puppetlabs-peadm/compare/v3.5.0...v3.6.0)
7186

87+
### Added
88+
89+
- Add experimental backup plan [\#235](https://github.com/puppetlabs/puppetlabs-peadm/pull/235) ([davidsandilands](https://github.com/davidsandilands))
90+
7291
### Fixed
7392

7493
- Add read map so puppetdb can start on new compiler [\#252](https://github.com/puppetlabs/puppetlabs-peadm/pull/252) ([ody](https://github.com/ody))
94+
- Fix json escaping in `bash\_task\_helper` [\#246](https://github.com/puppetlabs/puppetlabs-peadm/pull/246) ([reidmv](https://github.com/reidmv))
7595
- Fix and document recovery procedure for PSQL [\#243](https://github.com/puppetlabs/puppetlabs-peadm/pull/243) ([ody](https://github.com/ody))
7696

7797
## [v3.5.0](https://github.com/puppetlabs/puppetlabs-peadm/tree/v3.5.0) (2022-04-13)
@@ -82,11 +102,10 @@ All notable changes to this project will be documented in this file. The format
82102

83103
- Add support for SLES 12 [\#245](https://github.com/puppetlabs/puppetlabs-peadm/pull/245) ([MartyEwings](https://github.com/MartyEwings))
84104
- Add `peadm::add\_database` plan [\#241](https://github.com/puppetlabs/puppetlabs-peadm/pull/241) ([ody](https://github.com/ody))
85-
- Add experimental backup plan [\#235](https://github.com/puppetlabs/puppetlabs-peadm/pull/235) ([davidsandilands](https://github.com/davidsandilands))
105+
- Add experimental `peadm::util::code\_sync\_status` plan [\#221](https://github.com/puppetlabs/puppetlabs-peadm/pull/221) ([reidmv](https://github.com/reidmv))
86106

87107
### Fixed
88108

89-
- Fix json escaping in `bash\_task\_helper` [\#246](https://github.com/puppetlabs/puppetlabs-peadm/pull/246) ([reidmv](https://github.com/reidmv))
90109
- Fix load balancer bug in `peadm::get\_peadm\_config` task [\#244](https://github.com/puppetlabs/puppetlabs-peadm/pull/244) ([reidmv](https://github.com/reidmv))
91110

92111
## [v3.4.0](https://github.com/puppetlabs/puppetlabs-peadm/tree/v3.4.0) (2022-03-08)
@@ -126,7 +145,6 @@ All notable changes to this project will be documented in this file. The format
126145

127146
### Added
128147

129-
- Add experimental `peadm::util::code\_sync\_status` plan [\#221](https://github.com/puppetlabs/puppetlabs-peadm/pull/221) ([reidmv](https://github.com/reidmv))
130148
- Add auto-generated REFERENCE.md documentation [\#211](https://github.com/puppetlabs/puppetlabs-peadm/pull/211) ([reidmv](https://github.com/reidmv))
131149
- Make PEAdm a Puppet supported module [\#199](https://github.com/puppetlabs/puppetlabs-peadm/pull/199) ([ody](https://github.com/ody))
132150

REFERENCE.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ Supported use cases:
100100
* `peadm::restore`: Restore the core user settings for puppet infrastructure from backup
101101
* `peadm::subplans::component_install`: Install a new PEADM component
102102
* `peadm::subplans::configure`: Configure first-time classification and DR setup
103+
* `peadm::subplans::db_populate`: Destructively (re)populates a new or existing database with the contents or a known good source
103104
* `peadm::subplans::install`: Perform initial installation of Puppet Enterprise Extra Large
104105
* `peadm::subplans::modify_certificate`
105106
* `peadm::subplans::prepare_agent`
@@ -1897,6 +1898,7 @@ The following parameters are available in the `peadm::upgrade` plan:
18971898
* [`internal_compiler_a_pool_address`](#-peadm--upgrade--internal_compiler_a_pool_address)
18981899
* [`internal_compiler_b_pool_address`](#-peadm--upgrade--internal_compiler_b_pool_address)
18991900
* [`pe_installer_source`](#-peadm--upgrade--pe_installer_source)
1901+
* [`final_agent_state`](#-peadm--upgrade--final_agent_state)
19001902
* [`primary_host`](#-peadm--upgrade--primary_host)
19011903
* [`replica_host`](#-peadm--upgrade--replica_host)
19021904
* [`compiler_hosts`](#-peadm--upgrade--compiler_hosts)
@@ -1949,6 +1951,15 @@ URL given.
19491951

19501952
Default value: `undef`
19511953

1954+
##### <a name="-peadm--upgrade--final_agent_state"></a>`final_agent_state`
1955+
1956+
Data type: `Enum['running', 'stopped']`
1957+
1958+
Configures the state the puppet agent should be in on infrastructure nodes
1959+
after PE is upgraded successfully.
1960+
1961+
Default value: `'running'`
1962+
19521963
##### <a name="-peadm--upgrade--primary_host"></a>`primary_host`
19531964

19541965
Data type: `Peadm::SingleTargetSpec`

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