Skip to content

Commit 30a7707

Browse files
Update changelog for v5.4.0
1 parent a0e6765 commit 30a7707

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

docs/certbot_authenticators.md

+2
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ for the supported authenticators:
3838
- [dns-ionos][20]
3939
- [dns-bunny][21]
4040
- [dns-duckdns][22]
41+
- [hetzner][23]
4142

4243
You will need to setup the authenticator file at
4344
`/etc/letsencrypt/<authenticator provider>.ini`, so for e.g. Cloudflare you
@@ -135,3 +136,4 @@ authenticators.
135136
[20]: https://github.com/helgeerbe/certbot-dns-ionos
136137
[21]: https://github.com/mwt/certbot-dns-bunny
137138
[22]: https://github.com/infinityofspace/certbot_dns_duckdns?tab=readme-ov-file#usage
139+
[23]: https://github.com/ctrlaltcoop/certbot-dns-hetzner?tab=readme-ov-file#credentials

docs/changelog.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
### 5.4.0
4+
- Added hetzner DNS authenticator.
5+
- PR by [@protos-gunzinger][54]
6+
37
### 5.3.0
48
- Added DuckDNS authenticator.
59
- PR by [@emulatorchen][51]
@@ -434,3 +438,4 @@
434438
[51]: https://github.com/JonasAlfredsson/docker-nginx-certbot/pull/281
435439
[52]: https://github.com/JonasAlfredsson/docker-nginx-certbot/commit/fb06d2761942269d73a0630d4b0312b007027dcc
436440
[53]: https://docs.docker.com/reference/build-checks/legacy-key-value-format/
441+
[54]: https://github.com/JonasAlfredsson/docker-nginx-certbot/pull/284

docs/dockerhub_tags.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ are updated.
1717

1818
| Major | Minor | Patch | Nginx |
1919
| ----: | ----: | ----: | :----------------- |
20-
| 5 | 5.3 | 5.3.0 | 5.3.0-nginx1.27.0 |
20+
| 5 | 5.4 | 5.4.0 | 5.4.0-nginx1.27.0 |
21+
| | 5.3 | 5.3.0 | 5.3.0-nginx1.27.0 |
2122
| | 5.2 | 5.2.1 | 5.2.1-nginx1.27.0 |
2223
| | | 5.2.0 | 5.2.0-nginx1.27.0 |
2324
| | | | 5.2.0-nginx1.26.0 |

0 commit comments

Comments
 (0)