Skip to content

Commit ec2a045

Browse files
Update documentation for v2.2.0
1 parent 98ee4d1 commit ec2a045

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

docs/changelog.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
### 2.2.0
4+
- Listen to IPv6 in the [redirector.conf](../src/nginx_conf.d/redirector.conf)
5+
in addition to IPv4.
6+
- PR by [@staticfloat][25].
7+
- Add `reuseport` in the [redirector.conf](../src/nginx_conf.d/redirector.conf),
8+
which improves latency and parallelization.
9+
- PR by [@staticfloat][26].
10+
- Add mentions in the changelog to people who have helped with issues.
11+
312
### 2.1.0
413
- Made the `create_dhparams.sh` script capable of creating missing directories.
514
- Our small [`/docker-entrypoint.d/40-create-dhparam-folder.sh`][17] script
@@ -244,3 +253,5 @@
244253
[22]: https://github.com/JonasAlfredsson/docker-nginx-certbot
245254
[23]: https://github.com/JonasAlfredsson/docker-nginx-certbot/issues/33
246255
[24]: https://github.com/JonasAlfredsson/docker-nginx-certbot/issues/35
256+
[25]: https://github.com/JonasAlfredsson/docker-nginx-certbot/pull/44
257+
[26]: https://github.com/JonasAlfredsson/docker-nginx-certbot/pull/45

docs/dockerhub_tags.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ are updated.
1717

1818
| Major | Minor | Patch | Nginx |
1919
| ----: | ----: | ----: | :----------------- |
20-
| 2 | 2.1 | 2.1.0 | 2.1.0-nginx1.19.10 |
20+
| 2 | 2.2 | 2.2.0 | 2.2.0-nginx1.19.10 |
21+
| | 2.1 | 2.1.0 | 2.1.0-nginx1.19.10 |
2122
| | 2.0 | 2.0.1 | 2.0.1-nginx1.19.10 |
2223
| | | 2.0.0 | 2.0.0-nginx1.19.10 |
2324
| | | 1.3.0 | 1.3.0-nginx1.19.10 |

0 commit comments

Comments
 (0)