From 8e5525d28b1118e064afa6aefe706c9509a60154 Mon Sep 17 00:00:00 2001 From: jonas Date: Tue, 3 Jan 2023 21:46:30 +0100 Subject: [PATCH] Update changelog for v4.0.0 --- docs/changelog.md | 10 +++++++++- docs/dockerhub_tags.md | 1 + 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index f66d24d..82c4716 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -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 @@ -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 diff --git a/docs/dockerhub_tags.md b/docs/dockerhub_tags.md index 4925960..d3fb1d9 100644 --- a/docs/dockerhub_tags.md +++ b/docs/dockerhub_tags.md @@ -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 |