diff --git a/docs/changelog.md b/docs/changelog.md index a0adec6..e194b2c 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,9 @@ # Changelog +### 5.2.0 +- Forward the `SIGUSR1` signal to Nginx to tell it to reopen log files. + - PR by [@fredrikekre][50] + ### 5.1.1 - Update certbot to version 2.10.0 @@ -417,3 +421,4 @@ [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 +[50]: https://github.com/JonasAlfredsson/docker-nginx-certbot/commit/d3c20ff199301022ea0dc450bf91a23a51838871 diff --git a/docs/dockerhub_tags.md b/docs/dockerhub_tags.md index 82c8719..a094d5b 100644 --- a/docs/dockerhub_tags.md +++ b/docs/dockerhub_tags.md @@ -17,7 +17,8 @@ are updated. | Major | Minor | Patch | Nginx | | ----: | ----: | ----: | :----------------- | -| 5 | 5.1 | 5.1.1 | 5.1.1-nginx1.26.0 | +| 5 | 5.2 | 5.2.0 | 5.2.0-nginx1.26.0 | +| | 5.1 | 5.1.1 | 5.1.1-nginx1.26.0 | | | | 5.1.0 | 5.1.0-nginx1.26.0 | | | | | 5.1.0-nginx1.25.5 | | | | | 5.1.0-nginx1.25.4 |