File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# CHANGELOG
22
33
4+ ## v0.4.3 (2026-02-24)
5+
6+ ### Bug Fixes
7+
8+ - Add DEBIAN_FRONTEND=noninteractive and 128GB OS disk
9+ ([ #38 ] ( https://github.com/OpenAdaptAI/openadapt-evals/pull/38 ) ,
10+ [ ` 9cf161a ` ] ( https://github.com/OpenAdaptAI/openadapt-evals/commit/9cf161a87b3f86cb3917314918c541d11c5b46b9 ) )
11+
12+ * fix: add DEBIAN_FRONTEND=noninteractive and 128GB disk for CLI path
13+
14+ Docker install failed with debconf Dialog frontend error on non-interactive SSH sessions. Also add
15+ --os-disk-size-gb 128 to the az CLI create path (SDK path already had it).
16+
17+ Co-Authored-By: Claude Opus 4.6 < noreply@anthropic.com >
18+
19+ * chore: sync beads state
20+
21+ ---------
22+
23+ Co-authored-by: Claude Opus 4.6 < noreply@anthropic.com >
24+
25+
426## v0.4.2 (2026-02-24)
527
628### Bug Fixes
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " openadapt-evals"
7- version = " 0.4.2 "
7+ version = " 0.4.3 "
88description = " Evaluation infrastructure for GUI agent benchmarks"
99readme = " README.md"
1010requires-python = " >=3.10"
You can’t perform that action at this time.
0 commit comments