diff --git a/releases/manifest.json b/releases/manifest.json index 608b1782..bf92ae87 100644 --- a/releases/manifest.json +++ b/releases/manifest.json @@ -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 + } + ] }