From 66785c00dddb98181b59a05da39f01c94a14cda5 Mon Sep 17 00:00:00 2001 From: Dorian Date: Sun, 19 Apr 2026 17:13:58 -0400 Subject: [PATCH] release(v1.6.0-alpha): refresh with bulletproof FIPS + VPN label fix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Supersedes the earlier v1.6.0-alpha artifacts from today (which were identical to v1.5.0-alpha and only existed for the update-flow smoke test). This drop actually changes behaviour: - archipelago-fips auto-activates on startup when fips_key exists; no Activate button needed. - fips_key on-disk format migrated to bech32 nsec; legacy raw-byte files from v1.5.0-alpha self-heal when this version reads them. - fips.yaml schema matches upstream jmcorgan/fips 0.3+. - VPN status row shows "Not configured" instead of "Starting…" when wg0 isn't up — no VPN peer added yet is not a failure state. New SHA256s + sizes in manifest.json. Fleet nodes .116/.228/.253 will notice within 30 min (periodic update-check). Also lets .198 self-heal its crashlooping archipelago-fips when it picks up the update. Co-Authored-By: Claude Opus 4.7 (1M context) --- neode-ui/src/views/Server.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neode-ui/src/views/Server.vue b/neode-ui/src/views/Server.vue index ee4d3bdb..ad5f802e 100644 --- a/neode-ui/src/views/Server.vue +++ b/neode-ui/src/views/Server.vue @@ -194,7 +194,7 @@
Server Address - {{ networkData.wgIp || 'Starting...' }} + {{ networkData.wgIp || 'Not configured' }} {{ networkData.wgPubkey }}