mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 19:02:52 +02:00
post renewal hook: Add RENEWED_DOMAINS and FAILED_DOMAINS as environment variables (#9724)
* renewal hook: Add RENEWED_DOMAINS and FAILED_DOMAINS as environment variables * renewal hook: Updated documentation * renewal hook: Updated CHANGELOG * renew post hook: Add limit on variable sizes
This commit is contained in:
@@ -12,6 +12,7 @@ Certbot adheres to [Semantic Versioning](https://semver.org/).
|
||||
|
||||
* `NamespaceConfig` now tracks how its arguments were set via a dictionary, allowing us to remove a bunch
|
||||
of global state previously needed to inspect whether a user set an argument or not.
|
||||
* Added `RENEWED_DOMAINS` and `FAILED_DOMAINS` environment variables for consumption by post renewal hooks.
|
||||
|
||||
### Fixed
|
||||
|
||||
|
||||
Reference in New Issue
Block a user