From 45f176ec787058047a11da65fc2f477dc93777c5 Mon Sep 17 00:00:00 2001 From: jonas Date: Tue, 28 Jun 2022 16:24:49 +0200 Subject: [PATCH] Update changelog for v3.1.3 --- docs/changelog.md | 5 +++++ docs/dockerhub_tags.md | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index 69c8db5..72472e8 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,9 @@ # Changelog +### 3.1.3 +- Recover and retry in case of failed `dhparam` creation. + - PR by [@staticfloat][38]. + ### 3.1.2 - Use latest version of Bash in the Alpine image again. - The `wait` bug is [fixed][37] since Bash 5.1.10. @@ -337,3 +341,4 @@ [35]: https://github.com/JonasAlfredsson/docker-nginx-certbot/pull/112 [36]: https://github.com/JonasAlfredsson/docker-nginx-certbot/pull/117 [37]: https://github.com/JonasAlfredsson/bash_fail-to-wait/issues/2 +[38]: https://github.com/JonasAlfredsson/docker-nginx-certbot/pull/127 diff --git a/docs/dockerhub_tags.md b/docs/dockerhub_tags.md index b83e21f..d72f8b5 100644 --- a/docs/dockerhub_tags.md +++ b/docs/dockerhub_tags.md @@ -17,7 +17,8 @@ are updated. | Major | Minor | Patch | Nginx | | ----: | ----: | ----: | :----------------- | -| 3 | 3.1 | 3.1.2 | 3.1.2-nginx1.23.0 | +| 3 | 3.1 | 3.1.3 | 3.1.3-nginx1.23.0 | +| | | 3.1.2 | 3.1.2-nginx1.23.0 | | | | | 3.1.2-nginx1.21.6 | | | | 3.1.1 | 3.1.1-nginx1.21.6 | | | | 3.1.0 | 3.1.0-nginx1.21.6 |