Skip to content

Commit

Permalink
Bump boulder version to release-2024-02-06
Browse files Browse the repository at this point in the history
  • Loading branch information
hakwerk committed Feb 6, 2024
1 parent 045a128 commit e88b72b
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 18 deletions.
2 changes: 1 addition & 1 deletion build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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="release-2024-01-22"
boulderTag="release-2024-02-06"
boulderUrl="https://github.com/letsencrypt/boulder/"
cloneDir=$(pwd)/..

Expand Down
2 changes: 0 additions & 2 deletions build/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,6 @@ services:
ipv4_address: 10.55.55.10
bluenet:
ipv4_address: 10.77.77.10
rednet:
ipv4_address: 10.88.88.10
command: "consul agent -dev -config-format=hcl -config-file=/opt/boulder/labca/consul/config.hcl"
working_dir: /opt/boulder
restart: always
Expand Down
12 changes: 5 additions & 7 deletions build/tmp.patch
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
diff --git a/docker-compose.yml b/docker-compose.yml
index aeb34b387..16db397ae 100644
index b61c84199..a0c99bed4 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -5,7 +5,7 @@ services:
Expand Down Expand Up @@ -35,7 +35,7 @@ index aeb34b387..16db397ae 100644
entrypoint: labca/entrypoint.sh
working_dir: &boulder_working_dir /opt/boulder
logging:
@@ -85,8 +83,10 @@ services:
@@ -85,34 +83,37 @@ services:

bconsul:
image: hashicorp/consul:1.15.4
Expand All @@ -47,10 +47,8 @@ index aeb34b387..16db397ae 100644
networks:
consulnet:
ipv4_address: 10.55.55.10
@@ -94,27 +94,28 @@ services:
bluenet:
ipv4_address: 10.77.77.10
rednet:
ipv4_address: 10.88.88.10
- command: "consul agent -dev -config-format=hcl -config-file=/test/consul/config.hcl"
+ command: "consul agent -dev -config-format=hcl -config-file=/opt/boulder/labca/consul/config.hcl"
+ working_dir: /opt/boulder
Expand Down Expand Up @@ -86,7 +84,7 @@ index aeb34b387..16db397ae 100644
logging:
driver: "json-file"
options:
@@ -131,27 +132,26 @@ services:
@@ -129,27 +130,26 @@ services:
- 80:80
- 443:443
volumes:
Expand Down Expand Up @@ -128,7 +126,7 @@ index aeb34b387..16db397ae 100644
expose:
- 3030
environment:
@@ -162,6 +162,14 @@ services:
@@ -160,6 +160,14 @@ services:

volumes:
dbdata:
Expand Down
2 changes: 1 addition & 1 deletion install
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dockerComposeVersion="v2.5.0"

labcaUrl="https://github.com/hakwerk/labca/"
boulderUrl="https://github.com/letsencrypt/boulder/"
boulderTag="release-2024-01-22"
boulderTag="release-2024-02-06"

# Feature flags
flag_skip_redis=true
Expand Down
4 changes: 2 additions & 2 deletions patches/docker-compose-redis.patch
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
diff --git a/docker-compose.yml b/docker-compose.yml
index 6a918c2e2..c580176cd 100644
index 7fc8f8de5..2ce16d12c 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -30,8 +30,6 @@ services:
Expand Down Expand Up @@ -65,7 +65,7 @@ index 6a918c2e2..c580176cd 100644
bconsul:
image: hashicorp/consul:1.15.4
volumes:
@@ -161,13 +119,6 @@ networks:
@@ -159,13 +117,6 @@ networks:
config:
- subnet: 10.88.88.0/24

Expand Down
8 changes: 4 additions & 4 deletions patches/docker-compose.patch
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
diff --git a/docker-compose.yml b/docker-compose.yml
index c580176cd..aeb34b387 100644
index 2ce16d12c..b61c84199 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -1,10 +1,11 @@
Expand Down Expand Up @@ -97,9 +97,9 @@ index c580176cd..aeb34b387 100644

bconsul:
image: hashicorp/consul:1.15.4
@@ -97,12 +95,73 @@ services:
rednet:
ipv4_address: 10.88.88.10
@@ -95,12 +93,73 @@ services:
bluenet:
ipv4_address: 10.77.77.10
command: "consul agent -dev -config-format=hcl -config-file=/test/consul/config.hcl"
+ restart: always

Expand Down
2 changes: 1 addition & 1 deletion patches/mail_mailer.patch
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ index 4249108e..ee8b6fb4 100644
+ ctx, cancel := context.WithDeadline(context.Background(), deadline)
+ defer cancel()
+
+ addrs, err := di.dnsClient.LookupHost(ctx, di.server)
+ addrs, _, err := di.dnsClient.LookupHost(ctx, di.server)
if err != nil {
- return nil, err
+ problem := probs.DNS("%v")
Expand Down

0 comments on commit e88b72b

Please sign in to comment.