Skip to content

Commit

Permalink
Merge pull request #87 from puppetlabs/release-prep
Browse files Browse the repository at this point in the history
Release prep v3.4.0
  • Loading branch information
m0dular authored Jul 19, 2023
2 parents e545abc + 014d3d2 commit 9af3dcc
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
18 changes: 14 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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.4.0](https://github.com/puppetlabs/ca_extend/tree/v3.4.0) (2023-07-19)

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

### Added

- Bump stdlib dependency [\#86](https://github.com/puppetlabs/ca_extend/pull/86) ([m0dular](https://github.com/m0dular))
- \(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))
- Puppet 8 Compatibility [\#82](https://github.com/puppetlabs/ca_extend/pull/82) ([MartyEwings](https://github.com/MartyEwings))

## [v3.3.1](https://github.com/puppetlabs/ca_extend/tree/v3.3.1) (2023-01-26)

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

### Fixed

- \(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))

## [v3.1.0](https://github.com/puppetlabs/ca_extend/tree/v3.1.0) (2022-03-28)

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

### Fixed

- \(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))

## [v2.1.0](https://github.com/puppetlabs/ca_extend/tree/v2.1.0) (2021-08-02)

[Full Changelog](https://github.com/puppetlabs/ca_extend/compare/v1.3.0...v2.1.0)
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-ca_extend",
"version": "3.3.1",
"version": "3.4.0",
"author": "Adrian Parreiras Horta",
"summary": "A set of Bolt Plans and Tasks to extend the CA cert in Puppet Enterprise",
"license": "GPL-2.0-only",
Expand Down

0 comments on commit 9af3dcc

Please sign in to comment.