• v1.25.0 326d499892

    v1.25.0
    All checks were successful
    CI / Rust clippy (push) Successful in 1m51s
    CI / Rust fmt (push) Successful in 1m13s
    CI / Rust test (push) Successful in 5m57s
    CI / UI (SvelteKit) (push) Successful in 1m15s
    CI / Security Audit (push) Successful in 1m22s
    docs / build (push) Successful in 40s
    Release / Docker Multi-Arch (push) Successful in 21m52s
    Release / Binary aarch64-unknown-linux-gnu (push) Successful in 11m28s
    Release / Binary x86_64-unknown-linux-gnu (push) Successful in 10m15s
    Release / Linux .deb + .rpm (amd64) (push) Successful in 11m8s
    Release / Linux .deb + .rpm (arm64) (push) Successful in 12m7s
    Release / Linux AppImage (aarch64) (push) Successful in 11m6s
    Release / Linux AppImage (x86_64) (push) Successful in 10m11s
    Release / Cosign sign artifacts (push) Successful in 27s
    Release / Forgejo Release (push) Successful in 37s
    Stable

    dvb-projekt released this 2026-07-29 16:50:26 +00:00 | 27 commits to main since this release

    A way out of the pool UI to the project site.

    Added

    • A link from the pool UI to the project site. Until now there was no way
      out: the wordmark points at the dashboard, and every other outbound link
      leads to the forge or the documentation. Two unobtrusive places now carry
      it. The footer's middle cell credits the software as "Powered by
      dvb-WarpPool" and links there — deliberately not the operator's brand name
      on the left, which on someone else's installation is a different thing
      entirely and would otherwise be the same link twice. That left cell now
      stays empty when the operator kept the default brand name, since the credit
      beside it already says the same word. The connect dialog gets one line
      under the credentials, at the moment a newcomer is most curious what this
      actually is. "Powered by" stays English in all eight locales — it reads as
      a fixed footer formula internationally.

    dvb-WarpPool v1.25.0 — Downloads

    Docker

    git.warppool.org/dvb-projekt/dvb-warppool:v1.25.0 (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.pub in the repo root):

    cosign verify-blob \
      --key cosign.pub \
      --bundle SHA256SUMS.bundle \
      SHA256SUMS
    sha256sum --check SHA256SUMS
    

    First-time setup: run dvb-warppool-setup for the first-run wizard.

    Downloads