forked from TrueCloudLab/lego
Prepare release v3.8.0
This commit is contained in:
parent
deb0ffc5d9
commit
bcb5be49c8
2 changed files with 23 additions and 2 deletions
21
CHANGELOG.md
21
CHANGELOG.md
|
@ -1,5 +1,26 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [v3.8.0] - 2020-07-02
|
||||||
|
|
||||||
|
### Added:
|
||||||
|
- **[cli]** cli: add hook on the run command.
|
||||||
|
- **[dnsprovider]** inwx: Two-Factor-Authentication
|
||||||
|
- **[dnsprovider]** Add DNS provider for ArvanCloud
|
||||||
|
|
||||||
|
### Changed:
|
||||||
|
- **[dnsprovider]** vultr: bumping govultr version
|
||||||
|
- **[dnsprovider]** desec: improve error logs.
|
||||||
|
- **[lib]** Ensures the return of a location during account updates
|
||||||
|
- **[dnsprovider]** route53: Document all AWS credential environment variables
|
||||||
|
|
||||||
|
### Fixed:
|
||||||
|
- **[dnsprovider]** stackpath: fix subdomain support.
|
||||||
|
- **[dnsprovider]** arvandcloud: fix record name.
|
||||||
|
- **[dnsprovider]** fix: multi-va.
|
||||||
|
- **[dnsprovider]** constellix: fix search records API call.
|
||||||
|
- **[dnsprovider]** hetzner: fix record name.
|
||||||
|
- **[lib]** Registrar.ResolveAccountByKey: Fix malformed request
|
||||||
|
|
||||||
## [v3.7.0] - 2020-05-11
|
## [v3.7.0] - 2020-05-11
|
||||||
|
|
||||||
### Added:
|
### Added:
|
||||||
|
|
|
@ -5,10 +5,10 @@ package sender
|
||||||
|
|
||||||
const (
|
const (
|
||||||
// ourUserAgent is the User-Agent of this underlying library package.
|
// ourUserAgent is the User-Agent of this underlying library package.
|
||||||
ourUserAgent = "xenolf-acme/3.7.0"
|
ourUserAgent = "xenolf-acme/3.8.0"
|
||||||
|
|
||||||
// ourUserAgentComment is part of the UA comment linked to the version status of this underlying library package.
|
// ourUserAgentComment is part of the UA comment linked to the version status of this underlying library package.
|
||||||
// values: detach|release
|
// values: detach|release
|
||||||
// NOTE: Update this with each tagged release.
|
// NOTE: Update this with each tagged release.
|
||||||
ourUserAgentComment = "detach"
|
ourUserAgentComment = "release"
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue