Releases: adferrand/dnsrobocert
Releases · adferrand/dnsrobocert
DNSroboCert 3.20.0
Modified
- Upgrade to Certbot 1.27.0
- Upgrade to Lexicon 3.11.0 (new providers:
namecom
+ various fixes)
DNSroboCert 3.19.0
Modified
- Upgrade to Certbot 1.26.0
- Upgrade to Lexicon 3.10.0 (new providers:
misaka
,yandexcloud
+ various fixes)
DNSroboCert 3.18.0
Added
- Inject environment variables
DNSROBOCERT_CERTIFICATE_NAME
,DNSROBOCERT_CERTIFICATE_PROFILE
andDNSROBOCERT_CERTIFICATE_DOMAINS
in hook scripts - Setup CI/CD with GitHub Actions
Modified
- Upgrade to Lexicon 3.9.4
- Upgrade to Certbot 1.23.0
- Fix error in Docker entrypoint timezone setting when
TIMEZONE
is defined
Removed
- Remove Azure Pipelines
DNSroboCert 3.17.1
Modified
- Fix Docker builds by downgrading Python 3.10 to Python 3.9
DNSroboCert 3.17.0
Added
- Add support for Python 3.10
Modified
- Link dynamically to Lexicon documentation for providers options
- Update Lexicon to 3.9.2 (fix
transip
provider)
Removed
- Drop support for Python 3.6
DNSroboCert 3.16.0
Modified
- Update Certbot to 1.22.0
- Update Lexicon to 3.8.5 (add ValueDomain provider)
- Fix some deprecated warnings and documentation
DNSroboCert 3.15.0
Added
- Support ECDSA keys when creating new certificates with the
key_type
string parameter
in the certificate section: set torsa
to use RSA keys (default if not set) orecdsa
to use ECDSA keys. Example:profiles: - name: dummy ... certificates: - domains: [example.org] profile: dummy key_type: ecdsa
DNSroboCert 3.14.0
Added
- Makes DNSroboCert capable to restart Podman containers with the
autorestart
feature (#551)
Modified
- Update Certbot to 1.21.0
- Update Lexicon to 3.8.3
DNSroboCert 3.13.0
Added
- Set the preferred chain to
ISRG Root X1
when issuing or renewing a certificate
Modified
- Update Certbot to 1.20.0
- Update Lexicon to 3.8.0
- Fix docker build
- Fix docker python environment
DNSroboCert 3.12.0
Removed
- Drop Docker support on
armel
architecture