Bump boulder version to v0.20250908.0

This commit is contained in:
Arjan H
2025-09-09 18:24:10 +02:00
parent b0258c9d9d
commit bed2da3c2b
3 changed files with 7 additions and 7 deletions

View File

@@ -8,7 +8,7 @@ TMP_DIR=$(pwd)/tmp
rm -rf $TMP_DIR && mkdir -p $TMP_DIR/{admin,bin,logs,src}
boulderDir=$TMP_DIR/src
boulderTag="v0.20250902.0"
boulderTag="v0.20250908.0"
boulderUrl="https://github.com/letsencrypt/boulder/"
cloneDir=$(pwd)/..

View File

@@ -30,7 +30,7 @@ dockerComposeVersion="v2.5.0"
labcaUrl="https://github.com/hakwerk/labca/"
boulderUrl="https://github.com/letsencrypt/boulder/"
boulderTag="v0.20250902.0"
boulderTag="v0.20250908.0"
#
# Color configuration

View File

@@ -1,16 +1,16 @@
diff --git a/sfe/overrides.go b/sfe/overrides.go
index 8eb024aed..20687c2bd 100644
index e48c087a9..644371825 100644
--- a/sfe/overrides.go
+++ b/sfe/overrides.go
@@ -13,6 +13,7 @@ import (
@@ -14,6 +14,7 @@ import (
emailpb "github.com/letsencrypt/boulder/email/proto"
berrors "github.com/letsencrypt/boulder/errors"
"github.com/letsencrypt/boulder/iana"
+ "github.com/letsencrypt/boulder/identifier"
"github.com/letsencrypt/boulder/policy"
rl "github.com/letsencrypt/boulder/ratelimits"
"github.com/letsencrypt/boulder/sfe/forms"
@@ -356,7 +357,11 @@ func validateOverrideRequestField(fieldName, fieldValue, rateLimit string) error
@@ -362,7 +363,11 @@ func validateOverrideRequestField(fieldName, fieldValue, rateLimit string) error
return nil
case emailAddressFieldName:
@@ -23,7 +23,7 @@ index 8eb024aed..20687c2bd 100644
if err == nil {
return nil
}
@@ -382,7 +387,11 @@ func validateOverrideRequestField(fieldName, fieldValue, rateLimit string) error
@@ -388,7 +393,11 @@ func validateOverrideRequestField(fieldName, fieldValue, rateLimit string) error
return fmt.Errorf("IP address is invalid")
case RegisteredDomainFieldName: