Skip to content

Commit fcb4b9d

Browse files
Release Automationgithub-actions[bot]
authored andcommitted
Release 13.0.0
1 parent bb667b6 commit fcb4b9d

2 files changed

Lines changed: 29 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,34 @@ 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-
## [v12.0.0](https://github.com/voxpupuli/puppet-letsencrypt/tree/v12.0.0) (2025-04-15)
7+
## [v13.0.0](https://github.com/voxpupuli/puppet-letsencrypt/tree/v13.0.0) (2025-09-25)
8+
9+
[Full Changelog](https://github.com/voxpupuli/puppet-letsencrypt/compare/v12.0.0...v13.0.0)
10+
11+
**Breaking changes:**
12+
13+
- Drop support for EOL Ubuntu 20.04 [\#386](https://github.com/voxpupuli/puppet-letsencrypt/pull/386) ([kenyon](https://github.com/kenyon))
14+
- Drop puppet, update openvox minimum version to 8.19 [\#382](https://github.com/voxpupuli/puppet-letsencrypt/pull/382) ([TheMeier](https://github.com/TheMeier))
15+
16+
**Implemented enhancements:**
17+
18+
- Add support for Debian 13 [\#387](https://github.com/voxpupuli/puppet-letsencrypt/pull/387) ([kenyon](https://github.com/kenyon))
19+
- Add support for Debian 12 [\#385](https://github.com/voxpupuli/puppet-letsencrypt/pull/385) ([smortex](https://github.com/smortex))
20+
- Add Ubuntu 24.04 as a supported OS [\#375](https://github.com/voxpupuli/puppet-letsencrypt/pull/375) ([Tonguechaude](https://github.com/Tonguechaude))
21+
- Add support for installing and configuring Certbot Apache plugin [\#357](https://github.com/voxpupuli/puppet-letsencrypt/pull/357) ([NeatNerdPrime](https://github.com/NeatNerdPrime))
22+
- add option for removing cron job provided by distribution packages [\#289](https://github.com/voxpupuli/puppet-letsencrypt/pull/289) ([gmenuel](https://github.com/gmenuel))
23+
- Change the default `cron_hour` to twice a day [\#283](https://github.com/voxpupuli/puppet-letsencrypt/pull/283) ([bkuebler](https://github.com/bkuebler))
24+
25+
**Fixed bugs:**
26+
27+
- Make `renew_cron_environment` optional [\#383](https://github.com/voxpupuli/puppet-letsencrypt/pull/383) ([robertc99](https://github.com/robertc99))
28+
29+
**Closed issues:**
30+
31+
- /etc/cron.d/certbot cron file should be absent when manage\_cron is set to true on Debian [\#164](https://github.com/voxpupuli/puppet-letsencrypt/issues/164)
32+
- cron job frequency [\#47](https://github.com/voxpupuli/puppet-letsencrypt/issues/47)
33+
34+
## [v12.0.0](https://github.com/voxpupuli/puppet-letsencrypt/tree/v12.0.0) (2025-04-16)
835

936
[Full Changelog](https://github.com/voxpupuli/puppet-letsencrypt/compare/v11.1.0...v12.0.0)
1037

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppet-letsencrypt",
3-
"version": "12.0.1-rc0",
3+
"version": "13.0.0",
44
"author": "Vox Pupuli",
55
"summary": "Manages lets-encrypt and certbot + related certs",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)