Skip to content

Releases: JonasAlfredsson/docker-nginx-certbot

v5.2.0

27 May 11:35
Compare
Choose a tag to compare
  • Forward the SIGUSR1 signal to Nginx to tell it to reopen log files.

v5.1.1

25 Apr 08:07
Compare
Choose a tag to compare
  • Update certbot to version 2.10.0

v5.1.0

24 Apr 15:07
Compare
Choose a tag to compare
  • Add ability to change validity time of the local CA.
    • This variable is not mentioned in the main README since it should not be used without reading the relevant advanced documentation.

v5.0.1

21 Mar 18:39
Compare
Choose a tag to compare
  • Lock certbot version via a requirements.txt file.
    • Updates to the certbot version will now bump patch version of this repo.
  • Added "bunny" DNS to available authenticators

v5.0.0

04 Oct 21:16
Compare
Choose a tag to compare
  • We now run nginx -t before reloading Nginx. This will hopefully provide better info on config errors without crashing the container.
    • The reason for this being a major version is because technically we alter core container behavior where previous errors would result in a restart.
    • PR by @stefansundin

v4.3.0

15 Jun 19:50
Compare
Choose a tag to compare
  • Parent image is now using Python 3.11 which implements PEP 668, so we have to allow set the bulid argument PIP_BREAK_SYSTEM_PACKAGES=1 so it is possible to install PIP packages again.

v4.2.1

05 May 18:19
Compare
Choose a tag to compare
  • Require all certificate files to have a size greater than zero.

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.