-
-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2.9.0 release ? #71
Comments
I think that the root cause is that NPM has tied the version of this plugin to the version of Certbot. This will come up every single time there is an update to certbot. I've encountered another error, relating to certbot/plugins/dns_common_lexicon.py and the recent update about delegated subdomains, so try at your own risk. |
We need a workflow or bot here that automatically updates this package when certbot is updated, and tests it and then releases if someone wants to take that on. |
Hi,
If one is using
nginx-proxy-manager,
it will try to install this package, however using latest nginx-proxy-manager (2.11.1) with certbot2.9.0
will fail withNo matching distribution found for certbot-dns-godaddy==2.9.0
Looking at sources of nginx-proxy-manager, it's gonna install
certbot-dns-godaddy==${certbot-version}
. RefThe way it gets
certbot-version
is by doingcertbot --version
RefDoing it on the latest nginx-proxy-manager, I get this:
So I think we effectively need release of this repo with version
2.9.0
, or we open an issue in nginx-proxy-manager to use2.8.0
(latest version of this repo at the time of writing)Update: I should have checked nginx-proxy-manager repo for this issue. and indeed there is one: NginxProxyManager/nginx-proxy-manager#3592
But I think the proposed solutions there (exec into container, and hack stuff is not a great solution, so opening a issue here to fix the root cause)
The text was updated successfully, but these errors were encountered: