Releases: earayu/treadstone
Release list
v0.9.3
What's Changed
- 71fecfd chore: release 0.9.3 [skip ci]
- 67f6c01 fix(e2e): correct field name email_verified → is_verified (#327)
- 54d2129 test(e2e): P0+P1 E2E test improvements (Task #10) (#325)
- 7db8187 feat(modules): restructure into domain modules (Tasks #4-#5) (#324)
- 2d1ae27 docs: add E2E test redesign plan (88-endpoint coverage analysis) (#326)
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.9.3/install.sh | shWindows PowerShell
irm https://github.com/earayu/treadstone/releases/download/v0.9.3/install.ps1 | iexAlternative: PyPI
pip install treadstone-cli==0.9.3Docker image
docker pull ghcr.io/earayu/treadstone:0.9.3Manual binary download
# macOS (Apple Silicon)
curl -fsSL https://github.com/earayu/treadstone/releases/download/v0.9.3/treadstone-darwin-arm64 -o treadstone && chmod +x treadstone
# macOS (Intel)
curl -fsSL https://github.com/earayu/treadstone/releases/download/v0.9.3/treadstone-darwin-amd64 -o treadstone && chmod +x treadstone
# Linux
curl -fsSL https://github.com/earayu/treadstone/releases/download/v0.9.3/treadstone-linux-amd64 -o treadstone && chmod +x treadstoneSHA-256 checksums available in
checksums.txt.
v0.9.2
What's Changed
- bb08fdd chore: release 0.9.2 [skip ci]
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.9.2/install.sh | shWindows PowerShell
irm https://github.com/earayu/treadstone/releases/download/v0.9.2/install.ps1 | iexAlternative: PyPI
pip install treadstone-cli==0.9.2Docker image
docker pull ghcr.io/earayu/treadstone:0.9.2Manual binary download
# macOS (Apple Silicon)
curl -fsSL https://github.com/earayu/treadstone/releases/download/v0.9.2/treadstone-darwin-arm64 -o treadstone && chmod +x treadstone
# macOS (Intel)
curl -fsSL https://github.com/earayu/treadstone/releases/download/v0.9.2/treadstone-darwin-amd64 -o treadstone && chmod +x treadstone
# Linux
curl -fsSL https://github.com/earayu/treadstone/releases/download/v0.9.2/treadstone-linux-amd64 -o treadstone && chmod +x treadstoneSHA-256 checksums available in
checksums.txt.
v0.9.1
What's Changed
- 4c390d8 chore: release 0.9.1 [skip ci]
- c345db2 feat(core): human-readable default sandbox names (sb-adj-noun-hex)\n\… (#322)
- 8700237 feat(web): allow selecting sandboxes for data-plane API keys (#321)
- e36c6ba docs: add zh-CN modularization and domain boundaries guide (#320)
- 6305ee6 test: add benchmark scenario YAMLs for mixed templates and stateless burst (#319)
- c839064 docs: rewrite README around sandbox-first positioning (#318)
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.9.1/install.sh | shWindows PowerShell
irm https://github.com/earayu/treadstone/releases/download/v0.9.1/install.ps1 | iexAlternative: PyPI
pip install treadstone-cli==0.9.1Docker image
docker pull ghcr.io/earayu/treadstone:0.9.1Manual binary download
# macOS (Apple Silicon)
curl -fsSL https://github.com/earayu/treadstone/releases/download/v0.9.1/treadstone-darwin-arm64 -o treadstone && chmod +x treadstone
# macOS (Intel)
curl -fsSL https://github.com/earayu/treadstone/releases/download/v0.9.1/treadstone-darwin-amd64 -o treadstone && chmod +x treadstone
# Linux
curl -fsSL https://github.com/earayu/treadstone/releases/download/v0.9.1/treadstone-linux-amd64 -o treadstone && chmod +x treadstoneSHA-256 checksums available in
checksums.txt.
v0.9.0
What's Changed
- 6b4a84d chore: release 0.9.0 [skip ci]
- ce1c17f feat: refresh default tier limits and sandbox duration policy (#317)
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.9.0/install.sh | shWindows PowerShell
irm https://github.com/earayu/treadstone/releases/download/v0.9.0/install.ps1 | iexAlternative: PyPI
pip install treadstone-cli==0.9.0Docker image
docker pull ghcr.io/earayu/treadstone:0.9.0Manual binary download
# macOS (Apple Silicon)
curl -fsSL https://github.com/earayu/treadstone/releases/download/v0.9.0/treadstone-darwin-arm64 -o treadstone && chmod +x treadstone
# macOS (Intel)
curl -fsSL https://github.com/earayu/treadstone/releases/download/v0.9.0/treadstone-darwin-amd64 -o treadstone && chmod +x treadstone
# Linux
curl -fsSL https://github.com/earayu/treadstone/releases/download/v0.9.0/treadstone-linux-amd64 -o treadstone && chmod +x treadstoneSHA-256 checksums available in
checksums.txt.
v0.8.24
What's Changed
- 039d117 chore: release 0.8.24 [skip ci]
- 47ef81d chore: point landing page live demo to updated sandbox URL (#316)
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.24/install.sh | shWindows PowerShell
irm https://github.com/earayu/treadstone/releases/download/v0.8.24/install.ps1 | iexAlternative: PyPI
pip install treadstone-cli==0.8.24Docker image
docker pull ghcr.io/earayu/treadstone:0.8.24Manual binary download
# macOS (Apple Silicon)
curl -fsSL https://github.com/earayu/treadstone/releases/download/v0.8.24/treadstone-darwin-arm64 -o treadstone && chmod +x treadstone
# macOS (Intel)
curl -fsSL https://github.com/earayu/treadstone/releases/download/v0.8.24/treadstone-darwin-amd64 -o treadstone && chmod +x treadstone
# Linux
curl -fsSL https://github.com/earayu/treadstone/releases/download/v0.8.24/treadstone-linux-amd64 -o treadstone && chmod +x treadstoneSHA-256 checksums available in
checksums.txt.
v0.8.23
What's Changed
- 6c84be8 chore: release 0.8.23 [skip ci]
- 9089146 Merge pull request #315 from earayu/codex/acs-compatible-sandbox-security
- 15829ca fix: keep sandbox security context ACS-compatible
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.23/install.sh | shWindows PowerShell
irm https://github.com/earayu/treadstone/releases/download/v0.8.23/install.ps1 | iexAlternative: PyPI
pip install treadstone-cli==0.8.23Docker image
docker pull ghcr.io/earayu/treadstone:0.8.23Manual binary download
# macOS (Apple Silicon)
curl -fsSL https://github.com/earayu/treadstone/releases/download/v0.8.23/treadstone-darwin-arm64 -o treadstone && chmod +x treadstone
# macOS (Intel)
curl -fsSL https://github.com/earayu/treadstone/releases/download/v0.8.23/treadstone-darwin-amd64 -o treadstone && chmod +x treadstone
# Linux
curl -fsSL https://github.com/earayu/treadstone/releases/download/v0.8.23/treadstone-linux-amd64 -o treadstone && chmod +x treadstoneSHA-256 checksums available in
checksums.txt.
v0.8.22
What's Changed
- 8bf975f chore: release 0.8.22 [skip ci]
- 06a04b1 Merge pull request #314 from earayu/codex/sandbox-network-policy-v1
- e9c673f fix: align sandbox pod security with opaque AIO image requirements
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.22/install.sh | shWindows PowerShell
irm https://github.com/earayu/treadstone/releases/download/v0.8.22/install.ps1 | iexAlternative: PyPI
pip install treadstone-cli==0.8.22Docker image
docker pull ghcr.io/earayu/treadstone:0.8.22Manual binary download
# macOS (Apple Silicon)
curl -fsSL https://github.com/earayu/treadstone/releases/download/v0.8.22/treadstone-darwin-arm64 -o treadstone && chmod +x treadstone
# macOS (Intel)
curl -fsSL https://github.com/earayu/treadstone/releases/download/v0.8.22/treadstone-darwin-amd64 -o treadstone && chmod +x treadstone
# Linux
curl -fsSL https://github.com/earayu/treadstone/releases/download/v0.8.22/treadstone-linux-amd64 -o treadstone && chmod +x treadstoneSHA-256 checksums available in
checksums.txt.
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.
v0.8.20
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 | shWindows PowerShell
irm https://github.com/earayu/treadstone/releases/download/v0.8.20/install.ps1 | iexAlternative: PyPI
pip install treadstone-cli==0.8.20Docker image
docker pull ghcr.io/earayu/treadstone:0.8.20Manual 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 treadstoneSHA-256 checksums available in
checksums.txt.
v0.8.19
What's Changed
- 183497f chore: release 0.8.19 [skip ci]
- d1dfdb6 fix: avoid deleting in-flight snapshots after restore (#296)
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.19/install.sh | shWindows PowerShell
irm https://github.com/earayu/treadstone/releases/download/v0.8.19/install.ps1 | iexAlternative: PyPI
pip install treadstone-cli==0.8.19Docker image
docker pull ghcr.io/earayu/treadstone:0.8.19Manual binary download
# macOS (Apple Silicon)
curl -fsSL https://github.com/earayu/treadstone/releases/download/v0.8.19/treadstone-darwin-arm64 -o treadstone && chmod +x treadstone
# macOS (Intel)
curl -fsSL https://github.com/earayu/treadstone/releases/download/v0.8.19/treadstone-darwin-amd64 -o treadstone && chmod +x treadstone
# Linux
curl -fsSL https://github.com/earayu/treadstone/releases/download/v0.8.19/treadstone-linux-amd64 -o treadstone && chmod +x treadstoneSHA-256 checksums available in
checksums.txt.