Skip to content

Commit f8577fe

Browse files
Update changelog for v5.0.1
1 parent 40ff6cd commit f8577fe

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

docs/changelog.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

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+
39
### 5.0.0
410
- We now run `nginx -t` before reloading Nginx. This will hopefully provide better info on
511
config errors without crashing the container.
@@ -402,3 +408,4 @@
402408
[46]: https://github.com/JonasAlfredsson/bash_fail-to-wait
403409
[47]: https://github.com/JonasAlfredsson/docker-nginx-certbot/pull/168
404410
[48]: https://github.com/JonasAlfredsson/docker-nginx-certbot/pull/207
411+
[49]: https://github.com/JonasAlfredsson/docker-nginx-certbot/pull/226

docs/dockerhub_tags.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ are updated.
1717

1818
| Major | Minor | Patch | Nginx |
1919
| ----: | ----: | ----: | :----------------- |
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 |
2122
| | | | 5.0.0-nginx1.25.2 |
2223
| 4 | 4.3 | 4.3.0 | 4.3.0-nginx1.25.2 |
2324
| | | | 4.3.0-nginx1.25.1 |

0 commit comments

Comments
 (0)