Skip to content

Releases: adferrand/dnsrobocert

LetsEncrypt-DNS 2.6.0

17 Sep 14:47
Compare
Choose a tag to compare

Added

  • Continuous integration/deployment is now handled by CircleCI to allow more advanced strategies and faster builds
  • Add and configure Circus, an alternative to Supervisor, compatible with Python 3, with better control over environment variables propagation, and network sockets supervision (not used yet here)

Modified

  • Update base image to Alpine 3.8
  • Update Lexicon to 2.7.3
  • Update Lexicon to 0.27.1

Removed

  • Docker Hub "Automated build" is disabled in favor of CircleCI
  • Remove Supervisor and its configuration (in favor of Circus)

LetsEncrypt-DNS 2.5.3

01 Sep 11:52
2a33943
Compare
Choose a tag to compare
  • LEXICON_OPTIONS was added to the cleanup script #29

LetsEncrypt-DNS 2.5.2

08 Aug 15:18
Compare
Choose a tag to compare
  • Avoid to mark domains.conf as edited on each watch loop

LetsEncrypt-DNS 2.5.1

08 Aug 12:29
Compare
Choose a tag to compare
  • Correct domains.conf parsing for particular cases (wildcard domains on the last line of the file)

LetsEncrypt-DNS 2.5.0

19 Jul 20:03
Compare
Choose a tag to compare
  • Upgrade Lexicon to 2.7.0, with extended security support for Subreg
  • Upgrade Certbot to 0.26.1
  • Correct certificate revocation for some formatting for domains.conf

LetsEncrypt-DNS 2.4.0

14 Jul 22:57
Compare
Choose a tag to compare
  • Upgrade Certbot to version 0.26.0
  • Upgrade Lexicon to version 2.6.0, including new DNS providers: ExoScale, Zeit, and Google Cloud DNS.

LetsEncrypt-DNS 2.3.1

25 Jun 16:09
Compare
Choose a tag to compare
  • Upgrade Lexicon to 2.4.4, with support of Online.net provider

LetsEncrypt-DNS 2.3.0

17 Jun 21:55
Compare
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
Compare
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
Compare
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