Prepare release v4.30.1

This commit is contained in:
Fernandez Ludovic 2025-12-16 19:25:40 +01:00 committed by Ludovic Fernandez
commit 27075d562a
5 changed files with 16 additions and 5 deletions

View file

@ -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

View file

@ -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"
)

View file

@ -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
View file

@ -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

View file

@ -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.