Skip to content

Commit 4e72d76

Browse files
authored
Merge pull request #90 from puppetlabs/release-prep
Release prep v3.5.0
2 parents 1670624 + 1316bf4 commit 4e72d76

File tree

3 files changed

+28
-2
lines changed

3 files changed

+28
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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.5.0](https://github.com/puppetlabs/ca_extend/tree/v3.5.0) (2023-10-03)
6+
7+
[Full Changelog](https://github.com/puppetlabs/ca_extend/compare/v3.4.0...v3.5.0)
8+
9+
### Added
10+
11+
- \(SUP-3564\) Support more types of infra nodes [\#89](https://github.com/puppetlabs/ca_extend/pull/89) ([m0dular](https://github.com/m0dular))
12+
513
## [v3.4.0](https://github.com/puppetlabs/ca_extend/tree/v3.4.0) (2023-07-19)
614

715
[Full Changelog](https://github.com/puppetlabs/ca_extend/compare/v3.3.1...v3.4.0)

REFERENCE.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,8 @@ The following parameters are available in the `ca_extend::extend_ca_cert` plan:
148148

149149
* [`targets`](#-ca_extend--extend_ca_cert--targets)
150150
* [`compilers`](#-ca_extend--extend_ca_cert--compilers)
151+
* [`replica`](#-ca_extend--extend_ca_cert--replica)
152+
* [`psql_nodes`](#-ca_extend--extend_ca_cert--psql_nodes)
151153
* [`ssldir`](#-ca_extend--extend_ca_cert--ssldir)
152154
* [`regen_primary_cert`](#-ca_extend--extend_ca_cert--regen_primary_cert)
153155

@@ -161,7 +163,23 @@ The target node on which to run the plan. Should be the primary Puppet server
161163

162164
Data type: `Optional[TargetSpec]`
163165

164-
Optional comma separated list of compilers to upload the certificate to
166+
Optional comma separated list of compilers to configure to use the extended CA
167+
168+
Default value: `undef`
169+
170+
##### <a name="-ca_extend--extend_ca_cert--replica"></a>`replica`
171+
172+
Data type: `Optional[TargetSpec]`
173+
174+
Optional replica to configure to use the extended CA
175+
176+
Default value: `undef`
177+
178+
##### <a name="-ca_extend--extend_ca_cert--psql_nodes"></a>`psql_nodes`
179+
180+
Data type: `Optional[TargetSpec]`
181+
182+
Optional comma separated list of psql nodes to configure to use the extended CA
165183

166184
Default value: `undef`
167185

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-ca_extend",
3-
"version": "3.4.0",
3+
"version": "3.5.0",
44
"author": "Adrian Parreiras Horta",
55
"summary": "A set of Bolt Plans and Tasks to extend the CA cert in Puppet Enterprise",
66
"license": "GPL-2.0-only",

0 commit comments

Comments
 (0)