Prepare release v4.11.0
This commit is contained in:
parent
5a70c3661d
commit
659c938975
2 changed files with 21 additions and 2 deletions
19
CHANGELOG.md
19
CHANGELOG.md
|
@ -1,5 +1,24 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [v4.11.0] - 2023-05-02
|
||||||
|
|
||||||
|
### Added:
|
||||||
|
- **[lib]** Support for certificate with raw IP SAN (RFC8738)
|
||||||
|
- **[dnsprovider]** Add Brandit.com as DNS provider
|
||||||
|
- **[dnsprovider]** Add DNS provider for Bunny
|
||||||
|
- **[dnsprovider]** Add DNS provider for Nodion
|
||||||
|
- **[dnsprovider]** Add Google Domains as DNS provider
|
||||||
|
- **[dnsprovider]** Add DNS provider for Plesk
|
||||||
|
|
||||||
|
### Changed:
|
||||||
|
- **[cli]** feat: add LEGO_CERT_PEM_PATH and LEGO_CERT_PFX_PATH to run hook
|
||||||
|
- **[lib,cli]** feat: add RSA 3072
|
||||||
|
- **[dnsprovider]** gcloud: update google APIs to latest version
|
||||||
|
- **[lib,dnsprovider,cname]** chore: replace GetRecord by GetChallengeInfo
|
||||||
|
|
||||||
|
### Fixed:
|
||||||
|
- **[dnsprovider]** rimuhosting: fix API base URL
|
||||||
|
|
||||||
## [v4.10.2] - 2023-02-26
|
## [v4.10.2] - 2023-02-26
|
||||||
|
|
||||||
Fix Docker image builds.
|
Fix Docker image builds.
|
||||||
|
|
|
@ -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.10.2"
|
ourUserAgent = "xenolf-acme/4.11.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