From 014d3d2246e12a0a2769ce2705b97295607e2b8f Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 19 Jul 2023 16:38:14 +0000 Subject: [PATCH] Release prep v3.4.0 --- CHANGELOG.md | 18 ++++++++++++++---- metadata.json | 2 +- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 89e8b7f..b0ff9b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) @@ -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) @@ -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) diff --git a/metadata.json b/metadata.json index ac22a39..a369e18 100644 --- a/metadata.json +++ b/metadata.json @@ -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",