Bump boulder version to release-2021-12-06

This commit is contained in:
Arjan H
2021-12-08 20:33:41 +01:00
parent dda8ecd4ba
commit 3773878058
3 changed files with 4 additions and 4 deletions

View File

@@ -24,7 +24,7 @@ dockerComposeVersion="1.28.5"
labcaUrl="https://github.com/hakwerk/labca/"
boulderUrl="https://github.com/letsencrypt/boulder/"
boulderTag="release-2021-11-09"
boulderTag="release-2021-12-06"
# Feature flags
flag_skip_redis=true

View File

@@ -42,7 +42,7 @@ index 862ed2fe7..e8b0aac3d 100644
}
func initStats(stats prometheus.Registerer) mailerStats {
@@ -534,6 +544,32 @@ func main() {
@@ -535,6 +545,32 @@ func main() {
cmd.FailOnError(err, "Failed to load credentials and create gRPC connection to SA")
sac := sapb.NewStorageAuthorityClient(conn)
@@ -75,7 +75,7 @@ index 862ed2fe7..e8b0aac3d 100644
var smtpRoots *x509.CertPool
if c.Mailer.SMTPTrustedRootFile != "" {
pem, err := ioutil.ReadFile(c.Mailer.SMTPTrustedRootFile)
@@ -569,6 +605,7 @@ func main() {
@@ -570,6 +606,7 @@ func main() {
c.Mailer.Username,
smtpPassword,
smtpRoots,

View File

@@ -10,7 +10,7 @@ index 275e64a95..873d5c943 100644
"github.com/letsencrypt/boulder/probs"
pubpb "github.com/letsencrypt/boulder/publisher/proto"
rapb "github.com/letsencrypt/boulder/ra/proto"
@@ -444,7 +443,7 @@ func (ra *RegistrationAuthorityImpl) validateContacts(ctx context.Context, conta
@@ -448,7 +447,7 @@ func (ra *RegistrationAuthorityImpl) validateContacts(ctx context.Context, conta
contact,
)
}