Releases: adferrand/dnsrobocert
Releases · adferrand/dnsrobocert
DNSroboCert 3.7.0
Modified
- Upgrade Lexicon to 3.4.3 (add Njalla provider)
- Upgrade Certbot to 1.8.0
DNSroboCert 3.6.0
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
Modified
- Modify dependencies versions pinning to fix the docker images builds
DNSroboCert 3.5.0
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
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 providedsleep_time
, instead
of waiting after each challenge. This optimizations is also valid formax_checks
.
Modified
- Improve log output from the auth and cleanup hooks.
- Improve documentation.
DNSroboCert 3.3.4
Modified
- Upgrade Lexicon to 3.3.26 (fix errors with Godaddy provider)
DNSroboCert 3.3.3
Modified
- Upgrade Lexicon to 3.3.24
- Upgrade Certbot to 1.5.0
DNSroboCert 3.3.1
Added
- Validate the directory URL with a regex
Changed
- Improve the regex check to email account for better compatibility
DNSroboCert 3.3.0
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
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)