We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f759530 commit 83d2e19Copy full SHA for 83d2e19
docs/changelog.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+### 5.1.0
4
+- Add ability to change validity time of the local CA.
5
+ - This variable is not mentioned in the main README since it should not be
6
+ used without reading the relevant advanced documentation.
7
+
8
### 5.0.1
9
- Lock certbot version via a `requirements.txt` file.
10
- Updates to the certbot version will now bump patch version of this repo.
docs/dockerhub_tags.md
@@ -17,7 +17,8 @@ are updated.
17
18
| Major | Minor | Patch | Nginx |
19
| ----: | ----: | ----: | :----------------- |
20
-| 5 | 5.0 | 5.0.1 | 5.0.1-nginx1.25.4 |
+| 5 | 5.1 | 5.1.0 | 5.1.0-nginx1.25.4 |
21
+| | 5.0 | 5.0.1 | 5.0.1-nginx1.25.4 |
22
| | | | 5.0.1-nginx1.25.3 |
23
| | | 5.0.0 | 5.0.0-nginx1.25.3 |
24
| | | | 5.0.0-nginx1.25.2 |
0 commit comments