Skip to content

Releases: infinityofspace/certbot_dns_porkbun

v0.8

12 Mar 12:44
Compare
Choose a tag to compare

This is a maintenance release and does not bring any new features. The docker image has mainly been adapted and improved.

What's Changed

  • build latest cryptography in docker image to include the latest version of cryptography with old and new security fixes
  • added docker image cache during ci build
  • ci steps and tests uses python 3.11
  • adjusted pypi classifiers labels

Notice

  • The docker image now builds cryptography, this makes the build time much longer than in previous versions. Depending on the hardware this takes some time.

Full Changelog: v0.7...v0.8

v0.7

06 Feb 21:11
9219294
Compare
Choose a tag to compare

What's Changed

  • Update certbot requirement from <2.0,>=1.18.0 to >=1.18.0,<3.0 by @dependabot in #57
  • Bump docker/build-push-action from 3 to 4 by @dependabot in #62
  • Fix shields.io badges by @nemchik in #60
  • Use alpine 3.17 as base docker image

New Contributors

Full Changelog: v0.6...v0.7

v0.6

23 Aug 17:50
Compare
Choose a tag to compare

What's Changed

  • certbot version 1.18.0 or later is required to use the plugin (this requirement was already implicit in the version v0.5 but has now been added explicitly)
  • updated various dependency version requirements
  • reduced docker image build time by the factor 10

Full Changelog: v0.5.1...v0.6

v0.5.1

23 Jul 19:34
1807803
Compare
Choose a tag to compare

Fixes

  • fixed issue with 3 and more level subdomains
  • fixed issue when using DNS delegation without prefix

What's Changed

  • updated build workflow
  • removed pyproject.toml

Full Changelog: v0.5...v0.5.1

v0.5

22 Jul 10:10
f5e993d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4...v0.5

v0.4

24 May 22:12
Compare
Choose a tag to compare

Fixes

  • fixed issue when requesting non delegated dns challenge #44

What's Changed

  • Add README note to avoid issues with parked domains by @IndexOfNull in #45
  • Reworked how dns challange is handled

New Contributors

Full Changelog: v0.3...v0.4

v0.3

14 May 09:10
Compare
Choose a tag to compare

New Features

  • added support for delegated acme challenges

What's Changed

  • various version bumps for workflow actions
  • various version bumps for snap packages dependencies
  • updated docker base image to python 3.10 and alpine 3.15
  • added official support for python 3.10

Breaking changes

  • dropped support for Python 3.6, make sure you have at least Python 3.7 or later installed

Full Changelog: v0.2.1...v0.3

v0.2.1

24 May 11:48
Compare
Choose a tag to compare

Fixes:

  • fixed wrong domain parsing when using an arbitrary number of additional level domain #3

v0.2

13 May 20:28
Compare
Choose a tag to compare

New:

  • support for credentials files (special thanks to @chaptergy)
  • prebuild docker images for multiple architecture are now available on Docker Hub

v0.1

02 Apr 11:13
Compare
Choose a tag to compare

First release of certbot_dns_porkbun.