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:
parent
947e09824f
commit
b3dc8bcedb
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -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
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
)
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
package main
|
||||
|
||||
const defaultVersion = "v4.20.0+dev-detach"
|
||||
const defaultVersion = "v4.20.1+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.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.
|
||||
|
Loading…
Reference in New Issue
Block a user