Skip to content

Releases: remilapeyre/vault-acme

Release v0.0.9

22 Apr 18:30
Compare
Choose a tag to compare
Release v0.0.9 Pre-release
Pre-release
Update changelog for the 0.0.9 release

Release v0.0.8

04 Jul 11:32
Compare
Choose a tag to compare
Release v0.0.8 Pre-release
Pre-release
Return more informative error message on failure

Release v0.0.7

16 May 15:14
Compare
Choose a tag to compare
Release v0.0.7 Pre-release
Pre-release
Make it possible to update an ACME account

Closes https://github.com/remilapeyre/vault-acme/issues/22

Release v0.0.6

18 Aug 23:17
Compare
Choose a tag to compare
Release v0.0.6 Pre-release
Pre-release
Add provider_configuration parameter to override environment variables

Closes https://github.com/remilapeyre/vault-acme/issues/19

Release v0.0.5

11 Aug 22:14
Compare
Choose a tag to compare
Release v0.0.5 Pre-release
Pre-release
Add a SHA256SUMS file in the releases

Closes https://github.com/remilapeyre/vault-acme/issues/17

Release v0.0.4

21 Jul 23:33
f063f94
Compare
Choose a tag to compare
Release v0.0.4 Pre-release
Pre-release
Add account flag to ignore waiting for DNS propagation

Provide a way to let lego ignore the check for DNS propagation. The
default remains `false` (default value of library): wait until the
DNS changes have been propagated to all authoritative DNS servers.
Existing vault accounts should continue to work (new flag will be set to
`false` if it does not exists).

This option might be helpful/required for specific setups/situation
where this does not work correctly (like specific split-horizon setups
etc).

The `ignore_dns_propagation` option behaves as the underlaying
`--dns.cp-disable` command line LEGO flag.

Release v0.0.3

18 May 17:37
Compare
Choose a tag to compare
Release v0.0.3 Pre-release
Pre-release
Add support for different types of private keys for the account

This change the data associated with the account so all accounts will
need to be destroyed and recreated before requesting a new certificate:

    $ vault delete acme/accounts/lenstra
    $ vault write acme/accounts/lenstra contact=remi@lenstra.fr ...

Closes https://github.com/remilapeyre/vault-acme/issues/12

Release v0.0.2

06 May 22:26
Compare
Choose a tag to compare
Release v0.0.2 Pre-release
Pre-release
Disable CGO support

Closes https://github.com/remilapeyre/vault-acme/issues/11

Release v0.0.1

06 May 00:06
Compare
Choose a tag to compare
Release v0.0.1 Pre-release
Pre-release
Publish release on tags