Skip to content

Commit 01c0acc

Browse files
authored
Merge pull request #371 from voxpupuli/release-prep
Release 12.0.0
2 parents 269d2ab + 422c51c commit 01c0acc

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,28 @@ 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)
8+
9+
[Full Changelog](https://github.com/voxpupuli/puppet-letsencrypt/compare/v11.1.0...v12.0.0)
10+
11+
**Breaking changes:**
12+
13+
- drop support for Fedora 39 -- EOL [\#373](https://github.com/voxpupuli/puppet-letsencrypt/pull/373) ([jhoblitt](https://github.com/jhoblitt))
14+
- drop support for CentOS 8 -- EOL [\#372](https://github.com/voxpupuli/puppet-letsencrypt/pull/372) ([jhoblitt](https://github.com/jhoblitt))
15+
- Drop EL7 support [\#356](https://github.com/voxpupuli/puppet-letsencrypt/pull/356) ([ekohl](https://github.com/ekohl))
16+
- Remove EoL FreeBSD 12 [\#354](https://github.com/voxpupuli/puppet-letsencrypt/pull/354) ([rtprio](https://github.com/rtprio))
17+
- Update FreeBSD packages to Python 3.11 [\#352](https://github.com/voxpupuli/puppet-letsencrypt/pull/352) ([rtprio](https://github.com/rtprio))
18+
19+
**Implemented enhancements:**
20+
21+
- metadata.json: Add OpenVox [\#367](https://github.com/voxpupuli/puppet-letsencrypt/pull/367) ([jstraw](https://github.com/jstraw))
22+
- Add support for certbot-dns-linode [\#363](https://github.com/voxpupuli/puppet-letsencrypt/pull/363) ([justafish](https://github.com/justafish))
23+
24+
**Fixed bugs:**
25+
26+
- DNS Route 53 propagation Seconds / Certbot [\#368](https://github.com/voxpupuli/puppet-letsencrypt/issues/368)
27+
- \(certonly.pp\) remove stale route 53 dns plugin flag [\#369](https://github.com/voxpupuli/puppet-letsencrypt/pull/369) ([dtapiacl](https://github.com/dtapiacl))
28+
729
## [v11.1.0](https://github.com/voxpupuli/puppet-letsencrypt/tree/v11.1.0) (2024-09-09)
830

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

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": "11.1.1-rc0",
3+
"version": "12.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)