Skip to content

Commit 3ad2fa7

Browse files
committed
Prepare release v4.6.0
1 parent 6b58241 commit 3ad2fa7

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Changelog
22

3+
## [v4.6.0] - 2022-01-18
4+
5+
### Added
6+
7+
- **[dnsprovider]** Add DNS provider for UKFast SafeDNS
8+
- **[dnsprovider]** Add DNS Provider for Tencent Cloud
9+
- **[dnsprovider]** azure: add support for Azure Private Zone DNS
10+
- **[dnsprovider]** exec: add sequence interval
11+
- **[cli]** Add a `--pfx`, and `--pfx.pas`s option to generate a PKCS#12 (`.pfx`) file.
12+
- **[lib]** Extended support of cert pool (`LEGO_CA_CERTIFICATES` and `LEGO_CA_SYSTEM_CERT_POOL`)
13+
- **[lib,httpprovider]** added uds capability to http challenge server
14+
15+
### Changed
16+
17+
- **[lib]** Extend validity of TLS-ALPN-01 certificates to 365 days
18+
- **[lib,cli]** Allows defining the reason for the certificate revocation
19+
20+
### Fixed
21+
22+
- **[dnsprovider]** mythicbeasts: fix token expiration
23+
- **[dnsprovider]** rackspace: change zone ID to string
24+
325
## [v4.5.3] - 2021-09-06
426

527
### Fixed:

acme/api/internal/sender/useragent.go

Lines changed: 2 additions & 2 deletions
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.5.3"
8+
ourUserAgent = "xenolf-acme/4.6.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)