Skip to content

Commit

Permalink
letsencrypt: update certbot, acme and dns-inwx (#3936)
Browse files Browse the repository at this point in the history
* fixes #3935

Co-authored-by: Stefan Agner <stefan@agner.ch>
  • Loading branch information
GoetzGoerisch and agners authored Feb 18, 2025
1 parent 0ce853f commit 06b4a21
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions letsencrypt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 5.3.2

- Update certbot to 3.2.0
- Update acme to 3.2.0
- Update certbot-dns-inwx to 3.0.2

## 5.3.1

- Add Eurodns DNS support
Expand Down
6 changes: 3 additions & 3 deletions letsencrypt/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ codenotary:
args:
CLOUDFLARE_VERSION: 2.19.4
CRYPTOGRAPHY_VERSION: 44.0.1
CERTBOT_VERSION: 3.1.0
CERTBOT_VERSION: 3.2.0
CERTBOT_DNS_AZURE_VERSION: 2.6.1
CERTBOT_DNS_CLOUDNS_VERSION: 0.7.0
CERTBOT_DNS_DESEC_VERSION: 1.2.1
Expand All @@ -23,7 +23,7 @@ args:
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: 3.0.1
CERTBOT_DNS_INWX_VERSION: 3.0.2
CERTBOT_DNS_IONOS_VERSION: 2024.11.9
CERTBOT_DNS_JOKER_VERSION: 1.1.0
CERTBOT_DNS_LOOPIA_VERSION: 1.0.1
Expand All @@ -41,4 +41,4 @@ args:
CERTBOT_DNS_DOMAINOFFENSIVE_VERSION: 2.0.0
CERTBOT_DNS_PLESK_VERSION: 0.3.0
CERTBOT_DNS_GODADDY_VERSION: 2.8.0
ACME_VERSION: 3.1.0
ACME_VERSION: 3.2.0
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.1
version: 5.3.2
breaking_versions: [5.3.0]
slug: letsencrypt
name: Let's Encrypt
Expand Down

0 comments on commit 06b4a21

Please sign in to comment.