forked from TrueCloudLab/lego
Prepare release v4.8.0
This commit is contained in:
parent
806ef243d1
commit
175164fb47
2 changed files with 18 additions and 2 deletions
16
CHANGELOG.md
16
CHANGELOG.md
|
@ -1,5 +1,21 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [v4.8.0] - 2022-06-30
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- **[dnsprovider]** Add DNS provider for Variomedia
|
||||||
|
- **[dnsprovider]** Add NearlyFreeSpeech DNS Provider
|
||||||
|
- **[cli]** Add a --user-agent flag to lego-cli
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- new logo
|
||||||
|
- **[cli]** feat: sleep at renewal
|
||||||
|
- **[cli]** cli/renew: skip random sleep if stdout is a terminal
|
||||||
|
- **[dnsprovider]** hetzner: set min TTL to 60s
|
||||||
|
- **[docs]** refactoring and cleanup
|
||||||
|
|
||||||
## [v4.7.0] - 2022-05-27
|
## [v4.7.0] - 2022-05-27
|
||||||
|
|
||||||
### 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/4.7.0"
|
ourUserAgent = "xenolf-acme/4.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