v0.25.3
Released: 2026-04-26 · Channel: stable · Breaking: no
Summary
One UX improvement to the admin Updates progress panel. Surfaced during the v0.25.2 apply test by an operator-as-customer running an update on their own AIWF instance.
Improved
Humanized apply progress states
The apply progress panel previously displayed raw JSON like
State: {"state": "broadcasting_maintenance"} —
technically correct, but unhelpful for an admin trying to understand
what their instance is doing during an apply. The panel now shows:
- A friendly label per state (e.g. “Notifying connected
users” instead of
broadcast_maintenance). - A one-line description explaining what the orchestrator is doing right now — whether it’s checking signatures, snapshotting the database, swapping containers, or health-checking.
- A phase tag (Pre-flight / Active swap / Verifying / Rollback) so admins can see at a glance whether the apply is still in safe-to-abort territory or already in the disruption window.
Each of the 12 in-progress orchestrator states has its own label + description. The terminal states (succeeded, failed, rolled back, frozen) already had clear messaging from v0.25.2.
Upgrade path
Click Apply in the admin Updates tab. Pure frontend change.
Release artifacts
Container image pushed to
registry.seglamater.app/seglamater/chatalot, cosign-signed
against the published public key.