Skip to content

Commit 659c938

Browse files
committedMay 2, 2023
Prepare release v4.11.0
1 parent 5a70c36 commit 659c938

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed
 

‎CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## [v4.11.0] - 2023-05-02
4+
5+
### Added:
6+
- **[lib]** Support for certificate with raw IP SAN (RFC8738)
7+
- **[dnsprovider]** Add Brandit.com as DNS provider
8+
- **[dnsprovider]** Add DNS provider for Bunny
9+
- **[dnsprovider]** Add DNS provider for Nodion
10+
- **[dnsprovider]** Add Google Domains as DNS provider
11+
- **[dnsprovider]** Add DNS provider for Plesk
12+
13+
### Changed:
14+
- **[cli]** feat: add LEGO_CERT_PEM_PATH and LEGO_CERT_PFX_PATH to run hook
15+
- **[lib,cli]** feat: add RSA 3072
16+
- **[dnsprovider]** gcloud: update google APIs to latest version
17+
- **[lib,dnsprovider,cname]** chore: replace GetRecord by GetChallengeInfo
18+
19+
### Fixed:
20+
- **[dnsprovider]** rimuhosting: fix API base URL
21+
322
## [v4.10.2] - 2023-02-26
423

524
Fix Docker image builds.

‎acme/api/internal/sender/useragent.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ package sender
55

66
const (
77
// ourUserAgent is the User-Agent of this underlying library package.
8-
ourUserAgent = "xenolf-acme/4.10.2"
8+
ourUserAgent = "xenolf-acme/4.11.0"
99

1010
// ourUserAgentComment is part of the UA comment linked to the version status of this underlying library package.
1111
// values: detach|release
1212
// NOTE: Update this with each tagged release.
13-
ourUserAgentComment = "detach"
13+
ourUserAgentComment = "release"
1414
)

0 commit comments

Comments
 (0)
Please sign in to comment.