Skip to content

Commit

Permalink
Merge pull request #89 from bastelfreak/rel400
Browse files Browse the repository at this point in the history
release 4.0.0
  • Loading branch information
bastelfreak authored May 2, 2019
2 parents 740cf8c + bbb1b98 commit 866f7ae
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,28 @@ 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.

## [v4.0.0](https://github.com/voxpupuli/puppet-sslcertificate/tree/v4.0.0) (2019-03-09)

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

**Breaking changes:**

- modulesync 2.5.1 & drop Puppet 4 [\#88](https://github.com/voxpupuli/puppet-sslcertificate/pull/88) ([bastelfreak](https://github.com/bastelfreak))

**Implemented enhancements:**

- Add wildcard & bypass Intermediate Store support [\#84](https://github.com/voxpupuli/puppet-sslcertificate/pull/84) ([arthurbarton](https://github.com/arthurbarton))

**Fixed bugs:**

- PrivateKey directory is filling up [\#33](https://github.com/voxpupuli/puppet-sslcertificate/issues/33)
- Checks if the certificate is installed without creating an object [\#70](https://github.com/voxpupuli/puppet-sslcertificate/pull/70) ([cmezzett](https://github.com/cmezzett))

**Merged pull requests:**

- modulesync 2.2.0 and allow puppet 6.x [\#85](https://github.com/voxpupuli/puppet-sslcertificate/pull/85) ([bastelfreak](https://github.com/bastelfreak))
- Do not remove scripts as they are not stored on disk [\#76](https://github.com/voxpupuli/puppet-sslcertificate/pull/76) ([walkamongus](https://github.com/walkamongus))

## [v3.4.0](https://github.com/voxpupuli/puppet-sslcertificate/tree/v3.4.0) (2018-09-07)

[Full Changelog](https://github.com/voxpupuli/puppet-sslcertificate/compare/v3.3.0...v3.4.0)
Expand Down Expand Up @@ -66,6 +88,7 @@ These should not affect the functionality of the module.

**Merged pull requests:**

- release 3.0.0 [\#55](https://github.com/voxpupuli/puppet-sslcertificate/pull/55) ([bastelfreak](https://github.com/bastelfreak))
- replace validate\_\* with puppet4 datatypes [\#52](https://github.com/voxpupuli/puppet-sslcertificate/pull/52) ([bastelfreak](https://github.com/bastelfreak))

## [v2.2.0](https://github.com/voxpupuli/puppet-sslcertificate/tree/v2.2.0) (2017-02-11)
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "puppet-sslcertificate",
"version": "3.4.1-rc1",
"version": "4.0.0",
"author": "Vox Pupuli",
"license": "MIT",
"summary": "Module to manage SSL Certificates on Windows Server 2008 and upwards",
Expand Down

0 comments on commit 866f7ae

Please sign in to comment.