File tree 2 files changed +11
-1
lines changed
2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
10
### 2.4.0
4
11
- Create a script that can sign certificates with the help of a
5
12
[ local certificate authortiy] ( ./advanced_usage#local-ca ) .
276
283
[ 27 ] : https://sectigostore.com/blog/ecdsa-vs-rsa-everything-you-need-to-know/
277
284
[ 28 ] : https://github.com/JonasAlfredsson/docker-nginx-certbot/blob/master/docs/good_to_know.md#ecdsa-and-rsa-certificates
278
285
[ 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
Original file line number Diff line number Diff line change @@ -17,7 +17,8 @@ are updated.
17
17
18
18
| Major | Minor | Patch | Nginx |
19
19
| ----: | ----: | ----: | :----------------- |
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 |
21
22
| | 2.3 | 2.3.0 | 2.3.0-nginx1.21.0 |
22
23
| | 2.2 | 2.2.0 | 2.2.0-nginx1.21.0 |
23
24
| | | | 2.2.0-nginx1.19.10 |
You can’t perform that action at this time.
0 commit comments