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.2 (2026-02-24)
5+
6+ ### Bug Fixes
7+
8+ - Use persistent storage for Docker data-root instead of ephemeral /mnt
9+ ([ #37 ] ( https://github.com/OpenAdaptAI/openadapt-evals/pull/37 ) ,
10+ [ ` 4665f33 ` ] ( https://github.com/OpenAdaptAI/openadapt-evals/commit/4665f33ca9657a3c694d25b7d6619950747393de ) )
11+
12+ The Azure ephemeral disk (/mnt) gets wiped on VM deallocate, causing Docker images to be lost and
13+ pool-resume to fail with WAA timeout. Move Docker data-root to /home/azureuser/docker (OS disk,
14+ persistent) and increase OS disk to 128GB to accommodate Docker images.
15+
16+ Co-authored-by: Claude Opus 4.6 < noreply@anthropic.com >
17+
18+
419## v0.4.1 (2026-02-24)
520
621### 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.1 "
7+ version = " 0.4.2 "
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