Skip to content

Commit ec6cc06

Browse files
Update changelog for v2.1.0
1 parent e495a7d commit ec6cc06

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/changelog.md

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

3+
### 2.1.0
4+
- Made the `create_dhparams.sh` script capable of creating missing directories.
5+
- Our small [`/docker-entrypoint.d/40-create-dhparam-folder.sh`][17] script
6+
is therefore no longer necessary.
7+
- Made so that we run `symlink_user_configs` at startup so we do not run into
8+
a [race condition][16] with Nginx.
9+
- Some minor cleanup in the Dockerfiles related to the above changes.
10+
311
### 2.0.1
412
- There now exist a Dockerfile for building from the Nginx Alpine image as well.
513
- It is possible to use the Alpine version by appending `-alpine` to any
@@ -219,3 +227,5 @@
219227
[13]: https://github.com/JonasAlfredsson/docker-nginx-certbot/commit/bf2c1354f55adffadc13b1f1792e205f9dd25f86
220228
[14]: https://github.com/JonasAlfredsson/docker-nginx-certbot/tree/master/docs/dockerhub_tags.md
221229
[15]: https://github.com/JonasAlfredsson/bash_fail-to-wait
230+
[16]: https://github.com/JonasAlfredsson/docker-nginx-certbot/commit/7c5e2108c89c9da5effda1c499fff6ff84f8b1d3
231+
[17]: https://github.com/JonasAlfredsson/docker-nginx-certbot/commit/9dfa927cda7244768445067993dc42e23b4e78da

0 commit comments

Comments
 (0)