certbot.interfaces: reintroduce empty zope interfaces (#9486)

* reintroduce certbot.interfaces.I* classes

* add wiki link
This commit is contained in:
alexzorin
2022-12-01 08:42:54 +11:00
committed by GitHub
parent c178fa8c0b
commit fe5e56a52c
2 changed files with 24 additions and 1 deletions
+6 -1
View File
@@ -14,7 +14,12 @@ Certbot adheres to [Semantic Versioning](https://semver.org/).
### Fixed
*
* `IPluginFactory`, `IPlugin`, `IAuthenticator` and `IInstaller` have been re-added to
`certbot.interfaces`.
- This is to fix compatibility with a number of third-party DNS plugins which may
have started erroring with `AttributeError` in Certbot v2.0.0.
- Plugin authors can find more information about Certbot 2.x compatibility
[here](https://github.com/certbot/certbot/wiki/Certbot-v2.x-Plugin-Compatibility).
More details about these changes can be found on our GitHub repo.