-
v1.16.2
StableAll checks were successfulCI / Rust clippy (push) Successful in 1m32sCI / Rust fmt (push) Successful in 1m2sCI / Rust test (push) Successful in 4m37sCI / UI (SvelteKit) (push) Successful in 59sCI / Security Audit (push) Successful in 1m8sRelease / Docker Multi-Arch (push) Successful in 19m37sRelease / Binary aarch64-unknown-linux-gnu (push) Successful in 10m43sRelease / Binary x86_64-unknown-linux-gnu (push) Successful in 9m56sRelease / Linux .deb + .rpm (amd64) (push) Successful in 10m39sRelease / Linux .deb + .rpm (arm64) (push) Successful in 11m27sRelease / Linux AppImage (aarch64) (push) Successful in 10m33sRelease / Linux AppImage (x86_64) (push) Successful in 9m30sdocs / build (push) Successful in 20sRelease / Cosign sign artifacts (push) Successful in 14sRelease / Forgejo Release (push) Successful in 24sreleased this
2026-07-10 20:03:35 +00:00 | 78 commits to main since this releaseBugfix + docs-accuracy release. No behaviour, protocol, or API changes; the
Rust test suite is unchanged (1098 + 3 ignored).Fixed
- Umbrel "IPC interface is off" warning now clears after a good probe. On
Umbrel theAPP_BITCOIN_IPC_ENABLEDenv var is injected at container start, so
enabling the toggle later left the admin banner stale even though IPC was live.
The banner is now gated on the socket-probe result — it disappears the moment
the template-source test returns OK. (Workaround on older builds: restart the
WarpPool app so the env is re-read.)
Changed
- macOS
.dmgis now built withhdiutilinstead ofcreate-dmg, which
failed non-interactively on Finder TCC. Packaging only. - Benchmark workflow is manual-dispatch only — decoupled from tag pushes so
the fat-LTO bench build can't OOM the CI box. CI only.
Docs
- Post-migration accuracy sweep across all user-facing prose: supply-chain claims
corrected to the project Cosign key (keyless-OIDC / SLSA-3 applied only to
GitHub-era releases ≤ v1.15.0), residual GitHub→Forgejo terminology, feature
drift (shipped hardening no longer listed as gaps), and Bitcoin Core's IPC
interface marked experimental. Block-explorer docs corrected — it is shipped
and chain-aware, not a gap or a config key.
dvb-WarpPool v1.16.2 — Downloads
Docker
git.warppool.org/dvb-projekt/dvb-warppool:v1.16.2(multi-arch amd64+arm64, ohne v-Präfix)Native packages
- Linux .deb: amd64 + arm64 →
apt install ./dvb-warppool_*.deb - Linux .rpm: amd64 + arm64 →
dnf install ./dvb-warppool-*.rpm - Linux AppImage: x86_64 + aarch64 portable
- Linux tarballs: x86_64 + aarch64 for manual installs
- macOS .dmg: added shortly after publish (built separately) — or build from source
- Windows .msi: paused since the forge migration (no Windows runner yet)
Signatures
SHA256SUMS+ cosign bundle (SHA256SUMS.bundle, project key)- SBOM (SPDX) for all dependencies
Verify (project public key
cosign.pubin the repo root):cosign verify-blob \ --key cosign.pub \ --bundle SHA256SUMS.bundle \ SHA256SUMS sha256sum --check SHA256SUMSFirst-time setup: run
dvb-warppool-setupfor the first-run wizard.Downloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
1 download
- Umbrel "IPC interface is off" warning now clears after a good probe. On