Skip to content

Commit

Permalink
Update changelog for v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasAlfredsson committed Jan 3, 2023
1 parent 1f6571e commit 8e5525d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
# Changelog

### 4.0.0
- New approach to [implementing IPv6 support][41] for the HTTP-01 challenge.
- Deleted the dedicated server in [`certbot.conf`][43]
- This change *should* be transparent for anyone not having a custom `certbot.conf` file, but is
technically making a breaking change for *someone*, thus a major revision bump.

### 3.3.1
- Revert [previous feature][41] after it apparently breaking some setups.

### 3.3.0
- Have the server in [`certbot.conf`](../src/nginx_conf.d/certbot.conf) listen on IPv6 as well.
- Have the server in [`certbot.conf`][42] listen on IPv6 as well.
- PR by [@Meptl][41].

### 3.2.2
Expand Down Expand Up @@ -364,3 +370,5 @@
[39]: https://github.com/JonasAlfredsson/docker-nginx-certbot/pull/144
[40]: https://github.com/JonasAlfredsson/docker-nginx-certbot/pull/147
[41]: https://github.com/JonasAlfredsson/docker-nginx-certbot/pull/159
[42]: https://github.com/JonasAlfredsson/docker-nginx-certbot/commit/6a6d24b2dfdbae48634f44b9ea0ab776c15053fb
[43]: https://github.com/JonasAlfredsson/docker-nginx-certbot/commit/a35f3be276e9393217937fc7dc44751751adb5fa#diff-be3f5d8ee45aacc8f6a22dd10332dd9503fe20ea1870a548202bf6e21a8f3815
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 |
| ----: | ----: | ----: | :----------------- |
| 4 | 4.0 | 4.0.0 | 4.0.0-nginx1.23.3 |
| 3 | 3.3 | 3.3.1 | 3.3.1-nginx1.23.3 |
| | | 3.3.0 | 3.3.0-nginx1.23.3 |
| | 3.2 | 3.2.2 | 3.2.2-nginx1.23.3 |
Expand Down

0 comments on commit 8e5525d

Please sign in to comment.