Skip to content

Releases: infinityofspace/certbot_dns_duckdns

v0.7.1

10 Jan 20:29
Compare
Choose a tag to compare
v0.7.1 Pre-release
Pre-release

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

04 Jan 15:34
Compare
Choose a tag to compare
v0.7 Pre-release
Pre-release

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

02 Jul 14:05
Compare
Choose a tag to compare
v0.6.1 Pre-release
Pre-release

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

13 May 10:18
Compare
Choose a tag to compare
v0.6 Pre-release
Pre-release

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

04 Apr 11:59
Compare
Choose a tag to compare
v0.5 Pre-release
Pre-release

Fixes:

  • hyphens in the domain work now #10 #11 (special thanks to @durnezj)
  • added support for arbitrary number of additional subdomains

Changes:

  • updated Docker image to allow more flexible usage, see the readme for more information

Other:

  • removed unused code and dependency

v0.4

19 Feb 21:29
Compare
Choose a tag to compare
v0.4 Pre-release
Pre-release

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

13 Feb 19:11
Compare
Choose a tag to compare
v0.3 Pre-release
Pre-release

Fixes:

  • fixed an issue with old certbot versions #2

New:

  • added docker support

v0.2

06 Feb 10:42
Compare
Choose a tag to compare
v0.2 Pre-release
Pre-release
  • fixed an issue with wildcard domains (#1)

First release

04 Feb 14:46
Compare
Choose a tag to compare
First release Pre-release
Pre-release
v0.1

added missing pyproject file