Release v0.5.0 #418
Loading…
Reference in a new issue
No description provided.
Delete branch "release/v0.5.0"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Release cut for v0.5.0 (Cargo.toml package.version 0.4.0 -> 0.5.0). On merge, create-release.yml tags v0.5.0 and build-oci-image publishes the :v0.5.0 image. Cut via the Forgejo web editor to keep the commit server-side.
The setup project drove the SPA login in headless chromium, which crashes intermittently in CI ("Target page, context or browser has been closed") - sometimes before the bearer is even captured (run 2994 died at 3.2s in the in-app-nav locator.count, so the token every api spec needs was never written). The bearer is read off the OIDC /oauth2/token response and is browser-agnostic, and firefox runs the identical SPA login reliably (it passes form-validation on the same runner and never hits the crash). Switch the setup project to Desktop Firefox so token capture is deterministic. The chromium crash itself is a runner-resource issue (container /dev/shm / RAM) tracked in DEV-396; move setup back to Desktop Chrome once that lands. #PMS-592 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>