File tree Expand file tree Collapse file tree 3 files changed +16
-4
lines changed Expand file tree Collapse file tree 3 files changed +16
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,19 @@ All notable changes to this project will be documented in this file.
44Each new release typically also includes the latest modulesync defaults.
55These 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
Original file line number Diff line number Diff 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
152152letsencrypt::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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments