From 64cde5d4e29fb64fb223100a076305f592a79659 Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Thu, 11 Jul 2024 07:42:18 +0200 Subject: [PATCH] Release 3.1.1 --- CHANGELOG.md | 11 +++++++++++ metadata.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0787d5..82e3215 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file. Each new release typically also includes the latest modulesync defaults. These should not affect the functionality of the module. +## [v3.1.1](https://github.com/voxpupuli/puppet-openssl/tree/v3.1.1) (2024-07-11) + +[Full Changelog](https://github.com/voxpupuli/puppet-openssl/compare/v3.1.0...v3.1.1) + +**Fixed bugs:** + +- r10k generate types fails [\#197](https://github.com/voxpupuli/puppet-openssl/issues/197) +- export/{pem\_cert,pem\_key,pkcs12}: `passin`, `passout`: use `shellquote()` instead of single quotation marks [\#199](https://github.com/voxpupuli/puppet-openssl/pull/199) ([pavelkovtunov](https://github.com/pavelkovtunov)) +- Add missing require so that generate types works. [\#198](https://github.com/voxpupuli/puppet-openssl/pull/198) ([ncstate-daniel](https://github.com/ncstate-daniel)) +- fix logic bug with extkeyusage and altnames [\#195](https://github.com/voxpupuli/puppet-openssl/pull/195) ([rtib](https://github.com/rtib)) + ## [v3.1.0](https://github.com/voxpupuli/puppet-openssl/tree/v3.1.0) (2024-05-02) [Full Changelog](https://github.com/voxpupuli/puppet-openssl/compare/v3.0.0...v3.1.0) diff --git a/metadata.json b/metadata.json index 0374e6d..23b32a2 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppet-openssl", - "version": "3.1.1-rc0", + "version": "3.1.1", "author": "Vox Pupuli", "summary": "OpenSSL Module", "license": "Apache-2.0",