Skip to content

v0.8.21

Choose a tag to compare

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

What's Changed

  • d563062 chore: release 0.8.21 [skip ci]
  • c1fb07d Merge pull request #313 from earayu/fix/ci-k8s-e2e-warm-pool
  • 8b24c79 fix(ci): pin sandbox image, preload into Kind, and skip warm pool wait in K8s E2E
  • 91142b6 fix: remove X-Sandbox-* routing from data plane proxy (#311)
  • 413942e feat: add optional sandbox NetworkPolicies and API pod label (#312)

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.21/install.sh | sh

Windows PowerShell

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

Alternative: PyPI

pip install treadstone-cli==0.8.21

Docker image

docker pull ghcr.io/earayu/treadstone:0.8.21

Manual binary download

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

SHA-256 checksums available in checksums.txt.