Skip to content

Commit

Permalink
Update changelog for v5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasAlfredsson committed Feb 18, 2024
1 parent 40ff6cd commit f8577fe
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

### 5.0.1
- Lock certbot version via a `requirements.txt` file.
- Updates to the certbot version will now bump patch version of this repo.
- Added "bunny" DNS to available authenticators
- PR by [@chreniuc]49

### 5.0.0
- We now run `nginx -t` before reloading Nginx. This will hopefully provide better info on
config errors without crashing the container.
Expand Down Expand Up @@ -402,3 +408,4 @@
[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
[49]: https://github.com/JonasAlfredsson/docker-nginx-certbot/pull/226
3 changes: 2 additions & 1 deletion docs/dockerhub_tags.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ are updated.

| Major | Minor | Patch | Nginx |
| ----: | ----: | ----: | :----------------- |
| 5 | 5.0 | 5.0.0 | 5.0.0-nginx1.25.3 |
| 5 | 5.0 | 5.0.1 | 5.0.1-nginx1.25.3 |
| | | 5.0.0 | 5.0.0-nginx1.25.3 |
| | | | 5.0.0-nginx1.25.2 |
| 4 | 4.3 | 4.3.0 | 4.3.0-nginx1.25.2 |
| | | | 4.3.0-nginx1.25.1 |
Expand Down

0 comments on commit f8577fe

Please sign in to comment.