Skip to content

Commit

Permalink
Merge pull request #201 from bastelfreak/release-3.1.1
Browse files Browse the repository at this point in the history
Release 3.1.1
  • Loading branch information
bastelfreak authored Jul 11, 2024
2 parents d5ca92d + 64cde5d commit 43721e0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{

Check warning on line 1 in metadata.json

View workflow job for this annotation

GitHub Actions / Puppet / Static validations

Skipping EOL operating system Debian 8

Check warning on line 1 in metadata.json

View workflow job for this annotation

GitHub Actions / Puppet / Static validations

Skipping EOL operating system Debian 9

Check warning on line 1 in metadata.json

View workflow job for this annotation

GitHub Actions / Puppet / Static validations

Skipping EOL operating system Debian 10

Check warning on line 1 in metadata.json

View workflow job for this annotation

GitHub Actions / Puppet / Static validations

Skipping EOL operating system Ubuntu 14.04

Check warning on line 1 in metadata.json

View workflow job for this annotation

GitHub Actions / Puppet / Static validations

Skipping EOL operating system Ubuntu 16.04

Check warning on line 1 in metadata.json

View workflow job for this annotation

GitHub Actions / Puppet / Static validations

Skipping EOL operating system Ubuntu 18.04

Check warning on line 1 in metadata.json

View workflow job for this annotation

GitHub Actions / Puppet / Static validations

Skipping EOL operating system RedHat 6

Check warning on line 1 in metadata.json

View workflow job for this annotation

GitHub Actions / Puppet / Static validations

Skipping EOL operating system RedHat 7

Check warning on line 1 in metadata.json

View workflow job for this annotation

GitHub Actions / Puppet / Static validations

Skipping EOL operating system CentOS 6

Check warning on line 1 in metadata.json

View workflow job for this annotation

GitHub Actions / Puppet / Static validations

Skipping EOL operating system CentOS 7
"name": "puppet-openssl",
"version": "3.1.1-rc0",
"version": "3.1.1",
"author": "Vox Pupuli",
"summary": "OpenSSL Module",
"license": "Apache-2.0",
Expand Down

0 comments on commit 43721e0

Please sign in to comment.