mirror of
https://github.com/go-acme/lego
synced 2026-03-14 14:35:48 +01:00
Prepare release v4.30.1
This commit is contained in:
parent
5574de68cd
commit
27075d562a
5 changed files with 16 additions and 5 deletions
|
|
@ -6,6 +6,15 @@ Everybody thinks that the others will donate, but in the end, nobody does.
|
|||
|
||||
So if you think that lego is worth it, please consider [donating](https://donate.ldez.dev).
|
||||
|
||||
## v4.30.1
|
||||
|
||||
- Release date: 2025-12-16
|
||||
- Tag: [v4.30.1](https://github.com/go-acme/lego/releases/tag/v4.30.1)
|
||||
|
||||
Due to an error related to `aliyun/credentials-go`, some artifacts of the v4.30.0 release have not been published.
|
||||
|
||||
This release contains the same things as v4.30.0.
|
||||
|
||||
## v4.30.0
|
||||
|
||||
- Release date: 2025-12-16
|
||||
|
|
|
|||
|
|
@ -4,10 +4,10 @@ package sender
|
|||
|
||||
const (
|
||||
// ourUserAgent is the User-Agent of this underlying library package.
|
||||
ourUserAgent = "xenolf-acme/4.30.0"
|
||||
ourUserAgent = "xenolf-acme/4.30.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
cmd/lego/zz_gen_version.go
generated
2
cmd/lego/zz_gen_version.go
generated
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
package main
|
||||
|
||||
const defaultVersion = "v4.30.0+dev-detach"
|
||||
const defaultVersion = "v4.30.1+dev-release"
|
||||
|
||||
var version = ""
|
||||
|
||||
|
|
|
|||
2
go.mod
2
go.mod
|
|
@ -222,3 +222,5 @@ require (
|
|||
gopkg.in/ini.v1 v1.67.0 // indirect
|
||||
gopkg.in/yaml.v3 v3.0.1 // indirect
|
||||
)
|
||||
|
||||
retract v4.30.0 // Problem related to misuse of sycalls by aliyun/credentials-go
|
||||
|
|
|
|||
|
|
@ -10,12 +10,12 @@ import (
|
|||
|
||||
const (
|
||||
// ourUserAgent is the User-Agent of this underlying library package.
|
||||
ourUserAgent = "goacme-lego/4.30.0"
|
||||
ourUserAgent = "goacme-lego/4.30.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…
Add table
Add a link
Reference in a new issue