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:
parent
1225d05a2b
commit
400c2c572c
@ -5,7 +5,7 @@ project_name: lego
|
||||
builds:
|
||||
- binary: lego
|
||||
|
||||
main: ./cmd/lego/main.go
|
||||
main: ./cmd/lego/
|
||||
env:
|
||||
- CGO_ENABLED=0
|
||||
flags:
|
||||
|
@ -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.
|
||||
|
@ -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"
|
||||
)
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
package main
|
||||
|
||||
const defaultVersion = "v4.20.1+dev-detach"
|
||||
const defaultVersion = "v4.20.2+dev-release"
|
||||
|
||||
var version = ""
|
||||
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user