Releases: JonasAlfredsson/docker-nginx-certbot
Releases · JonasAlfredsson/docker-nginx-certbot
v5.4.0
- Added hetzner DNS authenticator.
- PR by @protos-gunzinger
v5.3.0
- Added DuckDNS authenticator.
- PR by @emulatorchen
- Removed deprecated cloudxns authenticator.
- Changed from LegacyKeyValueFormat to the recommended format for
ENV
definitions.
v5.2.1
- Update certbot to v2.11.0.
v5.2.0
- Forward the
SIGUSR1
signal to Nginx to tell it to reopen log files.- PR by @fredrikekre
v5.1.1
- Update certbot to version 2.10.0
v5.1.0
- 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
v5.0.0
- 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
- 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
- Require all certificate files to have a size greater than zero.