Skip to content

Commit 0847877

Browse files
author
Rémi Lapeyre
committed
Update changelog for the 0.0.9 release
1 parent a54dd13 commit 0847877

1 file changed

Lines changed: 65 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
## 0.0.9
2+
### April 22, 2022
3+
4+
NEW FEATURES:
5+
6+
* The `dns_resolvers` parameter can now be set to choose the DNS resolvers used to check the propagation of the ACME DNS-01 challenge.
7+
8+
## 0.0.8
9+
### July 04, 2021
10+
11+
IMPROVEMENTS:
12+
13+
* Better error message are now returned when a certificate signing request fails.
14+
15+
## 0.0.7
16+
### May 16, 2020
17+
18+
IMPROVEMENTS:
19+
20+
* It is now possible to update an ACME account.
21+
22+
## 0.0.6
23+
### August 19, 2020
24+
25+
IMPROVEMENTS:
26+
27+
* Simultanous requests to create the same certificate will now return the same one to avoid sending multiple requests to the ACME provider.
28+
* The `provider_configuration` parameter can now be used to set the configuration of the ACME client instead of using environment variables.
29+
30+
## 0.0.5
31+
### August 12, 2020
32+
33+
BUG FIXES:
34+
35+
* Failure to retrieve the Lego client now properly return an error.
36+
37+
## 0.0.4
38+
### July 22, 2020
39+
40+
NEW FEATURES:
41+
42+
* It is now possible to ignore skip waiting for the DNS propagation by setting the `ignore_dns_propagation` parameter on an account. The default is `false` and will check that the ACME DNS challenge has been properly propagated before requesting a certificate.
43+
44+
## 0.0.3
45+
### May 18, 2020
46+
47+
NEW FEATURES:
48+
49+
* It is now possible to set the type of key used for an account by setting the `key_type` parameter. Possible values are `EC256`, `EC384`, `RSA2048`, `RSA4096` and `RSA8192`.
50+
51+
52+
## 0.0.2
53+
### May 07, 2020
54+
55+
BUG FIXES:
56+
57+
* The binaries are now statically built to work with Alpine Linux.
58+
59+
60+
## 0.0.1
61+
### May 06, 2020
62+
63+
NEW FEATURES:
64+
65+
* Initial release of the Vault ACME secret engine.

0 commit comments

Comments
 (0)