Skip to content
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

Re-enable dns-mijn-host #3938

Merged
merged 6 commits into from
Feb 18, 2025
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions letsencrypt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 5.3.3

- Re-enabled certbot-dns-mijn-host

## 5.3.2

- Update certbot to 3.2.0
Expand Down
6 changes: 3 additions & 3 deletions letsencrypt/DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ dns-joker
dns-linode
dns-loopia
dns-luadns
dns-mijn-host (currently disable - see changelog)
dns-mijn-host
dns-njalla
dns-noris
dns-simply
Expand Down Expand Up @@ -1111,7 +1111,7 @@ The API key assigned to your Simply.com account can be found in your Simply.com


<details>
<summary>mijn.host DNS challenge (currently disable - see changelog)</summary>
<summary>mijn.host DNS challenge</summary>

```yaml
email: your.email@example.com
Expand Down Expand Up @@ -1162,7 +1162,7 @@ dns-ionos
dns-linode
dns-loopia
dns-luadns
dns-mijn-host (currently disable - see changelog)
dns-mijn-host
dns-njalla
dns-noris
dns-plesk
Expand Down
3 changes: 1 addition & 2 deletions letsencrypt/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,7 @@ RUN \
certbot-dns-linode==${CERTBOT_VERSION} \
certbot-dns-loopia==${CERTBOT_DNS_LOOPIA_VERSION} \
certbot-dns-luadns==${CERTBOT_VERSION} \
# Disabled due to unresolved issues
# certbot-dns-mijn-host==${CERTBOT_DNS_MIJN_HOST_VERSION} \
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} \
Expand Down
2 changes: 1 addition & 1 deletion letsencrypt/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ args:
CERTBOT_DNS_IONOS_VERSION: 2024.11.9
CERTBOT_DNS_JOKER_VERSION: 1.1.0
CERTBOT_DNS_LOOPIA_VERSION: 1.0.1
CERTBOT_DNS_MIJN_HOST_VERSION: 0.0.5
CERTBOT_DNS_MIJN_HOST_VERSION: 0.0.6
CERTBOT_DNS_NAMECHEAP_VERSION: 1.0.0
CERTBOT_DNS_NORISNETWORK_VERSION: 0.3.0
CERTBOT_DNS_TRANSIP_VERSION: 0.5.2
Expand Down
2 changes: 1 addition & 1 deletion letsencrypt/config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
version: 5.3.2
version: 5.3.3
breaking_versions: [5.3.0]
slug: letsencrypt
name: Let's Encrypt
Expand Down
Loading