1
0
mirror of https://github.com/go-acme/lego.git synced 2024-11-21 13:25:48 +02:00

Prepare release v4.20.2

This commit is contained in:
Fernandez Ludovic 2024-11-11 13:32:37 +01:00
parent 1225d05a2b
commit 400c2c572c
5 changed files with 11 additions and 7 deletions

View File

@ -5,7 +5,7 @@ project_name: lego
builds:
- binary: lego
main: ./cmd/lego/main.go
main: ./cmd/lego/
env:
- CGO_ENABLED=0
flags:

View File

@ -1,6 +1,6 @@
# Changelog
## [v4.20.1] - 2024-11-11
## [v4.20.2] - 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.1] - 2024-11-11
Cancelled due to CI failure.
## [v4.20.0] - 2024-11-11
Cancelled due to CI failure.

View File

@ -4,10 +4,10 @@ package sender
const (
// ourUserAgent is the User-Agent of this underlying library package.
ourUserAgent = "xenolf-acme/4.20.1"
ourUserAgent = "xenolf-acme/4.20.2"
// 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.1+dev-detach"
const defaultVersion = "v4.20.2+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.1"
ourUserAgent = "goacme-lego/4.20.2"
// 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.