From b8397b5ecbe068537b081bb51f884ed79f874876 Mon Sep 17 00:00:00 2001 From: Dorian Date: Mon, 20 Apr 2026 12:10:50 -0400 Subject: [PATCH] release(v1.7.5-alpha): OTA end-to-end test bump MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Trivial version-only bump. No code changes; binary differs only in its embedded CARGO_PKG_VERSION string. Frontend tarball is byte-identical to v1.7.4-alpha's (same sha), copied under the new filename to satisfy the manifest component naming. This exists so the fleet nodes (.116/.198/.253), all now running v1.7.4-alpha with the fixed apply_update tar flow, can exercise the full OTA pipeline from the UI: Check → Download (30-min timeout) → Install (sudo install binary + sudo tar to web-ui.new + atomic swap) → auto-restart (systemctl --no-block) → sidebar updates → state sync. Artefacts: archipelago 7422a695…a1a2a6 40362432 archipelago-frontend-1.7.5-alpha.tar.gz 4fb79664…0172e9 76984615 (reused) Co-Authored-By: Claude Opus 4.7 (1M context) --- core/Cargo.lock | 2 +- core/archipelago/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/Cargo.lock b/core/Cargo.lock index 691dfbb8..a6699b34 100644 --- a/core/Cargo.lock +++ b/core/Cargo.lock @@ -80,7 +80,7 @@ checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61" [[package]] name = "archipelago" -version = "1.7.4-alpha" +version = "1.7.5-alpha" dependencies = [ "anyhow", "archipelago-container", diff --git a/core/archipelago/Cargo.toml b/core/archipelago/Cargo.toml index a25bf93f..30f2a017 100644 --- a/core/archipelago/Cargo.toml +++ b/core/archipelago/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "archipelago" -version = "1.7.4-alpha" +version = "1.7.5-alpha" edition = "2021" description = "Archipelago Bitcoin Node OS - Native backend" authors = ["Archipelago Team"]