File tree 2 files changed +9
-1
lines changed
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ### 5.0.1
4
+ - Lock certbot version via a ` requirements.txt ` file.
5
+ - Updates to the certbot version will now bump patch version of this repo.
6
+ - Added "bunny" DNS to available authenticators
7
+ - PR by [ @chreniuc ] 49
8
+
3
9
### 5.0.0
4
10
- We now run ` nginx -t ` before reloading Nginx. This will hopefully provide better info on
5
11
config errors without crashing the container.
402
408
[ 46 ] : https://github.com/JonasAlfredsson/bash_fail-to-wait
403
409
[ 47 ] : https://github.com/JonasAlfredsson/docker-nginx-certbot/pull/168
404
410
[ 48 ] : https://github.com/JonasAlfredsson/docker-nginx-certbot/pull/207
411
+ [ 49 ] : https://github.com/JonasAlfredsson/docker-nginx-certbot/pull/226
Original file line number Diff line number Diff line change @@ -17,7 +17,8 @@ are updated.
17
17
18
18
| Major | Minor | Patch | Nginx |
19
19
| ----: | ----: | ----: | :----------------- |
20
- | 5 | 5.0 | 5.0.0 | 5.0.0-nginx1.25.3 |
20
+ | 5 | 5.0 | 5.0.1 | 5.0.1-nginx1.25.3 |
21
+ | | | 5.0.0 | 5.0.0-nginx1.25.3 |
21
22
| | | | 5.0.0-nginx1.25.2 |
22
23
| 4 | 4.3 | 4.3.0 | 4.3.0-nginx1.25.2 |
23
24
| | | | 4.3.0-nginx1.25.1 |
You can’t perform that action at this time.
0 commit comments