v0.8.21
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 | shWindows PowerShell
irm https://github.com/earayu/treadstone/releases/download/v0.8.21/install.ps1 | iexAlternative: PyPI
pip install treadstone-cli==0.8.21Docker image
docker pull ghcr.io/earayu/treadstone:0.8.21Manual 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 treadstoneSHA-256 checksums available in
checksums.txt.