Skip to content

Commit 4671984

Browse files
Update changelog for v5.3.0
1 parent 261ef12 commit 4671984

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

docs/changelog.md

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

3+
### 5.3.0
4+
- Added DuckDNS authenticator.
5+
- PR by [@emulatorchen][51]
6+
- Removed deprecated [cloudxns][52] authenticator.
7+
- Changed from [LegacyKeyValueFormat][53] to the recommended format for `ENV` definitions.
8+
39
### 5.2.1
410
- Update certbot to v2.11.0.
511

@@ -425,3 +431,6 @@
425431
[48]: https://github.com/JonasAlfredsson/docker-nginx-certbot/pull/207
426432
[49]: https://github.com/JonasAlfredsson/docker-nginx-certbot/pull/226
427433
[50]: https://github.com/JonasAlfredsson/docker-nginx-certbot/commit/d3c20ff199301022ea0dc450bf91a23a51838871
434+
[51]: https://github.com/JonasAlfredsson/docker-nginx-certbot/pull/281
435+
[52]: https://github.com/JonasAlfredsson/docker-nginx-certbot/commit/fb06d2761942269d73a0630d4b0312b007027dcc
436+
[53]: https://docs.docker.com/reference/build-checks/legacy-key-value-format/

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.2 | 5.2.1 | 5.2.1-nginx1.27.0 |
20+
| 5 | 5.3 | 5.3.0 | 5.3.0-nginx1.27.0 |
21+
| | 5.2 | 5.2.1 | 5.2.1-nginx1.27.0 |
2122
| | | 5.2.0 | 5.2.0-nginx1.27.0 |
2223
| | | | 5.2.0-nginx1.26.0 |
2324
| | 5.1 | 5.1.1 | 5.1.1-nginx1.26.0 |

0 commit comments

Comments
 (0)