Skip to content

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 13 Jul 18:52
addc6a1

Siphon v0.2.0

Siphon is the project formerly known as Argonaut. This release renames the project to avoid confusion with Ceph's own Argonaut release. Functionality is unchanged from v0.1.0.

⚠️ Breaking (from the rename)

  • Binary is now siphon (was argonaut).
  • Config directory moved to ~/.config/siphon/config.yaml (was ~/.config/argonaut/). Move your config if you have one.
  • Go module path is now github.com/cinpol/siphon (affects go install / imports).

Install

# Debian/Ubuntu:  sudo apt-get install -y librados2 librbd1
# RHEL/Rocky/Alma: sudo dnf install -y librados2 librbd1

VERSION=v0.2.0
BASE="https://github.com/cinpol/siphon/releases/download/$VERSION"
curl -LO "$BASE/siphon_${VERSION#v}_linux_amd64.tar.gz"
curl -LO "$BASE/checksums.txt"
sha256sum --ignore-missing -c checksums.txt
tar xzf "siphon_${VERSION#v}_linux_amd64.tar.gz"
sudo install -m 0755 siphon /usr/local/bin/siphon
sudo siphon