release(v1.6.0-alpha): refresh with onboarding-activate + slow-kiosk wait
Refreshes release binary to include 6b78bd69: - FIPS auto-activates at onboarding end (spawn_post_onboarding_fips_activate fires from handle_seed_generate/restore the moment fips_key lands on disk). Previously the startup-time auto-activate ran once at boot and exited before the user ever got to onboarding, so fresh installs still needed a manual Activate click. - Kiosk health-poll window 60s -> 5 min (TimeoutStartSec=360) so slower hardware like .198 doesn't race Chromium against a not-yet-ready backend and white-screen on first boot. Frontend tarball unchanged — no frontend diff since 78e7c59e. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
6b78bd692d
commit
0b7c43f0dd
@ -9,7 +9,9 @@
|
||||
"ISO: persistent journalctl (500M cap) so install, first-boot, and onboarding history survive reboots for post-mortem diagnosis.",
|
||||
"ISO build: verify_backend_version() refuses to ship a binary whose embedded version doesn't match core/archipelago/Cargo.toml. Catches the stale-local-build regression that shipped v1.4.0 binaries inside v1.5.0-alpha ISOs.",
|
||||
"ISO build: installer-env script passed as a bind-mounted file instead of inline `bash -c '…'` — works around a podman/overlay edge case that bricked every rebuild today at debootstrap's first tar extraction.",
|
||||
"VPN status UI: shows 'Not configured' instead of 'Starting…' when no VPN peer has been added yet (wg0 legitimately isn't up; 'Starting' implied something was broken)."
|
||||
"VPN status UI: shows 'Not configured' instead of 'Starting…' when no VPN peer has been added yet (wg0 legitimately isn't up; 'Starting' implied something was broken).",
|
||||
"FIPS auto-activates the moment the seed-derived fips_key materialises at onboarding end — no Activate click on fresh installs, even before the first server restart.",
|
||||
"Kiosk health-poll window bumped from 60s to 5 minutes (+TimeoutStartSec=360) so slower hardware doesn't race Chromium against a not-yet-ready backend and white-screen on first boot."
|
||||
],
|
||||
"components": [
|
||||
{
|
||||
@ -17,8 +19,8 @@
|
||||
"current_version": "1.5.0-alpha",
|
||||
"new_version": "1.6.0-alpha",
|
||||
"download_url": "https://git.tx1138.com/lfg2025/archy/raw/branch/main/releases/v1.6.0-alpha/archipelago",
|
||||
"sha256": "04b472a80ddebb4ca089455a831d8cf82a0522cc9b289a5b66bf53dc57ff466b",
|
||||
"size_bytes": 40310192
|
||||
"sha256": "24fc20d6e76131b44f55e4f41e1355762edf7f6d94b1cbb039fe662e97db41a9",
|
||||
"size_bytes": 40303184
|
||||
},
|
||||
{
|
||||
"name": "archipelago-frontend-1.6.0-alpha.tar.gz",
|
||||
|
||||
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user