Skip to content

Commit 9af3dcc

Browse files
authored
Merge pull request #87 from puppetlabs/release-prep
Release prep v3.4.0
2 parents e545abc + 014d3d2 commit 9af3dcc

File tree

2 files changed

+15
-5
lines changed

2 files changed

+15
-5
lines changed

CHANGELOG.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
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.4.0](https://github.com/puppetlabs/ca_extend/tree/v3.4.0) (2023-07-19)
6+
7+
[Full Changelog](https://github.com/puppetlabs/ca_extend/compare/v3.3.1...v3.4.0)
8+
9+
### Added
10+
11+
- Bump stdlib dependency [\#86](https://github.com/puppetlabs/ca_extend/pull/86) ([m0dular](https://github.com/m0dular))
12+
- \(SUP-4347\) Allow extend.sh to operate on Puppet 6 CAs [\#85](https://github.com/puppetlabs/ca_extend/pull/85) ([Sharpie](https://github.com/Sharpie))
13+
- Puppet 8 Compatibility [\#82](https://github.com/puppetlabs/ca_extend/pull/82) ([MartyEwings](https://github.com/MartyEwings))
14+
515
## [v3.3.1](https://github.com/puppetlabs/ca_extend/tree/v3.3.1) (2023-01-26)
616

717
[Full Changelog](https://github.com/puppetlabs/ca_extend/compare/v3.3.0...v3.3.1)
@@ -31,6 +41,10 @@ All notable changes to this project will be documented in this file. The format
3141
- \(SUP-3016\) Ensure valid json formatting [\#64](https://github.com/puppetlabs/ca_extend/pull/64) ([m0dular](https://github.com/m0dular))
3242
- \(SUP-3016\) Add printing dates to agent expiry task [\#63](https://github.com/puppetlabs/ca_extend/pull/63) ([elainemccloskey](https://github.com/elainemccloskey))
3343

44+
### Fixed
45+
46+
- \(SUP-3433\) Incorrect Error handling ref for upload\_ca\_cert.pp [\#67](https://github.com/puppetlabs/ca_extend/pull/67) ([MartyEwings](https://github.com/MartyEwings))
47+
3448
## [v3.1.0](https://github.com/puppetlabs/ca_extend/tree/v3.1.0) (2022-03-28)
3549

3650
[Full Changelog](https://github.com/puppetlabs/ca_extend/compare/v3.0.0...v3.1.0)
@@ -52,10 +66,6 @@ All notable changes to this project will be documented in this file. The format
5266
- Remove harmful terms from ca\_extend [\#40](https://github.com/puppetlabs/ca_extend/pull/40) ([gavindidrichsen](https://github.com/gavindidrichsen))
5367
- \(SUP-2497\) Remove EOL platforms and versions [\#39](https://github.com/puppetlabs/ca_extend/pull/39) ([m0dular](https://github.com/m0dular))
5468

55-
### Fixed
56-
57-
- \(SUP-3433\) Incorrect Error handling ref for upload\_ca\_cert.pp [\#67](https://github.com/puppetlabs/ca_extend/pull/67) ([MartyEwings](https://github.com/MartyEwings))
58-
5969
## [v2.1.0](https://github.com/puppetlabs/ca_extend/tree/v2.1.0) (2021-08-02)
6070

6171
[Full Changelog](https://github.com/puppetlabs/ca_extend/compare/v1.3.0...v2.1.0)

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