Skip to content

Commit

Permalink
Merge pull request #256 from puppetlabs/release-prep
Browse files Browse the repository at this point in the history
Release prep v3.6.0
  • Loading branch information
ody authored May 4, 2022
2 parents 897c87a + 51d4350 commit 37148c2
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 52 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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.6.0](https://github.com/puppetlabs/puppetlabs-peadm/tree/v3.6.0) (2022-05-04)

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

### Added

- Solarch 581 [\#235](https://github.com/puppetlabs/puppetlabs-peadm/pull/235) ([davidsandilands](https://github.com/davidsandilands))

### Fixed

- Add read map so puppetdb can start on new compiler [\#252](https://github.com/puppetlabs/puppetlabs-peadm/pull/252) ([ody](https://github.com/ody))
- \(SOLARCH-434\) Procedure for recovering PSQL [\#243](https://github.com/puppetlabs/puppetlabs-peadm/pull/243) ([ody](https://github.com/ody))

## [v3.5.0](https://github.com/puppetlabs/puppetlabs-peadm/tree/v3.5.0) (2022-04-13)

[Full Changelog](https://github.com/puppetlabs/puppetlabs-peadm/compare/v3.4.0...v3.5.0)
Expand Down
88 changes: 37 additions & 51 deletions REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,14 @@
* [`peadm::node_manager_yaml_location`](#peadmnode_manager_yaml_location)
* [`peadm::oid`](#peadmoid)
* [`peadm::plan_step`](#peadmplan_step)
* [`peadm::recovery_opts_default`](#peadmrecovery_opts_default)
* [`peadm::wait_until_service_ready`](#peadmwait_until_service_ready): A convenience function to help remember port numbers for services and handle running the wait_until_service_ready task

### Data types

* [`Peadm::Pe_version`](#peadmpe_version)
* [`Peadm::Pem`](#peadmpem)
* [`Peadm::Recovery_opts`](#peadmrecovery_opts)
* [`Peadm::SingleTargetSpec`](#peadmsingletargetspec): A SingleTargetSpec represents any String, Target or single-element array of one or the other that can be passed to get_targets() to return an

### Tasks
Expand Down Expand Up @@ -725,6 +727,18 @@ Data type: `Callable`



### <a name="peadmrecovery_opts_default"></a>`peadm::recovery_opts_default`

Type: Puppet Language

The peadm::recovery_opts_default function.

#### `peadm::recovery_opts_default()`

The peadm::recovery_opts_default function.

Returns: `Any`

### <a name="peadmwait_until_service_ready"></a>`peadm::wait_until_service_ready`

Type: Puppet Language
Expand Down Expand Up @@ -773,6 +787,23 @@ Alias of
Pattern[/^-----BEGIN/]
```

### <a name="peadmrecovery_opts"></a>`Peadm::Recovery_opts`

The Peadm::Recovery_opts data type.

Alias of

```puppet
Struct[{
'orchestrator' => Optional[Boolean],
'puppetdb' => Optional[Boolean],
'rbac' => Optional[Boolean],
'activity' => Optional[Boolean],
'ca' => Optional[Boolean[false]],
'classifier' => Optional[Boolean],
}]
```

### <a name="peadmsingletargetspec"></a>`Peadm::SingleTargetSpec`

A SingleTargetSpec represents any String, Target or single-element array of
Expand Down Expand Up @@ -1290,68 +1321,23 @@ This plan can backup data as outlined at insert doc

The following parameters are available in the `peadm::backup` plan:

* [`primary_host`](#primary_host)
* [`backup_orchestrator`](#backup_orchestrator)
* [`backup_rbac`](#backup_rbac)
* [`backup_activity`](#backup_activity)
* [`backup_ca_ssl`](#backup_ca_ssl)
* [`backup_puppetdb`](#backup_puppetdb)
* [`backup_classification`](#backup_classification)
* [`targets`](#targets)
* [`backup`](#backup)
* [`output_directory`](#output_directory)

##### <a name="primary_host"></a>`primary_host`
##### <a name="targets"></a>`targets`

Data type: `Peadm::SingleTargetSpec`



##### <a name="backup_orchestrator"></a>`backup_orchestrator`

Data type: `Boolean`



Default value: ``true``

##### <a name="backup_rbac"></a>`backup_rbac`

Data type: `Boolean`



Default value: ``true``

##### <a name="backup_activity"></a>`backup_activity`

Data type: `Boolean`



Default value: ``true``

##### <a name="backup_ca_ssl"></a>`backup_ca_ssl`

Data type: `Boolean`



Default value: ``true``

##### <a name="backup_puppetdb"></a>`backup_puppetdb`

Data type: `Boolean`


##### <a name="backup"></a>`backup`

Default value: ``false``
Data type: `Peadm::Recovery_opts`

##### <a name="backup_classification"></a>`backup_classification`

Data type: `Boolean`



Default value: ``true``
Default value: `{}`

##### <a name="output_directory"></a>`output_directory`

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.5.0",
"version": "3.6.0",
"author": "puppetlabs",
"summary": "Bolt plans used to deploy an at-scale Puppet Enterprise architecture",
"license": "Apache-2.0",
Expand Down

0 comments on commit 37148c2

Please sign in to comment.