Skip to content

Commit fd2bdf9

Browse files
committed
Prepare release v4.18.0
1 parent beaa35c commit fd2bdf9

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.18.0] - 2024-08-30
4+
5+
### Added
6+
7+
- **[dnsprovider]** Add DNS provider for mijn.host
8+
- **[dnsprovider]** Add DNS provider for Lima-City
9+
- **[dnsprovider]** Add DNS provider for DirectAdmin
10+
- **[dnsprovider]** Add DNS provider for Mittwald
11+
- **[lib,cli]** feat: add option to handle the overall request limit
12+
- **[lib]** feat: expose certificates pool creation
13+
14+
### Changed
15+
16+
- **[cli]** feat: add LEGO_ISSUER_CERT_PATH to run hook
17+
- **[dnsprovider]** bluecat: skip deploy
18+
- **[dnsprovider]** ovh: allow to use ovh.conf file
19+
- **[dnsprovider]** designate: allow manually overwriting DNS zone
20+
21+
### Fixed
22+
23+
- **[ari]** fix: avoid Int63n panic in ShouldRenewAt()
24+
325
## [v4.17.4] - 2024-06-12
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.17.4"
8+
ourUserAgent = "xenolf-acme/4.18.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)