Skip to content

Commit d350d3c

Browse files
Update changelog for v5.0.0
1 parent b6cfd57 commit d350d3c

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

docs/changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
### 5.0.0
4+
- We now run `nginx -t` before reloading Nginx. This will hopefully provide better info on
5+
config errors without crashing the container.
6+
- The reason for this being a major version is because technically we alter
7+
core container behavior where previous errors would result in a restart.
8+
- PR by [@stefansundin][48]
9+
310
### 4.3.0
411
- Parent image is now using Python 3.11 which implements PEP 668, so we have
512
to allow PIP to "break system packages".
@@ -394,3 +401,4 @@
394401
[45]: https://github.com/JonasAlfredsson/docker-nginx-certbot/commit/3855a173f6ce1bc49318cdc7c3a40e4443e92f3d
395402
[46]: https://github.com/JonasAlfredsson/bash_fail-to-wait
396403
[47]: https://github.com/JonasAlfredsson/docker-nginx-certbot/pull/168
404+
[48]: https://github.com/JonasAlfredsson/docker-nginx-certbot/pull/207

docs/dockerhub_tags.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ are updated.
1717

1818
| Major | Minor | Patch | Nginx |
1919
| ----: | ----: | ----: | :----------------- |
20+
| 5 | 5.0 | 5.0.0 | 5.0.0-nginx1.25.2 |
2021
| 4 | 4.3 | 4.3.0 | 4.3.0-nginx1.25.2 |
2122
| | | | 4.3.0-nginx1.25.1 |
2223
| | 4.2 | 4.2.1 | 4.2.1-nginx1.25.0 |

0 commit comments

Comments
 (0)