Prepare release v4.17.3

This commit is contained in:
Fernandez Ludovic 2024-05-28 16:24:35 +02:00
parent 96a8381a6b
commit 8abe1008bb
2 changed files with 9 additions and 3 deletions

View file

@ -1,6 +1,6 @@
# Changelog # Changelog
## [v4.17.2] - 2024-05-28 ## [v4.17.3] - 2024-05-28
### Added ### Added
@ -28,6 +28,12 @@
- **[dnsprovider]** pdns: reconstruct zone URLs to enable non-root folder API endpoints - **[dnsprovider]** pdns: reconstruct zone URLs to enable non-root folder API endpoints
- **[dnsprovider]** alidns: fix link to API documentation - **[dnsprovider]** alidns: fix link to API documentation
## [v4.17.2] - 2024-05-28
Canceled due to a release failure related to Snapcraft.
The Snapcraft release are disabled for now.
## [v4.17.1] - 2024-05-28 ## [v4.17.1] - 2024-05-28
Canceled due to a release failure related to oci-go-sdk. Canceled due to a release failure related to oci-go-sdk.

View file

@ -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.17.2" ourUserAgent = "xenolf-acme/4.17.3"
// 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"
) )