File tree 2 files changed +9
-0
lines changed
2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
10
### 4.3.0
4
11
- Parent image is now using Python 3.11 which implements PEP 668, so we have
5
12
to allow PIP to "break system packages".
394
401
[ 45 ] : https://github.com/JonasAlfredsson/docker-nginx-certbot/commit/3855a173f6ce1bc49318cdc7c3a40e4443e92f3d
395
402
[ 46 ] : https://github.com/JonasAlfredsson/bash_fail-to-wait
396
403
[ 47 ] : https://github.com/JonasAlfredsson/docker-nginx-certbot/pull/168
404
+ [ 48 ] : https://github.com/JonasAlfredsson/docker-nginx-certbot/pull/207
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ are updated.
17
17
18
18
| Major | Minor | Patch | Nginx |
19
19
| ----: | ----: | ----: | :----------------- |
20
+ | 5 | 5.0 | 5.0.0 | 5.0.0-nginx1.25.2 |
20
21
| 4 | 4.3 | 4.3.0 | 4.3.0-nginx1.25.2 |
21
22
| | | | 4.3.0-nginx1.25.1 |
22
23
| | 4.2 | 4.2.1 | 4.2.1-nginx1.25.0 |
You can’t perform that action at this time.
0 commit comments