Skip to content

Commit 3c111f4

Browse files
committed
chore(release): v1.8.73
1 parent a2145ea commit 3c111f4

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to kreuzberg-dev/actions are documented in this file.
44

55
## [Unreleased]
66

7+
## [1.8.73] - 2026-06-17
8+
9+
### Fixed
10+
11+
- **`setup-chrome`: explicitly connect chromium snap interfaces and run a blocking smoke test on linux-arm64.** The intermittent `Content snap command-chain for /snap/chromium/<rev>/gpu-2404/bin/gpu-2404-provider-wrapper not found: ensure slot is connected` abort observed downstream (kreuzcrawl C E2E job) is caused by racy snap interface autoconnect on GitHub-hosted Ubuntu ARM runners. The action now explicitly connects `chromium:{gpu-2404, hardware-observe, process-control, system-observe, mount-observe, network-observe, opengl, audio-*, camera, joystick, removable-media, cups-control, u2f-devices}` (each `|| true` since revisions vary), logs `snap connections chromium` for diagnostics, and replaces the previous `|| true` smoke test with a fail-fast retry loop that validates rendering (`chromium --headless=new --disable-gpu --no-sandbox --use-mock-keychain --dump-dom about:blank | grep -qi '<html'`). Three attempts with linear backoff; `exit 1` on final failure so a broken runner fails this step instead of producing confusing downstream test aborts. Docstring corrected — Chrome for Testing publishes no linux-arm64 build (only linux64), so the prior "downloads Chrome for Testing" claim was inaccurate. (`setup-chrome/action.yml`)
12+
713
## [1.8.72] - 2026-06-17
814

915
### Fixed

0 commit comments

Comments
 (0)