Skip to content

Commit

Permalink
Update changelog for v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasAlfredsson committed Jul 7, 2021
1 parent 322e03b commit 1e31602
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
10 changes: 10 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

### 2.4.0
- Create a script that can sign certificates with the help of a
[local certificate authortiy](./advanced_usage#local-ca).
- It is now possible to work completely offline.
- We can now create certificates for `localhost`.
- Restructure and add a lot of documentation.
- `openssl` is now a symlink to `libressl` in the Alpine images.
- This is done to simplify the rest of the scripts since the arguments are
the same.

### 2.3.0
- Add support for [ECDSA][27] certificates.
- It is possible to have Nginx serve both ECDSA and RSA certificates at the
Expand Down
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.3 | 2.3.0 | 2.3.0-nginx1.21.0 |
| 2 | 2.4 | 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 |
| | 2.1 | 2.1.0 | 2.1.0-nginx1.19.10 |
Expand Down

0 comments on commit 1e31602

Please sign in to comment.