Releases: adferrand/dnsrobocert
Releases · adferrand/dnsrobocert
LetsEncrypt-DNS 2.6.0
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
- LEXICON_OPTIONS was added to the cleanup script #29
LetsEncrypt-DNS 2.5.2
- Avoid to mark
domains.conf
as edited on each watch loop
LetsEncrypt-DNS 2.5.1
- Correct
domains.conf
parsing for particular cases (wildcard domains on the last line of the file)
LetsEncrypt-DNS 2.5.0
- 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
- 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
- Upgrade Lexicon to 2.4.4, with support of Online.net provider
LetsEncrypt-DNS 2.3.0
- 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
- 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
- Update Certbox to 0.23.0
- Add
LEXICON_PROVIDER_OPTIONS
environment variable to pass DNS provider authentication parameters directly to lexicon executable