Skip to content

Commit

Permalink
Update changelog for v5.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasAlfredsson committed Aug 26, 2024
1 parent a0e6765 commit 30a7707
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/certbot_authenticators.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/<authenticator provider>.ini`, so for e.g. Cloudflare you
Expand Down Expand Up @@ -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
5 changes: 5 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -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]
Expand Down Expand Up @@ -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
3 changes: 2 additions & 1 deletion docs/dockerhub_tags.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit 30a7707

Please sign in to comment.