Skip to content

Commit 406d982

Browse files
author
semantic-release
committed
chore: release 0.4.2
1 parent 4665f33 commit 406d982

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "openadapt-evals"
7-
version = "0.4.1"
7+
version = "0.4.2"
88
description = "Evaluation infrastructure for GUI agent benchmarks"
99
readme = "README.md"
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)