Skip to content

Releases: adferrand/dnsrobocert

LetsEncrypt-DNS 2.3.0

17 Jun 21:55

Choose a tag to compare

  • Upgrade Lexicon to 2.4.3, with a lot of bugfixes for some providers (OVH, GoDaddy, Gandi), and support to the Gandi LiveDNS API
  • Upgrade Certbot to 0.25.1
  • Add Lexicon dependencies for Subreg provider

LetsEncrypt-DNS 2.2.0

04 Jun 22:22

Choose a tag to compare

  • Upgrade Certbot to version 0.24.0
  • Upgrade Lexicon to version 2.3.0: a lot of stability improvments, in particular for Namecheap provider, and added providers Constellix, Linode V4 and Subreg
  • Add LEXICON_OPTIONS environment variable for specific lexicon options
  • Correct domains.conf parsing when there is no newline on the end of the file
  • Improved documentation
  • Removed unsused code

LetsEncrypt-DNS 2.1.0

22 Apr 14:52

Choose a tag to compare

  • Update Certbox to 0.23.0
  • Add LEXICON_PROVIDER_OPTIONS environment variable to pass DNS provider authentication parameters directly to lexicon executable

LetsEncrypt-DNS 2.0.1

14 Apr 13:02

Choose a tag to compare

  • Correct autocmd/autorestart behavior with wildcard certificates
  • Correct wrongly revokation of wilcard certificates after their creation

LetsEncrypt-DNS 2.0.0

27 Mar 15:53

Choose a tag to compare

  • Switch to ACME v2 servers, which allow wildcard certificates generation (eg. *.example.com)
  • Update Certbot to 0.22.2 to supports the ACME v2 servers
  • Update Lexicon to 0.22.1 adding support for following DNS providers: AuroraDNS, Gehirn Infrastructure Service, OnApp and Sakura Cloud
  • Allow use of old ACME v1 servers through LEXICON_ACME_V1 environment variable
  • Correct deploy hook about files/directory permission fixation

LetsEncrypt-DNS 1.5.0

28 Dec 08:44

Choose a tag to compare

  • Update Lexicon to 2.1.16 (add DNS Linode provider)
  • Update Certbot to 0.20.0

LetsEncrypt-DNS 1.4.3

07 Dec 22:02

Choose a tag to compare

  • Update Lexicon to v2.1.14, with support of Zonomi DNS provider.

LetsEncrypt-DNS 1.4.2

14 Nov 22:46

Choose a tag to compare

  • Correct python babel dependency of lexicon which is actually required to run the software.

Warning:
Version LetsEncrypt-DNS 1.4.1 is broken. If you pulled version 1.4.1, you must at least upgrade to 1.4.2 in order to allow you certificates to be renewed.

LetsEncrypt-DNS 1.4.1

13 Nov 16:41

Choose a tag to compare

  • Upgrade Lexicon to v2.1.11, providing support for ClouDNS API.

LetsEncrypt-DNS 1.4.0

03 Nov 21:17

Choose a tag to compare

  • New environment variables CERTS_DIRS_MODE, CERTS_FILES_MODE, CERTS_USER_OWNER and CERTS_GROUP_OWNER to configure certificates files/folders permissions, owner and group.
  • New domains.conf option autocmd-containers to call reload commands on target containers during certificate renew.
  • Fix certificates revokation and deletion.
  • Update documentation.