-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
letsencrypt: Update certbot and dns plugins (#3902)
* letsencrypt: update certbot and dns plugins * fixes CVE-2024-12797 * letsencrypt: Update remaining dns challenges with DNS_PROVIDER placeholder * letsencrypt: Remove verbose flag from INWX command line * letsencrypt: Update INWX API URL * letsencrypt: disabled dns-mijn-host and dns-websupport * plugins are currently outdated and/or unmaintained * add breaking_versions to config.yaml Co-authored-by: Stefan Agner <stefan@agner.ch> Signed-off-by: Goetz Goerisch <47734341+GoetzGoerisch@users.noreply.github.com> * letsencrypt: update to Python 3.13 and Alpine 3.21 Signed-off-by: Goetz Goerisch <47734341+GoetzGoerisch@users.noreply.github.com> * letsencrypt: fix cmd inconsistency for dns-infomaniak --------- Signed-off-by: Goetz Goerisch <47734341+GoetzGoerisch@users.noreply.github.com> Co-authored-by: Stefan Agner <stefan@agner.ch>
- Loading branch information
1 parent
e316767
commit 72f0b7f
Showing
7 changed files
with
60 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,43 +1,43 @@ | ||
--- | ||
build_from: | ||
aarch64: ghcr.io/home-assistant/aarch64-base-python:3.12-alpine3.20 | ||
amd64: ghcr.io/home-assistant/amd64-base-python:3.12-alpine3.20 | ||
armhf: ghcr.io/home-assistant/armhf-base-python:3.12-alpine3.20 | ||
armv7: ghcr.io/home-assistant/armv7-base-python:3.12-alpine3.20 | ||
i386: ghcr.io/home-assistant/i386-base-python:3.12-alpine3.20 | ||
aarch64: ghcr.io/home-assistant/aarch64-base-python:3.13-alpine3.21 | ||
amd64: ghcr.io/home-assistant/amd64-base-python:3.13-alpine3.21 | ||
armhf: ghcr.io/home-assistant/armhf-base-python:3.13-alpine3.21 | ||
armv7: ghcr.io/home-assistant/armv7-base-python:3.13-alpine3.21 | ||
i386: ghcr.io/home-assistant/i386-base-python:3.13-alpine3.21 | ||
codenotary: | ||
signer: notary@home-assistant.io | ||
base_image: notary@home-assistant.io | ||
args: | ||
CLOUDFLARE_VERSION: 2.19.4 | ||
CRYPTOGRAPHY_VERSION: 42.0.8 | ||
CERTBOT_VERSION: 2.11.0 | ||
CERTBOT_DNS_AZURE_VERSION: 2.5.0 | ||
CRYPTOGRAPHY_VERSION: 44.0.1 | ||
CERTBOT_VERSION: 3.1.0 | ||
CERTBOT_DNS_AZURE_VERSION: 2.6.1 | ||
CERTBOT_DNS_CLOUDNS_VERSION: 0.7.0 | ||
CERTBOT_DNS_DESEC_VERSION: 1.2.1 | ||
CERTBOT_DNS_DIRECTADMIN_VERSION: 1.0.12 | ||
CERTBOT_DNS_DUCKDNS_VERSION: 1.3 | ||
CERTBOT_DNS_DYNU_VERSION: 0.0.5 | ||
CERTBOT_DNS_DIRECTADMIN_VERSION: 1.0.13 | ||
CERTBOT_DNS_DUCKDNS_VERSION: 1.5 | ||
CERTBOT_DNS_DYNU_VERSION: 0.0.6 | ||
CERTBOT_DNS_EASYDNS_VERSION: 0.1.4 | ||
CERTBOT_DNS_HURRICANE_ELECTRIC_VERSION: 0.1.0 | ||
CERTBOT_DNS_HETZNER_VERSION: 2.0.1 | ||
CERTBOT_DNS_INFOMANIAK_VERSION: 0.2.3 | ||
CERTBOT_DNS_INWX_VERSION: 2.2.0 | ||
CERTBOT_DNS_IONOS_VERSION: 2024.1.8 | ||
CERTBOT_DNS_INWX_VERSION: 3.0.1 | ||
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_NAMECHEAP_VERSION: 1.0.0 | ||
CERTBOT_DNS_NORISNETWORK_VERSION: 0.2.1 | ||
CERTBOT_DNS_NORISNETWORK_VERSION: 0.3.0 | ||
CERTBOT_DNS_TRANSIP_VERSION: 0.5.2 | ||
CERTBOT_DNS_PORKBUN_VERSION: 0.8.0 | ||
CERTBOT_DNS_PORKBUN_VERSION: 0.9.1 | ||
CERTBOT_DNS_WEBSUPPORT_VERSION: 2.0.1 | ||
CERTBOT_DNS_SIMPLY_VERSION: 0.1.2 | ||
CERTBOT_GANDI_VERSION: 1.5.0 | ||
CERTBOT_NETCUP_VERSION: 1.4.3 | ||
CERTBOT_NJALLA_VERSION: 1.0.0 | ||
CERTBOT_NETCUP_VERSION: 1.4.4 | ||
CERTBOT_NJALLA_VERSION: 2.0.2 | ||
CERTBOT_DNS_DREAMHOST_VERSION: 1.0 | ||
CERTBOT_DNS_DOMAINOFFENSIVE_VERSION: 2.0.0 | ||
CERTBOT_DNS_PLESK_VERSION: 0.3.0 | ||
CERTBOT_DNS_GODADDY_VERSION: 2.8.0 | ||
ACME_VERSION: 2.11.0 | ||
ACME_VERSION: 3.1.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters