From ec2a0451a4f38a20e0094a0f14653a53894014cf Mon Sep 17 00:00:00 2001 From: jonas Date: Sun, 23 May 2021 16:48:13 +0200 Subject: [PATCH] Update documentation for v2.2.0 --- docs/changelog.md | 11 +++++++++++ docs/dockerhub_tags.md | 3 ++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index d201583..de82cc0 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,14 @@ # Changelog +### 2.2.0 +- Listen to IPv6 in the [redirector.conf](../src/nginx_conf.d/redirector.conf) + in addition to IPv4. + - PR by [@staticfloat][25]. +- Add `reuseport` in the [redirector.conf](../src/nginx_conf.d/redirector.conf), + which improves latency and parallelization. + - PR by [@staticfloat][26]. +- Add mentions in the changelog to people who have helped with issues. + ### 2.1.0 - Made the `create_dhparams.sh` script capable of creating missing directories. - Our small [`/docker-entrypoint.d/40-create-dhparam-folder.sh`][17] script @@ -244,3 +253,5 @@ [22]: https://github.com/JonasAlfredsson/docker-nginx-certbot [23]: https://github.com/JonasAlfredsson/docker-nginx-certbot/issues/33 [24]: https://github.com/JonasAlfredsson/docker-nginx-certbot/issues/35 +[25]: https://github.com/JonasAlfredsson/docker-nginx-certbot/pull/44 +[26]: https://github.com/JonasAlfredsson/docker-nginx-certbot/pull/45 diff --git a/docs/dockerhub_tags.md b/docs/dockerhub_tags.md index afb0b87..77d0a2b 100644 --- a/docs/dockerhub_tags.md +++ b/docs/dockerhub_tags.md @@ -17,7 +17,8 @@ are updated. | Major | Minor | Patch | Nginx | | ----: | ----: | ----: | :----------------- | -| 2 | 2.1 | 2.1.0 | 2.1.0-nginx1.19.10 | +| 2 | 2.2 | 2.2.0 | 2.2.0-nginx1.19.10 | +| | 2.1 | 2.1.0 | 2.1.0-nginx1.19.10 | | | 2.0 | 2.0.1 | 2.0.1-nginx1.19.10 | | | | 2.0.0 | 2.0.0-nginx1.19.10 | | | | 1.3.0 | 1.3.0-nginx1.19.10 |