Skip to content

Releases: infinityofspace/certbot_dns_duckdns

v1.5

24 Nov 20:20
4c08092
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4...v1.5

v1.4

07 Nov 20:47
Compare
Choose a tag to compare

What's Changed

  • Support for docker secrets
  • Support reading token from env
  • Dropped support for Python 3.7 and 3.8
  • Support for python 3.12 and 3.13
  • Support for certbot 3.0
  • Docker image uses python 3.13 as base
  • Bump docker/login-action from 2 to 3 by @dependabot in #134
  • Bump docker/build-push-action from 4 to 5 by @dependabot in #133
  • Bump docker/setup-buildx-action from 2 to 3 by @dependabot in #132
  • Bump docker/setup-qemu-action from 2 to 3 by @dependabot in #131
  • Bump actions/checkout from 3 to 4 by @dependabot in #130
  • Update Readme.md by @andjo in #135
  • Bump actions/download-artifact from 3 to 4 by @dependabot in #138
  • Bump actions/upload-artifact from 3 to 4 by @dependabot in #137
  • Bump actions/setup-python from 4 to 5 by @dependabot in #136
  • Bump docker/build-push-action from 5 to 6 by @dependabot in #141

New Contributors

Full Changelog: v1.3...v1.4

v1.3

12 Mar 21:02
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

  • Bump docker/build-push-action from 3 to 4 by @dependabot in #127
  • the docker image builds cryptography to include the latest version of cryptography with security fixes
  • added docker image cache during ci build
  • adjusted pypi classifiers labels
  • ci steps and tests uses python 3.11

Notice

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

Full Changelog: v1.2.1...v1.3

v1.2.1

05 Dec 23:50
Compare
Choose a tag to compare

What's Changed

  • fixed pypi release

Full Changelog: v1.2...v1.2.1

v1.2

05 Dec 23:39
Compare
Choose a tag to compare

What's Changed

  • Remove the extra "certbot" in renew command by @yifangd in #124
  • Update certbot requirement from <2.0,>=1.18.0 to >=1.18.0,<3.0 by @dependabot in #125
  • Use alpine 3.17 as base image
  • Updated cryptography in docker image

New Contributors

Full Changelog: v1.1...v1.2

v1.1

23 Aug 13:32
Compare
Choose a tag to compare

What's Changed:

  • minimum certbot version 1.18.0 is required to use the plugin (this requirement was already implicit in the last version v1.0 but has now been added explicitly)

Fixes:

  • fixed requirement issues in the snap app #117 (tanks to @alexzorin for the hint)

Full Changelog: v1.0...v1.1

v1.0

22 Jul 10:56
Compare
Choose a tag to compare

We have made it to the first stable v1.0. Thanks for the bug reports, PRs and feature suggestions. Many thanks to all involved.

What's Changed

  • remove zope by @alexzorin in #102
  • Bump actions/setup-python from 3 to 4 by @dependabot in #101
  • Update requests requirement from ~=2.27 to ~=2.28 by @dependabot in #108
  • Update setuptools requirement from ~=60.10 to ~=63.2 by @dependabot in #111
  • Use alpine 3.16 as base image
  • Reduced docker image size for some archs
  • Bump cryptography for docker image from 3.3.2 to 3.4.8
  • bump requests from 2.26 to 2.28
  • Bump dnspython from 2.1 to 2.2

New Contributors

Full Changelog: v0.9...v1.0

v0.9

07 May 22:42
Compare
Choose a tag to compare
v0.9 Pre-release
Pre-release

We are getting closer to the first stable version v1.0, with this version we are in the final phase. Please report possible bugs and problems.

New Features

  • feature handle delegated acme challenge by @Nobody84 in #42

What's Changed

Fixes

  • fixed issues with not accepting some valid duckdns domains

New Contributors

Full Changelog: v0.8...v0.9

v0.8

20 Mar 12:06
Compare
Choose a tag to compare
v0.8 Pre-release
Pre-release

What's Changed

  • Bump actions/checkout from 2 to 3 by @dependabot in #28
  • Bump actions/setup-python from 2 to 3 by @dependabot in #29
  • Ease up deps for dnspython and requests by @osirisinferi in #27
  • Bump types-setuptools from 57.0.2 to 57.4.11 by @dependabot in #31
  • Bump types-mock from 0.1.5 to 4.0.12 by @dependabot in #35
  • Bump googleapis-common-protos from 1.55.0 to 1.56.0 by @dependabot in #40
  • Bump twine from 3.3.0 to 3.8.0 by @dependabot in #39
  • Bump boto3 from 1.21.20 to 1.21.22 by @dependabot in #38
  • Bump invoke from 1.6.0 to 1.7.0 by @dependabot in #37
  • Drop support for Python 3.6
  • Add support for Python 3.10
  • updated snap package dependencies
  • Add linting wokflow (initially suggested by @MaxPeal)

Breaking changes

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

New Contributors

Full Changelog: v0.7.2...v0.8

v0.7.2

21 Jan 19:03
Compare
Choose a tag to compare
v0.7.2 Pre-release
Pre-release

Fixes:

  • fixed dependency issue #23

Full Changelog: v0.7.1...v0.7.2