Skip to content

Releases: adferrand/dnsrobocert

DNSroboCert 3.11.0

10 Aug 23:15
Compare
Choose a tag to compare

Added

  • Add the reuse_key boolean parameter in certificate section: if true, the
    existing private key will be reused for the target certificate when renewed
  • Add the "one-shot" mode: using the --one-shot flag, DNSroboCert will process
    only once the provided configuration, create/update/renew/delete certificates,
    then return immediately without setting up an automated renewal process or a
    configuration file watch

Modified

  • Migrate the docker image from the Alpine base to the Debian base, in order
    to get better DNS support on Kubernetes, and benefit from pre-compiled wheels
    for cffi, lxml and cryptography
  • Update Certbot to 1.18.0
  • Update Lexicon to 3.7.0 (add oci and vercel providers)

Removed

  • Drop Docker support on ppc64le architecture

DNSroboCert 3.10.2

02 Aug 22:22
Compare
Choose a tag to compare

Modified

  • Avoid pipelines failures with MicroBadger

DNSroboCert 3.9.1

02 May 07:30
Compare
Choose a tag to compare

Modified

  • Fix security issue with YAML parsers

DNSroboCert 3.9.0

21 Mar 17:45
Compare
Choose a tag to compare

Modified

  • Update Lexicon to 3.5.5 (add Mythic Beasts and Infomaniak providers)
  • Update Certbot to 1.13.0
  • Update docker images to Python 3.9.2
  • Use poetry-core to build DNSroboCert (#306)
  • Various fixes on the documentation (#291 #292)

Removed

  • Stop using --manual-public-ip-logging-ok deprecated flag on Certbot

DNSroboCert 3.8.3

25 Dec 21:29
Compare
Choose a tag to compare

Removed

  • Remove s390x compilation

DNSroboCert 3.8.0

15 Dec 00:22
Compare
Choose a tag to compare

Added

  • DNS challenges can now be done using the DNS alias mode, which consists in delegating
    challenges to a different DNS zone different using CNAME records. To use it the
    certificate now includes the follow_cnames option (default false). If set to
    true, DNSroboCert will follow the CNAME records to find the actual TXT record name
    to create for a DNS-01 challenge.

Modified

  • Upgrade Certbot to 1.10.1 (official Python 3.9 support)

DNSroboCert 3.7.5

23 Nov 01:26
Compare
Choose a tag to compare

Modified

  • Upgrade Lexicon to 3.5.2 (various fixes)

DNSroboCert 3.7.4

19 Nov 08:47
Compare
Choose a tag to compare

Added

  • Upgrade Lexicon to 3.5.0 (add Joker provider, various fixes)

DNSroboCert 3.7.3

03 Nov 16:19
Compare
Choose a tag to compare

Modified

  • Fix i686 docker image build

DNSroboCert 3.7.1

25 Oct 11:31
Compare
Choose a tag to compare
  • Upgrade Lexicon to 3.4.4 (fix Gandi provider)
  • Upgrade Certbot to 1.9.0