From f8577fec2e689a5373c01b0165c967a607917386 Mon Sep 17 00:00:00 2001 From: jonas Date: Sun, 18 Feb 2024 10:30:47 +0100 Subject: [PATCH] Update changelog for v5.0.1 --- docs/changelog.md | 7 +++++++ docs/dockerhub_tags.md | 3 ++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index cda3ca1..b98f2ba 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -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. @@ -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 diff --git a/docs/dockerhub_tags.md b/docs/dockerhub_tags.md index 3bafb7a..9eb4062 100644 --- a/docs/dockerhub_tags.md +++ b/docs/dockerhub_tags.md @@ -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 |