Skip to content

Releases: adferrand/dnsrobocert

DNSroboCert 3.7.0

10 Sep 23:05
Compare
Choose a tag to compare

Modified

  • Upgrade Lexicon to 3.4.3 (add Njalla provider)
  • Upgrade Certbot to 1.8.0

DNSroboCert 3.6.0

17 Aug 20:09
Compare
Choose a tag to compare

Modified

  • Upgrade Lexicon to 3.3.28
  • Upgrade Certbot to 1.7.0
  • Upgrade Docker base image to Alpine 3.12

DNSroboCert 3.5.1

25 Jul 14:08
Compare
Choose a tag to compare

Modified

  • Modify dependencies versions pinning to fix the docker images builds

DNSroboCert 3.5.0

23 Jul 23:02
Compare
Choose a tag to compare

Added

  • autocmd.command now accepts list of string. If a list of string is provided, the command will
    be executed outside of a shell. If a string is provided, it will be executed inside a shell.
    The list of string form should be used if you do not need the features of a shell since it allows
    a better control of the arguments passed to the command and avoid potential injections attacks.

Modified

  • Upgrade Lexicon to 3.3.27 (support for Dynu.com provider)
  • Upgrade Docker base image to Alpine 3.12

DNSroboCert 3.4.0

14 Jun 21:54
Compare
Choose a tag to compare

Added

  • DNS challenges are now all run before any wait or check happens. This is useful for certificates that
    contains lot of domains, because DNSroboCert will wait only once the provided sleep_time, instead
    of waiting after each challenge. This optimizations is also valid for max_checks.

Modified

  • Improve log output from the auth and cleanup hooks.
  • Improve documentation.

DNSroboCert 3.3.4

14 Jun 19:48
Compare
Choose a tag to compare

Modified

  • Upgrade Lexicon to 3.3.26 (fix errors with Godaddy provider)

DNSroboCert 3.3.3

03 Jun 21:20
Compare
Choose a tag to compare

Modified

  • Upgrade Lexicon to 3.3.24
  • Upgrade Certbot to 1.5.0

DNSroboCert 3.3.1

30 May 13:31
Compare
Choose a tag to compare

Added

  • Validate the directory URL with a regex

Changed

  • Improve the regex check to email account for better compatibility

DNSroboCert 3.3.0

16 May 10:08
Compare
Choose a tag to compare

Added

  • Set the User-Agent comment for Let'sEncrypt statistics

Changed

  • Update Lexicon to 3.3.22
  • Search for dnsrobocert.yml config file in current directory when --config flag is not set.

DNSroboCert 3.1.7

04 May 00:48
Compare
Choose a tag to compare

Added

  • DNSroboCert can now display logs in your current timezone if the TIMEZONE environment variable
    is set (@a16bitsysop #104)

Changed

  • Update Lexicon to 3.3.20 (rebranded Hetzner provider, support pagination on CloudFlare)