Dnsrobocert Versions Save

Orchestrate Certbot and Lexicon together to provide Let's Encrypt TLS certificates validated by DNS challenges

v3.20.0

2 years ago

Modified

  • Upgrade to Certbot 1.27.0
  • Upgrade to Lexicon 3.11.0 (new providers: namecom + various fixes)

v3.19.0

2 years ago

Modified

  • Upgrade to Certbot 1.26.0
  • Upgrade to Lexicon 3.10.0 (new providers: misaka, yandexcloud + various fixes)

v3.18.0

2 years ago

Added

  • Inject environment variables DNSROBOCERT_CERTIFICATE_NAME, DNSROBOCERT_CERTIFICATE_PROFILE and DNSROBOCERT_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

v3.17.1

2 years ago

Modified

  • Fix Docker builds by downgrading Python 3.10 to Python 3.9

v3.17.0

2 years ago

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

v3.16.0

2 years ago

Modified

  • Update Certbot to 1.22.0
  • Update Lexicon to 3.8.5 (add ValueDomain provider)
  • Fix some deprecated warnings and documentation

v3.15.0

2 years ago

Added

  • Support ECDSA keys when creating new certificates with the key_type string parameter in the certificate section: set to rsa to use RSA keys (default if not set) or ecdsa to use ECDSA keys. Example:
    profiles:
    - name: dummy
      ...
    certificates:
    - domains: [example.org]
      profile: dummy
      key_type: ecdsa
    

v3.14.0

2 years ago

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

v3.13.0

2 years ago

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

v3.12.0

2 years ago

Removed

  • Drop Docker support on armel architecture