From d350d3cd420b27639805dd38afa7d8f10878d952 Mon Sep 17 00:00:00 2001 From: jonas Date: Wed, 4 Oct 2023 21:34:18 +0200 Subject: [PATCH] Update changelog for v5.0.0 --- docs/changelog.md | 8 ++++++++ docs/dockerhub_tags.md | 1 + 2 files changed, 9 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index 3fc98fe..cda3ca1 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,12 @@ # Changelog +### 5.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][48] + ### 4.3.0 - Parent image is now using Python 3.11 which implements PEP 668, so we have to allow PIP to "break system packages". @@ -394,3 +401,4 @@ [45]: https://github.com/JonasAlfredsson/docker-nginx-certbot/commit/3855a173f6ce1bc49318cdc7c3a40e4443e92f3d [46]: https://github.com/JonasAlfredsson/bash_fail-to-wait [47]: https://github.com/JonasAlfredsson/docker-nginx-certbot/pull/168 +[48]: https://github.com/JonasAlfredsson/docker-nginx-certbot/pull/207 diff --git a/docs/dockerhub_tags.md b/docs/dockerhub_tags.md index 6f2d7a3..eb5e65a 100644 --- a/docs/dockerhub_tags.md +++ b/docs/dockerhub_tags.md @@ -17,6 +17,7 @@ are updated. | Major | Minor | Patch | Nginx | | ----: | ----: | ----: | :----------------- | +| 5 | 5.0 | 5.0.0 | 5.0.0-nginx1.25.2 | | 4 | 4.3 | 4.3.0 | 4.3.0-nginx1.25.2 | | | | | 4.3.0-nginx1.25.1 | | | 4.2 | 4.2.1 | 4.2.1-nginx1.25.0 |