Releases: Rainman69/SNISPF
v1.9.0
SNISPF v1.9.0
Pre-built artifacts for every supported platform are attached below.
Pick whichever is easiest for you — see release/README.md in the
repo for full instructions.
Standalone binaries (no Python needed — just download and run)
snispf-linux-x86_64,snispf-linux-arm64snispf-darwin-x86_64,snispf-darwin-arm64snispf-windows-x86_64.exe
Portable bundles (binary + launcher + default config in one archive)
snispf-linux-*.tar.gz,snispf-darwin-*.tar.gz,snispf-windows-x86_64.zip
Docker images (zero install — just docker load and run)
snispf-alpine.tar.gz(~60 MB, smallest, musl)snispf-debian.tar.gz(best compatibility, glibc)snispf-ubuntu.tar.gz(familiar Ubuntu environment)
Also published to GHCR:
ghcr.io/rainman69/snispf:latest(debian, multi-arch)ghcr.io/rainman69/snispf:alpine,:debian,:ubuntu
Python packages (pip / pipx)
snispf-*.whl,snispf-*.tar.gz
All checksums are in SHA256SUMS.txt.
Full Changelog: v1.8.2...v1.9.0
v1.8.2
SNISPF v1.8.2
Pre-built artifacts for every supported platform are attached below. Pick whichever is easiest for you — see release/README.md for full instructions.
Standalone binaries (no Python needed — just download and run)
snispf-linux-x86_64,snispf-linux-arm64snispf-darwin-arm64snispf-windows-x86_64.exe
Portable bundles (binary + launcher + default config in one archive)
snispf-linux-x86_64.tar.gz,snispf-linux-arm64.tar.gzsnispf-darwin-arm64.tar.gzsnispf-windows-x86_64.zip
Docker images (zero install — just docker load and run)
snispf-alpine.tar.gz(~94 MB, smallest, musl)snispf-debian.tar.gz(best compatibility, glibc)snispf-ubuntu.tar.gz(familiar Ubuntu environment)
Also published to GHCR:
ghcr.io/rainman69/snispf:latest(debian, multi-arch)ghcr.io/rainman69/snispf:alpine,:debian,:ubuntu
Python packages (pip / pipx)
snispf-1.8.2-py3-none-any.whl,snispf-1.8.2.tar.gz
All checksums are in SHA256SUMS.txt.
What changed in v1.8.2
- Harden release workflow against runner outages: each matrix job now has a
30-minute timeout andcontinue-on-error, so a scarce runner (e.g.
macos-13) cannot leave the whole release queued forever. - The Publish step now always runs on a version tag and uploads whatever was
successfully built, instead of requiring every single matrix cell to be
green.