Skip to content

Commit

Permalink
release 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fraenki committed Apr 17, 2024
1 parent 99c681f commit 3a9ccd6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [5.0.0] - 2024-04-17

### Added
* New parameters: `$acme::default_account`, `$acme::default_profile` ([#38])
Expand All @@ -13,6 +13,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
* Change default for `$ca` in `acme::certificate` to `$acme::default_ca` ([#37])
* Change default for `$use_account` in `acme::certificate` to `$acme::default_account` ([#38])
* Change default for `$use_profile` in `acme::certificate` to `$acme::default_profile` ([#38])
* Change default for `$acme_host` to `$server_facts['servername']`
* Bump module dependencies
* Update PDK to 3.0.1

### Removed
* Drop EOL operating systems
* Drop Puppet 6 support

### Fixed
* Fix secret leakage in debug `notify` ([#50])
Expand Down Expand Up @@ -181,7 +188,8 @@ This new major release is an effort to modernize the module. It fixes some long-
## [1.0.0] - 2017-04-16
Initial release (fork of bzed-letsencrypt).

[Unreleased]: https://github.com/fraenki/puppet-acme/compare/4.1.0...HEAD
[Unreleased]: https://github.com/fraenki/puppet-acme/compare/5.0.0...HEAD
[5.0.0]: https://github.com/fraenki/puppet-acme/compare/4.1.0...5.0.0
[4.1.0]: https://github.com/fraenki/puppet-acme/compare/4.0.1...4.1.0
[4.0.1]: https://github.com/fraenki/puppet-acme/compare/4.0.0...4.0.1
[4.0.0]: https://github.com/fraenki/puppet-acme/compare/3.0.0...4.0.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 @@
{
"name": "markt-acme",
"version": "4.1.0",
"version": "5.0.0",
"author": "markt.de",
"summary": "Centralized SSL certificate management using Let's Encrypt and the lightweight acme.sh",
"license": "Apache-2.0",
Expand Down

0 comments on commit 3a9ccd6

Please sign in to comment.