From c84c8820ea1a2b2626e00f20cc3a2fcf17bd2d57 Mon Sep 17 00:00:00 2001 From: jonas Date: Sat, 14 Aug 2021 22:23:15 +0200 Subject: [PATCH] Update changelog for v2.4.1 --- docs/changelog.md | 9 +++++++++ docs/dockerhub_tags.md | 3 ++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index 165b945..84b99ca 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,12 @@ # Changelog +### 2.4.1 +- Fix missing quotes around variable. + - PR by [@LucianDavies][30]. +- Changed package mirror used by Alpine images. More info in [issue #70][31]. +- Added more documentation. +- Updated the `docker-compose` examples a bit. + ### 2.4.0 - Create a script that can sign certificates with the help of a [local certificate authortiy](./advanced_usage#local-ca). @@ -276,3 +283,5 @@ [27]: https://sectigostore.com/blog/ecdsa-vs-rsa-everything-you-need-to-know/ [28]: https://github.com/JonasAlfredsson/docker-nginx-certbot/blob/master/docs/good_to_know.md#ecdsa-and-rsa-certificates [29]: https://github.com/JonasAlfredsson/docker-nginx-certbot/blob/master/docs/good_to_know.md#how-the-script-add-domain-names-to-certificate-requests +[30]: https://github.com/JonasAlfredsson/docker-nginx-certbot/pull/69 +[31]: https://github.com/JonasAlfredsson/docker-nginx-certbot/issues/70 diff --git a/docs/dockerhub_tags.md b/docs/dockerhub_tags.md index 36ce2b7..c9e3c9b 100644 --- a/docs/dockerhub_tags.md +++ b/docs/dockerhub_tags.md @@ -17,7 +17,8 @@ are updated. | Major | Minor | Patch | Nginx | | ----: | ----: | ----: | :----------------- | -| 2 | 2.4 | 2.4.0 | 2.4.0-nginx1.21.0 | +| 2 | 2.4 | 2.4.1 | 2.4.1-nginx1.21.0 | +| | | 2.4.0 | 2.4.0-nginx1.21.0 | | | 2.3 | 2.3.0 | 2.3.0-nginx1.21.0 | | | 2.2 | 2.2.0 | 2.2.0-nginx1.21.0 | | | | | 2.2.0-nginx1.19.10 |