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:
Michael Cassaniti
2023-07-06 06:56:31 -07:00
committed by GitHub
parent d0e11c81b1
commit 436b7fbe28
6 changed files with 111 additions and 17 deletions
+1
View File
@@ -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