diff --git a/docs/changelog.md b/docs/changelog.md index 0103f0b..69c8db5 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,9 @@ # Changelog +### 3.1.2 +- Use latest version of Bash in the Alpine image again. + - The `wait` bug is [fixed][37] since Bash 5.1.10. + ### 3.1.1 - Small [bugfix][14] for the `dns-route53` authenticator. - Made so it is only bash that is installed from an older Alpine repository. @@ -332,3 +336,4 @@ [34]: https://github.com/bats-core/bats-core [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 diff --git a/docs/dockerhub_tags.md b/docs/dockerhub_tags.md index b7f4e21..f9d68d4 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.1 | 3.1.1-nginx1.21.6 | +| 3 | 3.1 | 3.1.2 | 3.1.2-nginx1.21.6 | +| | | 3.1.1 | 3.1.1-nginx1.21.6 | | | | 3.1.0 | 3.1.0-nginx1.21.6 | | | 3.0 | 3.0.1 | 3.0.1-nginx1.21.6 | | | | | 3.0.1-nginx1.21.5 |