Skip to content

Commit bb21403

Browse files
committed
Release 4.1.0
1 parent 9a9319f commit bb21403

2 files changed

Lines changed: 22 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,27 @@ 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.0.0](https://github.com/voxpupuli/puppet-sslcertificate/tree/v4.0.0) (2019-03-09)
7+
## [v4.1.0](https://github.com/voxpupuli/puppet-sslcertificate/tree/v4.1.0) (2020-01-14)
8+
9+
[Full Changelog](https://github.com/voxpupuli/puppet-sslcertificate/compare/v4.0.0...v4.1.0)
10+
11+
**Closed issues:**
12+
13+
- Cannot install from UNC drive share [\#99](https://github.com/voxpupuli/puppet-sslcertificate/issues/99)
14+
- Needs to be idempotent [\#22](https://github.com/voxpupuli/puppet-sslcertificate/issues/22)
15+
- forge page is confusing [\#14](https://github.com/voxpupuli/puppet-sslcertificate/issues/14)
16+
- Intermediate store isn't closed after import. [\#12](https://github.com/voxpupuli/puppet-sslcertificate/issues/12)
17+
- Add secure password capabilities [\#7](https://github.com/voxpupuli/puppet-sslcertificate/issues/7)
18+
19+
**Merged pull requests:**
20+
21+
- ISSUE-99: Add note explaining redoubled backslashes. [\#100](https://github.com/voxpupuli/puppet-sslcertificate/pull/100) ([pillarsdotnet](https://github.com/pillarsdotnet))
22+
- ISSUE-12: Close intermediate store after import. [\#98](https://github.com/voxpupuli/puppet-sslcertificate/pull/98) ([pillarsdotnet](https://github.com/pillarsdotnet))
23+
- Remove duplicate CONTRIBUTING.md file [\#95](https://github.com/voxpupuli/puppet-sslcertificate/pull/95) ([dhoppe](https://github.com/dhoppe))
24+
- Allow `puppetlabs/stdlib` 6.x [\#93](https://github.com/voxpupuli/puppet-sslcertificate/pull/93) ([cubiclelord](https://github.com/cubiclelord))
25+
- No need to remove the running temp file [\#91](https://github.com/voxpupuli/puppet-sslcertificate/pull/91) ([johnburns320](https://github.com/johnburns320))
26+
27+
## [v4.0.0](https://github.com/voxpupuli/puppet-sslcertificate/tree/v4.0.0) (2019-05-02)
828

929
[Full Changelog](https://github.com/voxpupuli/puppet-sslcertificate/compare/v3.4.0...v4.0.0)
1030

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppet-sslcertificate",
3-
"version": "4.0.1-rc0",
3+
"version": "4.1.0",
44
"author": "Vox Pupuli",
55
"license": "MIT",
66
"summary": "Module to manage SSL Certificates on Windows Server 2008 and upwards",

0 commit comments

Comments
 (0)