Skip to content

Commit

Permalink
Update changelog for v2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasAlfredsson committed Aug 14, 2021
1 parent c15a59a commit c84c882
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
9 changes: 9 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -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).
Expand Down Expand Up @@ -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
3 changes: 2 additions & 1 deletion docs/dockerhub_tags.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit c84c882

Please sign in to comment.