Skip to content

WolfStack v25.19.1

Choose a tag to compare

@github-actions github-actions released this 21 Aug 19:05
· 32 commits to master since this release

v25.19.1: an LXC terminal opens on the node that owns the container

Opening an LXC console in the pop-out terminal could attach to the wrong
host: after a session on a remote node, the next container you opened on the
serving node was proxied to that remote node instead, so pct enter ran
against a container it does not own ("Configuration file
'nodes//lxc/.conf' does not exist"). The pop-out was mounting
with no node list at all, so it could not tell which node was its own. Its
New Tab picker, which listed nothing for the same reason, works again, and a
Proxmox LXC console now names the node that owns the container instead of
leaving you with pct's raw path error.

Co-Authored-By: CodeWolf paul@wolf.uk.com
Co-Authored-By: Wolf Software Systems Ltd paul@wolf.uk.com


Verifying this release

Each binary is signed via cosign keyless OIDC (no key distribution — signing identity is the GitHub Actions workflow itself, anchored to the Sigstore Fulcio CA and the Rekor transparency log) and ships with a SLSA build provenance attestation.

Verify the cosign signature:

cosign verify-blob \
  --bundle wolfstack-x86_64.cosign.bundle \
  --certificate-identity-regexp 'https://github.com/wolfsoftwaresystemsltd/WolfStack/\.github/workflows/release\.yml@.*' \
  --certificate-oidc-issuer 'https://token.actions.githubusercontent.com' \
  wolfstack-x86_64

Verify the build provenance:

gh attestation verify wolfstack-x86_64 --repo wolfsoftwaresystemsltd/WolfStack

Verify the SHA-256 checksum:

sha256sum -c SHA256SUMS

Artifacts

  • wolfstack-x86_64 / wolfstack-aarch64 / wolfstack-armv7 — static musl binaries (Linux x86_64, ARM64 / Raspberry Pi 4+, and 32-bit ARM).
  • wolfstack-<arch>.cosign.bundle — cosign signature bundle (cert + signature + Rekor entry).
  • SHA256SUMS — checksums for both binaries.

For per-version history see CHANGELOG.md.