Skip to content

Commit

Permalink
Update changelog for v5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasAlfredsson committed Oct 4, 2023
1 parent b6cfd57 commit d350d3c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

### 5.0.0
- We now run `nginx -t` before reloading Nginx. This will hopefully provide better info on
config errors without crashing the container.
- The reason for this being a major version is because technically we alter
core container behavior where previous errors would result in a restart.
- PR by [@stefansundin][48]

### 4.3.0
- Parent image is now using Python 3.11 which implements PEP 668, so we have
to allow PIP to "break system packages".
Expand Down Expand Up @@ -394,3 +401,4 @@
[45]: https://github.com/JonasAlfredsson/docker-nginx-certbot/commit/3855a173f6ce1bc49318cdc7c3a40e4443e92f3d
[46]: https://github.com/JonasAlfredsson/bash_fail-to-wait
[47]: https://github.com/JonasAlfredsson/docker-nginx-certbot/pull/168
[48]: https://github.com/JonasAlfredsson/docker-nginx-certbot/pull/207
1 change: 1 addition & 0 deletions docs/dockerhub_tags.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ are updated.

| Major | Minor | Patch | Nginx |
| ----: | ----: | ----: | :----------------- |
| 5 | 5.0 | 5.0.0 | 5.0.0-nginx1.25.2 |
| 4 | 4.3 | 4.3.0 | 4.3.0-nginx1.25.2 |
| | | | 4.3.0-nginx1.25.1 |
| | 4.2 | 4.2.1 | 4.2.1-nginx1.25.0 |
Expand Down

0 comments on commit d350d3c

Please sign in to comment.