Releases: adferrand/dnsrobocert
Releases · adferrand/dnsrobocert
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_OPTIONSenvironment variable for specific lexicon options - Correct
domains.confparsing 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_OPTIONSenvironment variable to pass DNS provider authentication parameters directly to lexicon executable
LetsEncrypt-DNS 2.0.1
- Correct autocmd/autorestart behavior with wildcard certificates
- Correct wrongly revokation of wilcard certificates after their creation
LetsEncrypt-DNS 2.0.0
- 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_V1environment variable - Correct deploy hook about files/directory permission fixation
LetsEncrypt-DNS 1.5.0
- Update Lexicon to 2.1.16 (add DNS Linode provider)
- Update Certbot to 0.20.0
LetsEncrypt-DNS 1.4.3
- Update Lexicon to v2.1.14, with support of Zonomi DNS provider.
LetsEncrypt-DNS 1.4.2
- 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
- Upgrade Lexicon to v2.1.11, providing support for ClouDNS API.
LetsEncrypt-DNS 1.4.0
- New environment variables
CERTS_DIRS_MODE,CERTS_FILES_MODE,CERTS_USER_OWNERandCERTS_GROUP_OWNERto configure certificates files/folders permissions, owner and group. - New
domains.confoptionautocmd-containersto call reload commands on target containers during certificate renew. - Fix certificates revokation and deletion.
- Update documentation.