1
0
mirror of https://github.com/go-acme/lego.git synced 2024-12-22 07:12:22 +02:00

Prepare release v4.20.1

This commit is contained in:
Fernandez Ludovic 2024-11-11 12:13:00 +01:00
parent 947e09824f
commit b3dc8bcedb
5 changed files with 11 additions and 7 deletions

View File

@ -64,7 +64,7 @@ jobs:
# https://goreleaser.com/ci/actions/
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
uses: goreleaser/goreleaser-action@v6
with:
version: latest
args: release -p 1 --clean --timeout=90m

View File

@ -1,6 +1,6 @@
# Changelog
## [v4.20.0] - 2024-11-11
## [v4.20.1] - 2024-11-11
### Added
@ -28,6 +28,10 @@
- **[dnsprovider]** volcengine: set API information within the default configuration
- **[log]** Parse printf verbs in log line output
## [v4.20.0] - 2024-11-11
Cancelled due to CI failure.
## [v4.19.2] - 2024-10-06
### Fixed

View File

@ -4,10 +4,10 @@ package sender
const (
// ourUserAgent is the User-Agent of this underlying library package.
ourUserAgent = "xenolf-acme/4.20.0"
ourUserAgent = "xenolf-acme/4.20.1"
// ourUserAgentComment is part of the UA comment linked to the version status of this underlying library package.
// values: detach|release
// NOTE: Update this with each tagged release.
ourUserAgentComment = "detach"
ourUserAgentComment = "release"
)

View File

@ -2,7 +2,7 @@
package main
const defaultVersion = "v4.20.0+dev-detach"
const defaultVersion = "v4.20.1+dev-release"
var version = ""

View File

@ -10,12 +10,12 @@ import (
const (
// ourUserAgent is the User-Agent of this underlying library package.
ourUserAgent = "goacme-lego/4.20.0"
ourUserAgent = "goacme-lego/4.20.1"
// ourUserAgentComment is part of the UA comment linked to the version status of this underlying library package.
// values: detach|release
// NOTE: Update this with each tagged release.
ourUserAgentComment = "detach"
ourUserAgentComment = "release"
)
// Get builds and returns the User-Agent string.