diff --git a/docs/certbot_authenticators.md b/docs/certbot_authenticators.md index 3badc0b..263340e 100644 --- a/docs/certbot_authenticators.md +++ b/docs/certbot_authenticators.md @@ -38,6 +38,7 @@ for the supported authenticators: - [dns-ionos][20] - [dns-bunny][21] - [dns-duckdns][22] + - [hetzner][23] You will need to setup the authenticator file at `/etc/letsencrypt/.ini`, so for e.g. Cloudflare you @@ -135,3 +136,4 @@ authenticators. [20]: https://github.com/helgeerbe/certbot-dns-ionos [21]: https://github.com/mwt/certbot-dns-bunny [22]: https://github.com/infinityofspace/certbot_dns_duckdns?tab=readme-ov-file#usage +[23]: https://github.com/ctrlaltcoop/certbot-dns-hetzner?tab=readme-ov-file#credentials diff --git a/docs/changelog.md b/docs/changelog.md index 68eaecc..985148f 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,9 @@ # Changelog +### 5.4.0 +- Added hetzner DNS authenticator. + - PR by [@protos-gunzinger][54] + ### 5.3.0 - Added DuckDNS authenticator. - PR by [@emulatorchen][51] @@ -434,3 +438,4 @@ [51]: https://github.com/JonasAlfredsson/docker-nginx-certbot/pull/281 [52]: https://github.com/JonasAlfredsson/docker-nginx-certbot/commit/fb06d2761942269d73a0630d4b0312b007027dcc [53]: https://docs.docker.com/reference/build-checks/legacy-key-value-format/ +[54]: https://github.com/JonasAlfredsson/docker-nginx-certbot/pull/284 diff --git a/docs/dockerhub_tags.md b/docs/dockerhub_tags.md index 4387349..ab684e2 100644 --- a/docs/dockerhub_tags.md +++ b/docs/dockerhub_tags.md @@ -17,7 +17,8 @@ are updated. | Major | Minor | Patch | Nginx | | ----: | ----: | ----: | :----------------- | -| 5 | 5.3 | 5.3.0 | 5.3.0-nginx1.27.0 | +| 5 | 5.4 | 5.4.0 | 5.4.0-nginx1.27.0 | +| | 5.3 | 5.3.0 | 5.3.0-nginx1.27.0 | | | 5.2 | 5.2.1 | 5.2.1-nginx1.27.0 | | | | 5.2.0 | 5.2.0-nginx1.27.0 | | | | | 5.2.0-nginx1.26.0 |