forked from TrueCloudLab/lego
Prepare release v4.9.1
This commit is contained in:
parent
001dd80f6a
commit
df79f13022
2 changed files with 17 additions and 2 deletions
15
CHANGELOG.md
15
CHANGELOG.md
|
@ -1,5 +1,20 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [v4.9.1] - 2022-11-25
|
||||||
|
|
||||||
|
### Changed:
|
||||||
|
-
|
||||||
|
- **[lib,cname]** cname: add log about CNAME entries
|
||||||
|
- **[dnsprovider]** regru: improve error handling
|
||||||
|
|
||||||
|
### Fixed:
|
||||||
|
-
|
||||||
|
- **[dnsprovider,cname]** fix CNAME support for multiple DNS providers
|
||||||
|
- **[dnsprovider,cname]** duckdns: fix CNAME support
|
||||||
|
- **[dnsprovider,cname]** oraclecloud: use fqdn to resolve zone
|
||||||
|
- **[dnsprovider]** hurricane: fix CNAME support
|
||||||
|
- **[lib,cname]** cname: stop trying to traverse cname if none have been found
|
||||||
|
|
||||||
## [v4.9.0] - 2022-10-03
|
## [v4.9.0] - 2022-10-03
|
||||||
|
|
||||||
### 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.9.0"
|
ourUserAgent = "xenolf-acme/4.9.1"
|
||||||
|
|
||||||
// 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