Skip to content

Commit d7e1292

Browse files
author
semantic-release
committed
chore: release 0.4.3
1 parent 9cf161a commit d7e1292

2 files changed

Lines changed: 23 additions & 1 deletion

File tree

CHANGELOG.md

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

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.2"
7+
version = "0.4.3"
88
description = "Evaluation infrastructure for GUI agent benchmarks"
99
readme = "README.md"
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)