diff --git a/letsencrypt/CHANGELOG.md b/letsencrypt/CHANGELOG.md index 88a81e9f5ca..a9b3040758b 100644 --- a/letsencrypt/CHANGELOG.md +++ b/letsencrypt/CHANGELOG.md @@ -2,6 +2,10 @@ ## 5.3.0 +- Disabled certbot-dns-mijn-host (Breaking change) + - issue: [mijnhost/certbot-dns-mijn-host#8](https://github.com/mijnhost/certbot-dns-mijn-host/issues/8) +- Disabled certbot-dns-websupport (Breaking change) + - issue: [johnybx/certbot-dns-websupport#1](https://github.com/johnybx/certbot-dns-websupport/issues/1) - Update certbot to 3.1.0 - Update acme to 3.1.0 - Update cryptography to 44.0.0 diff --git a/letsencrypt/Dockerfile b/letsencrypt/Dockerfile index ef4b69a752a..80bc1ff8c54 100644 --- a/letsencrypt/Dockerfile +++ b/letsencrypt/Dockerfile @@ -74,7 +74,8 @@ RUN \ certbot-dns-linode==${CERTBOT_VERSION} \ certbot-dns-loopia==${CERTBOT_DNS_LOOPIA_VERSION} \ certbot-dns-luadns==${CERTBOT_VERSION} \ - certbot-dns-mijn-host==${CERTBOT_DNS_MIJN_HOST_VERSION} \ + # Disabled due to unresolved issues + # certbot-dns-mijn-host==${CERTBOT_DNS_MIJN_HOST_VERSION} \ certbot-dns-njalla==${CERTBOT_NJALLA_VERSION} \ certbot-dns-norisnetwork==${CERTBOT_DNS_NORISNETWORK_VERSION} \ certbot-dns-nsone==${CERTBOT_VERSION} \ @@ -93,7 +94,8 @@ RUN \ certbot-dns-he==${CERTBOT_DNS_HE_VERSION} \ certbot-dns-easydns==${CERTBOT_DNS_EASYDNS_VERSION} \ certbot-dns-domainoffensive==${CERTBOT_DNS_DOMAINOFFENSIVE_VERSION} \ - certbot-dns-websupport==${CERTBOT_DNS_WEBSUPPORT_VERSION} \ + # Disabled due to unresolved issues + # certbot-dns-websupport==${CERTBOT_DNS_WEBSUPPORT_VERSION} \ certbot-dns-plesk==${CERTBOT_DNS_PLESK_VERSION} \ acme==${ACME_VERSION} \ && apk del .build-dependencies