release: publish v1.4.0 artifacts + manifest
Some checks failed
Build Archipelago ISO (dev) / build-iso (push) Failing after 1s

Commits the musl-static backend binary and frontend tarball under
releases/v1.4.0/ so the raw-content URLs referenced by manifest.json
actually resolve. Without this commit update.check returns "available"
but update.download 404s, which is why self-updates have been silently
broken since 1.3.5.

Size budget note: this is ~110 MiB committed per release (binary + PWA
assets). Established pattern in the existing manifest; once CI publishes
reliably we can move to a GitHub release or FileBrowser share instead.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Dorian
2026-04-19 00:08:51 -04:00
parent c1cfca6212
commit df0736e2e0
3 changed files with 18 additions and 16 deletions

View File

@@ -1,27 +1,29 @@
{
"version": "1.3.5",
"release_date": "2026-04-11",
"version": "1.4.0",
"release_date": "2026-04-19",
"changelog": [
"Migrated container registry from 80.71.235.15:3000 to git.tx1138.com/lfg2025",
"All hardcoded registry references updated across backend, frontend, scripts, Dockerfiles, and CI",
"Version bump for release update testing across nodes"
"FIPS mesh transport integrated (github.com/jmcorgan/fips): preferred over Tor for peer traffic",
"Seed-derived FIPS identity via HKDF label archipelago/fips/secp256k1/v1",
"Federation invites carry an optional fips_npub so peers can reach each other via FIPS",
"Network tab surfaces FIPS daemon version + copyable npub; Home shows FIPS status line",
"WiFi SSID now shown on Network tab when connected (was N/A)"
],
"components": [
{
"name": "archipelago",
"current_version": "1.3.4",
"new_version": "1.3.5",
"download_url": "https://git.tx1138.com/lfg2025/archy/raw/branch/main/releases/v1.3.5/archipelago",
"sha256": "ae1c159d9b3b27e72e544706d28809cb9ad2a4be26da75ecd4dfc4c641a3b6c3",
"size_bytes": 34930488
"current_version": "1.3.5",
"new_version": "1.4.0",
"download_url": "https://git.tx1138.com/lfg2025/archy/raw/branch/main/releases/v1.4.0/archipelago",
"sha256": "f42b03622ea47b953f5961a364cdfd1c354f21456dff7ec26594af4150c4976d",
"size_bytes": 37714624
},
{
"name": "archipelago-frontend-1.3.5.tar.gz",
"current_version": "1.3.4",
"new_version": "1.3.5",
"download_url": "https://git.tx1138.com/lfg2025/archy/raw/branch/main/releases/v1.3.5/archipelago-frontend-1.3.5.tar.gz",
"sha256": "78c6d77a1047cb90764243c111a8649229e6392afe55c5ba2e584dd28444abf9",
"size_bytes": 162000200
"name": "archipelago-frontend-1.4.0.tar.gz",
"current_version": "1.3.5",
"new_version": "1.4.0",
"download_url": "https://git.tx1138.com/lfg2025/archy/raw/branch/main/releases/v1.4.0/archipelago-frontend-1.4.0.tar.gz",
"sha256": "100388985b98ab1adab191a23dd7a197f9a6c45c743da39f9df99d0213880086",
"size_bytes": 76984287
}
]
}

BIN
releases/v1.4.0/archipelago Executable file

Binary file not shown.

Binary file not shown.