chore: update release manifest to v1.3.5

Nodes can now see v1.3.5 as an available update. Includes registry
migration changelog and component download URLs.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Dorian 2026-04-11 10:29:21 -04:00
parent 4db387af5e
commit f1225d9f0a

View File

@ -1,16 +1,27 @@
{
"version": "1.3.0",
"release_date": "2026-03-25",
"version": "1.3.5",
"release_date": "2026-04-11",
"changelog": [
"Architecture review: all P0 and P1 issues fixed",
"Nostr connection timeouts (10s) on all relay calls — prevents indefinite hangs",
"All crypto dependencies pinned to exact versions (supply chain hardening)",
"All container images pinned to exact patch versions (reproducible installs)",
"CI pipeline: cargo fmt + clippy + tests, frontend type-check + build",
"Update system now fetches from git.tx1138.com (self-hosted Gitea)",
"Full penetration test remediation (33 findings, all addressed)",
"Rootless Podman: all 30 containers run without root",
"CSRF fix, Argon2id migration, RBAC hardening, session token rotation"
"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"
],
"components": []
"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
},
{
"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
}
]
}