forked from TrueCloudLab/lego
Prepare release v2.5.0
This commit is contained in:
parent
4b0d8830de
commit
3d13faf689
2 changed files with 18 additions and 2 deletions
16
CHANGELOG.md
16
CHANGELOG.md
|
@ -1,5 +1,21 @@
|
|||
# Changelog
|
||||
|
||||
## [v2.5.0] - 2019-04-17
|
||||
|
||||
### Added:
|
||||
- **[cli]** Adds renew hook
|
||||
- **[dnsprovider]** Adds 'Since' to DNS providers documentation
|
||||
|
||||
### Changed:
|
||||
- **[dnsprovider]** gcloud: use public DNS zones
|
||||
- **[dnsprovider]** route53: enhance documentation.
|
||||
|
||||
### Fixed:
|
||||
- **[dnsprovider]** cloudns: fix TTL and status validation
|
||||
- **[dnsprovider]** sakuracloud: supports concurrent update
|
||||
- **[dnsprovider]** Disable authz when solve fail.
|
||||
- Add tzdata to the Docker image.
|
||||
|
||||
## [v2.4.0] - 2019-03-25
|
||||
|
||||
- Migrate from xenolf/lego to go-acme/lego.
|
||||
|
|
|
@ -5,10 +5,10 @@ package sender
|
|||
|
||||
const (
|
||||
// ourUserAgent is the User-Agent of this underlying library package.
|
||||
ourUserAgent = "xenolf-acme/2.4.0"
|
||||
ourUserAgent = "xenolf-acme/2.5.0"
|
||||
|
||||
// ourUserAgentComment is part of the UA comment linked to the version status of this underlying library package.
|
||||
// values: detach|release
|
||||
// NOTE: Update this with each tagged release.
|
||||
ourUserAgentComment = "detach"
|
||||
ourUserAgentComment = "release"
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue