Skip to content

Commit 4a95309

Browse files
authored
Merge pull request #407 from voxpupuli/release-prep
Release 13.2.0
2 parents 9756f83 + 016b43f commit 4a95309

File tree

2 files changed

+24
-12
lines changed

2 files changed

+24
-12
lines changed

CHANGELOG.md

Lines changed: 23 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,26 @@ 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-
## [v13.1.0](https://github.com/voxpupuli/puppet-letsencrypt/tree/v13.1.0) (2025-09-25)
7+
## [v13.2.0](https://github.com/voxpupuli/puppet-letsencrypt/tree/v13.2.0) (2026-02-10)
8+
9+
[Full Changelog](https://github.com/voxpupuli/puppet-letsencrypt/compare/v13.1.0...v13.2.0)
10+
11+
**Implemented enhancements:**
12+
13+
- Add support for plugin dns-ovh [\#402](https://github.com/voxpupuli/puppet-letsencrypt/pull/402) ([bastelfreak](https://github.com/bastelfreak))
14+
- Add support for FreeBSD 15 [\#399](https://github.com/voxpupuli/puppet-letsencrypt/pull/399) ([smortex](https://github.com/smortex))
15+
16+
**Fixed bugs:**
17+
18+
- \(\#396\) Add support for adding hooks after cert creation [\#405](https://github.com/voxpupuli/puppet-letsencrypt/pull/405) ([bastelfreak](https://github.com/bastelfreak))
19+
20+
**Merged pull requests:**
21+
22+
- Further cleanup if conditions [\#404](https://github.com/voxpupuli/puppet-letsencrypt/pull/404) ([bastelfreak](https://github.com/bastelfreak))
23+
- certonly: Cleanup if conditions [\#403](https://github.com/voxpupuli/puppet-letsencrypt/pull/403) ([bastelfreak](https://github.com/bastelfreak))
24+
- README: replace Travis status badge with GitHub Actions status [\#391](https://github.com/voxpupuli/puppet-letsencrypt/pull/391) ([kenyon](https://github.com/kenyon))
25+
26+
## [v13.1.0](https://github.com/voxpupuli/puppet-letsencrypt/tree/v13.1.0) (2025-09-26)
827

928
[Full Changelog](https://github.com/voxpupuli/puppet-letsencrypt/compare/v13.0.0...v13.1.0)
1029

@@ -503,16 +522,7 @@ These should not affect the functionality of the module.
503522

504523
## [v1.0.1](https://github.com/voxpupuli/puppet-letsencrypt/tree/v1.0.1) (2016-12-23)
505524

506-
[Full Changelog](https://github.com/voxpupuli/puppet-letsencrypt/compare/v999.999.999...v1.0.1)
507-
508-
**Merged pull requests:**
509-
510-
- Bump minimum version dependencies \(for Puppet 4\) [\#72](https://github.com/voxpupuli/puppet-letsencrypt/pull/72) ([juniorsysadmin](https://github.com/juniorsysadmin))
511-
- release 1.0.1 [\#71](https://github.com/voxpupuli/puppet-letsencrypt/pull/71) ([bastelfreak](https://github.com/bastelfreak))
512-
513-
## [v999.999.999](https://github.com/voxpupuli/puppet-letsencrypt/tree/v999.999.999) (2016-12-20)
514-
515-
[Full Changelog](https://github.com/voxpupuli/puppet-letsencrypt/compare/v1.0.0...v999.999.999)
525+
[Full Changelog](https://github.com/voxpupuli/puppet-letsencrypt/compare/v1.0.0...v1.0.1)
516526

517527
**Closed issues:**
518528

@@ -529,6 +539,8 @@ These should not affect the functionality of the module.
529539

530540
**Merged pull requests:**
531541

542+
- Bump minimum version dependencies \(for Puppet 4\) [\#72](https://github.com/voxpupuli/puppet-letsencrypt/pull/72) ([juniorsysadmin](https://github.com/juniorsysadmin))
543+
- release 1.0.1 [\#71](https://github.com/voxpupuli/puppet-letsencrypt/pull/71) ([bastelfreak](https://github.com/bastelfreak))
532544
- Bump LetsEncrypt version to 0.9.3 \(latest as of Oct 2016\) [\#61](https://github.com/voxpupuli/puppet-letsencrypt/pull/61) ([jethrocarr](https://github.com/jethrocarr))
533545
- Fix cronspam [\#60](https://github.com/voxpupuli/puppet-letsencrypt/pull/60) ([jethrocarr](https://github.com/jethrocarr))
534546
- Fix failing builds [\#57](https://github.com/voxpupuli/puppet-letsencrypt/pull/57) ([jethrocarr](https://github.com/jethrocarr))

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": "13.1.1-rc0",
3+
"version": "13.2.0",
44
"author": "Vox Pupuli",
55
"summary": "Manages lets-encrypt and certbot + related certs",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)