Skip to content

Commit 79d61e1

Browse files
author
ddx-checkpoint
committed
chore: bump fizeau to v0.14.32
1 parent 0113b82 commit 79d61e1

3 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ All notable changes to DDx are documented in this file.
44

55
## [Unreleased]
66

7+
### Added: Fizeau v0.14.32 point release
8+
9+
DDx now consumes `github.com/easel/fizeau v0.14.32`.
10+
11+
This refresh picks up Fizeau's latest routing health and benchmark harness
12+
cleanup work, including the Harbor timeout subprocess cleanup path that prevents
13+
stranded `fiz` harness descendants from accumulating after cancelled benchmark
14+
runs.
15+
716
### Added: startup housekeeping reapers and execution retention controls
817

918
`ddx work`, `ddx try`, and `ddx doctor --apply` now reap stale DDx runtime

cli/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.26.3
44

55
require (
66
github.com/99designs/gqlgen v0.17.89
7-
github.com/easel/fizeau v0.14.29
7+
github.com/easel/fizeau v0.14.32
88
github.com/fatih/color v1.18.0
99
github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674
1010
github.com/itchyny/gojq v0.12.19

cli/go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ github.com/easel/fizeau v0.14.1 h1:E9G8/Tn1KGlN+9BrkxX8i2GWspF05IhLb1VECuRHaL4=
8989
github.com/easel/fizeau v0.14.1/go.mod h1:CJRAqOJl2jMQBQH5rtgCnYVlC1E6A0Iy+r8MpcHeL9Y=
9090
github.com/easel/fizeau v0.14.29 h1:hR3uphAo6vVGiDUmWfDnyk2VDsPsLHx5f6eSwWwS8Z4=
9191
github.com/easel/fizeau v0.14.29/go.mod h1:CJRAqOJl2jMQBQH5rtgCnYVlC1E6A0Iy+r8MpcHeL9Y=
92+
github.com/easel/fizeau v0.14.32 h1:lrZww7UlOEkwFDqiJ8nCkZ0hmAQQlE3uHzDp693Pkac=
93+
github.com/easel/fizeau v0.14.32/go.mod h1:CJRAqOJl2jMQBQH5rtgCnYVlC1E6A0Iy+r8MpcHeL9Y=
9294
github.com/fatih/color v1.18.0 h1:S8gINlzdQ840/4pfAwic/ZE0djQEH3wM94VfqLTZcOM=
9395
github.com/fatih/color v1.18.0/go.mod h1:4FelSpRwEGDpQ12mAdzqdOukCy4u8WUtOY6lkT/6HfU=
9496
github.com/frankban/quicktest v1.14.6 h1:7Xjx+VpznH+oBnejlPUj8oUpdxnVs4f8XU8WnHkI4W8=

0 commit comments

Comments
 (0)