Skip to content

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 19 Jul 10:52
a819d48

🎉 linux/arm64 support

Siphon now ships for arm64 alongside amd64:

  • Prebuilt linux/arm64 binaries attached to this release (next to amd64),
    with a combined checksums.txt.
  • Multi-arch Docker imagedocker.io/cinpol/siphon:0.5.0 and :latest
    now serve both amd64 and arm64 under one tag; Docker pulls the right one
    automatically.
  • Runs natively on Apple Silicon Macs through the container image (no
    emulation) — the simplest way to point Siphon at a real cluster from macOS.

Install

Binary (set ARCH to amd64 or arm64):

VERSION=v0.5.0
ARCH=arm64
curl -LO "https://github.com/cinpol/siphon/releases/download/$VERSION/siphon_${VERSION#v}_linux_${ARCH}.tar.gz"

Container:

docker run --rm -it -v /etc/ceph:/etc/ceph:ro docker.io/cinpol/siphon

Full changelog: v0.4.0...v0.5.0