mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 02:44:21 +02:00
certbot.interfaces: reintroduce empty zope interfaces (#9486)
* reintroduce certbot.interfaces.I* classes * add wiki link
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user