Skip to content

Commit 578a13b

Browse files
authored
Merge pull request #304 from treydock/release
Release 9.0.1
2 parents f9de230 + 4288314 commit 578a13b

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,19 @@ 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-
## [v9.0.0](https://github.com/voxpupuli/puppet-letsencrypt/tree/v9.0.0) (2022-11-18)
7+
## [v9.0.1](https://github.com/voxpupuli/puppet-letsencrypt/tree/v9.0.1) (2022-12-02)
8+
9+
[Full Changelog](https://github.com/voxpupuli/puppet-letsencrypt/compare/v9.0.0...v9.0.1)
10+
11+
**Fixed bugs:**
12+
13+
- Update REFERENCE.md with recent breaking changes [\#303](https://github.com/voxpupuli/puppet-letsencrypt/pull/303) ([treydock](https://github.com/treydock))
14+
15+
**Closed issues:**
16+
17+
- Documentation/examples for certonly `suppress_cron_output` not updated after removal of parameter [\#302](https://github.com/voxpupuli/puppet-letsencrypt/issues/302)
18+
19+
## [v9.0.0](https://github.com/voxpupuli/puppet-letsencrypt/tree/v9.0.0) (2022-11-21)
820

921
[Full Changelog](https://github.com/voxpupuli/puppet-letsencrypt/compare/v8.0.2...v9.0.0)
1022

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ Only specific certificates will be renewed using `certbot certonly`.
146146
* `cron_monthday` can be used to specify one or multiple days of the month to run the cron job (defaults to every day)
147147
* `cron_hour` can be used to specify hour(s) to run the cron job (defaults to a seeded random hour)
148148
* `cron_minute` can be used to specify minute(s) to run the cron job (defaults to a seeded random minute)
149-
* `suppress_cron_output` can be used to disable output (and resulting emails) generated by the cron command
149+
* `cron_output` can be used to disable output (and resulting emails) generated by the cron command
150150

151151
```puppet
152152
letsencrypt::certonly { 'foo':
@@ -156,7 +156,7 @@ letsencrypt::certonly { 'foo':
156156
cron_minute => '30',
157157
cron_before_command => 'service nginx stop',
158158
cron_success_command => '/bin/systemctl reload nginx.service',
159-
suppress_cron_output => true,
159+
cron_output => 'suppress',
160160
}
161161
```
162162

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

0 commit comments

Comments
 (0)