Skip to content

Releases: JonasAlfredsson/docker-nginx-certbot

v4.2.0

22 Jan 15:56
Compare
Choose a tag to compare
  • Add Ionos DNS authenticator plugin

v4.1.0

12 Jan 18:55
Compare
Choose a tag to compare
  • Install Bash 5.2.15 from Debian Bookworm.
    • Workaround for this Bash bug which we also had in the Alpine image.
    • Not using a "backport" repository is not recommended, but right now the only way.
  • Added timestamps to the log output we produce.
    • This is technically a breaking change if someone parses our logs, but I will ignore that.

v4.0.0

03 Jan 21:43
Compare
Choose a tag to compare

This change should be transparent for anyone not having a custom certbot.conf file, but is technically making a breaking change for someone, thus a major revision bump.

v3.3.1

31 Dec 09:57
Compare
Choose a tag to compare

v3.3.0

30 Dec 17:47
Compare
Choose a tag to compare

v3.2.2

22 Oct 21:02
Compare
Choose a tag to compare
  • Small syntax fixes recommended by shellcheck.

v3.2.1

16 Oct 07:47
Compare
Choose a tag to compare
  • Small syntax fixes recommended by shellcheck.

v3.2.0

30 Jun 12:37
Compare
Choose a tag to compare
  • Make it possible to override the CERTBOT_PRODUCTION_URL and CERTBOT_STAGING_URL variables.
    • You can now point certbot to whichever ACME server you want.

v3.1.3

28 Jun 15:36
Compare
Choose a tag to compare
  • Recover and retry in case of failed dhparam creation.

v3.1.2

22 Mar 07:14
Compare
Choose a tag to compare
  • Use latest version of Bash in the Alpine image again.
    • The wait bug is fixed since Bash 5.1.10.