Skip to content

Commit fb362e7

Browse files
authored
Merge pull request #246 from voxpupuli/release-prep
Release 4.2.0
2 parents b8c0c10 + 5e08403 commit fb362e7

File tree

2 files changed

+25
-4
lines changed

2 files changed

+25
-4
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,29 @@ All notable changes to this project will be documented in this file.
44
Each new release typically also includes the latest modulesync defaults.
55
These should not affect the functionality of the module.
66

7+
## [v4.2.0](https://github.com/voxpupuli/puppet-openssl/tree/v4.2.0) (2025-02-10)
8+
9+
[Full Changelog](https://github.com/voxpupuli/puppet-openssl/compare/v4.1.0...v4.2.0)
10+
11+
**Implemented enhancements:**
12+
13+
- file mode: Use type from stdlib [\#237](https://github.com/voxpupuli/puppet-openssl/pull/237) ([bastelfreak](https://github.com/bastelfreak))
14+
- add user/group/mode parameter to custom types [\#129](https://github.com/voxpupuli/puppet-openssl/pull/129) ([trefzer](https://github.com/trefzer))
15+
16+
**Fixed bugs:**
17+
18+
- fix default configs file ownership [\#235](https://github.com/voxpupuli/puppet-openssl/pull/235) ([trefzer](https://github.com/trefzer))
19+
- fix: remove `nokeys` option and set default empty import/export passwords [\#233](https://github.com/voxpupuli/puppet-openssl/pull/233) ([bastelfreak](https://github.com/bastelfreak))
20+
- Fix expression that looks like boolish logic [\#231](https://github.com/voxpupuli/puppet-openssl/pull/231) ([rtib](https://github.com/rtib))
21+
22+
**Merged pull requests:**
23+
24+
- openssl::export::pkcs12: Enhance acceptance tests with openssl validation [\#244](https://github.com/voxpupuli/puppet-openssl/pull/244) ([marcusdots](https://github.com/marcusdots))
25+
- openssl::export::pem\_key: Add acceptance tests [\#243](https://github.com/voxpupuli/puppet-openssl/pull/243) ([bastelfreak](https://github.com/bastelfreak))
26+
- openssl::certificate::pkcs12: Add test for x509 without password [\#242](https://github.com/voxpupuli/puppet-openssl/pull/242) ([bastelfreak](https://github.com/bastelfreak))
27+
- openssl::export::pkcs12: cleanup if condition [\#240](https://github.com/voxpupuli/puppet-openssl/pull/240) ([bastelfreak](https://github.com/bastelfreak))
28+
- Add acceptance test for PKCS\#12 generation with password [\#239](https://github.com/voxpupuli/puppet-openssl/pull/239) ([bastelfreak](https://github.com/bastelfreak))
29+
730
## [v4.1.0](https://github.com/voxpupuli/puppet-openssl/tree/v4.1.0) (2024-10-01)
831

932
[Full Changelog](https://github.com/voxpupuli/puppet-openssl/compare/v4.0.0...v4.1.0)

metadata.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppet-openssl",
3-
"version": "4.1.1-rc0",
3+
"version": "4.2.0",
44
"author": "Vox Pupuli",
55
"summary": "OpenSSL Module",
66
"license": "Apache-2.0",
@@ -78,9 +78,7 @@
7878
},
7979
{
8080
"operatingsystem": "Archlinux",
81-
"operatingsystemrelease": [
82-
83-
]
81+
"operatingsystemrelease": []
8482
}
8583
],
8684
"requirements": [

0 commit comments

Comments
 (0)