Skip to content

Commit c84c882

Browse files
Update changelog for v2.4.1
1 parent c15a59a commit c84c882

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

docs/changelog.md

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

3+
### 2.4.1
4+
- Fix missing quotes around variable.
5+
- PR by [@LucianDavies][30].
6+
- Changed package mirror used by Alpine images. More info in [issue #70][31].
7+
- Added more documentation.
8+
- Updated the `docker-compose` examples a bit.
9+
310
### 2.4.0
411
- Create a script that can sign certificates with the help of a
512
[local certificate authortiy](./advanced_usage#local-ca).
@@ -276,3 +283,5 @@
276283
[27]: https://sectigostore.com/blog/ecdsa-vs-rsa-everything-you-need-to-know/
277284
[28]: https://github.com/JonasAlfredsson/docker-nginx-certbot/blob/master/docs/good_to_know.md#ecdsa-and-rsa-certificates
278285
[29]: https://github.com/JonasAlfredsson/docker-nginx-certbot/blob/master/docs/good_to_know.md#how-the-script-add-domain-names-to-certificate-requests
286+
[30]: https://github.com/JonasAlfredsson/docker-nginx-certbot/pull/69
287+
[31]: https://github.com/JonasAlfredsson/docker-nginx-certbot/issues/70

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.4 | 2.4.0 | 2.4.0-nginx1.21.0 |
20+
| 2 | 2.4 | 2.4.1 | 2.4.1-nginx1.21.0 |
21+
| | | 2.4.0 | 2.4.0-nginx1.21.0 |
2122
| | 2.3 | 2.3.0 | 2.3.0-nginx1.21.0 |
2223
| | 2.2 | 2.2.0 | 2.2.0-nginx1.21.0 |
2324
| | | | 2.2.0-nginx1.19.10 |

0 commit comments

Comments
 (0)