Skip to content

v0.8.20

Choose a tag to compare

@github-actions github-actions released this 10 Apr 08:08

What's Changed

  • 43e266d chore: release 0.8.20 [skip ci]
  • b5d69e4 feat: platform-wide limits for users, sandboxes, storage, and waitlist (#310)
  • bef1431 feat: password reset flow and PR295 follow-ups (#309)
  • d1f95db fix: disable automountServiceAccountToken for sandbox pods (#308)

Install

Use the release installer script if you want the simplest path.
It selects the right binary for your platform and verifies checksums when available.

macOS / Linux

curl -fsSL https://github.com/earayu/treadstone/releases/download/v0.8.20/install.sh | sh

Windows PowerShell

irm https://github.com/earayu/treadstone/releases/download/v0.8.20/install.ps1 | iex

Alternative: PyPI

pip install treadstone-cli==0.8.20

Docker image

docker pull ghcr.io/earayu/treadstone:0.8.20

Manual binary download

# macOS (Apple Silicon)
curl -fsSL https://github.com/earayu/treadstone/releases/download/v0.8.20/treadstone-darwin-arm64 -o treadstone && chmod +x treadstone
# macOS (Intel)
curl -fsSL https://github.com/earayu/treadstone/releases/download/v0.8.20/treadstone-darwin-amd64 -o treadstone && chmod +x treadstone
# Linux
curl -fsSL https://github.com/earayu/treadstone/releases/download/v0.8.20/treadstone-linux-amd64 -o treadstone && chmod +x treadstone

SHA-256 checksums available in checksums.txt.