Releases: infinityofspace/certbot_dns_duckdns
Releases · infinityofspace/certbot_dns_duckdns
v0.7.1
Fixes:
- fixed missing dependency in docker image and snap package #22
Changes:
- docker image uses certbot version
1.22.0
Full Changelog: v0.7...v0.7.1
v0.7
New:
- restore the original TXT record after DNS challenge #21
- new plugin argument
--dns-duckdns-no-txt-restore
to disable restoring original previous TXT record
Changes:
- by default the previous TXT record will be restored
Full Changelog: v0.6.1...v0.7
v0.6.1
Maintenance release
Changes:
- updated GitHub workflow for docker buildx
- docker image now uses alpine 3.14 as base
- updated certbot version in docker image to 1.16.0
v0.6
Fixes:
- prevent logging the api token by urllib3
New:
- support for credentials files (special thanks to @chaptergy)
Changes:
- the docker image usage command has been changed, for further information check the Readme
v0.5
v0.4
Fixes:
- fixed missing default value for PROPAGATION_SECONDS value in docker image #6
- fixed an issue with the autorenew in the docker image #8
New:
- prebuild images for multiple architecture are now available on Ducker Hub #5
Changes:
- version requirement of certbot was raised to 1.7.0 to fix issues with older and unsupported certbot versions
v0.3
v0.2
First release
v0.1 added missing pyproject file