Skip to content

Releases: earayu/treadstone

v0.9.3

Choose a tag to compare

@github-actions github-actions released this 14 Apr 04:42

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 | sh

Windows PowerShell

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

Alternative: PyPI

pip install treadstone-cli==0.9.3

Docker image

docker pull ghcr.io/earayu/treadstone:0.9.3

Manual 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 treadstone

SHA-256 checksums available in checksums.txt.

v0.9.2

Choose a tag to compare

@github-actions github-actions released this 13 Apr 12:00

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 | sh

Windows PowerShell

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

Alternative: PyPI

pip install treadstone-cli==0.9.2

Docker image

docker pull ghcr.io/earayu/treadstone:0.9.2

Manual 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 treadstone

SHA-256 checksums available in checksums.txt.

v0.9.1

Choose a tag to compare

@github-actions github-actions released this 13 Apr 11:41

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 | sh

Windows PowerShell

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

Alternative: PyPI

pip install treadstone-cli==0.9.1

Docker image

docker pull ghcr.io/earayu/treadstone:0.9.1

Manual 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 treadstone

SHA-256 checksums available in checksums.txt.

v0.9.0

Choose a tag to compare

@github-actions github-actions released this 10 Apr 13:51

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 | sh

Windows PowerShell

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

Alternative: PyPI

pip install treadstone-cli==0.9.0

Docker image

docker pull ghcr.io/earayu/treadstone:0.9.0

Manual 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 treadstone

SHA-256 checksums available in checksums.txt.

v0.8.24

Choose a tag to compare

@github-actions github-actions released this 10 Apr 12:18

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 | sh

Windows PowerShell

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

Alternative: PyPI

pip install treadstone-cli==0.8.24

Docker image

docker pull ghcr.io/earayu/treadstone:0.8.24

Manual 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 treadstone

SHA-256 checksums available in checksums.txt.

v0.8.23

Choose a tag to compare

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

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 | sh

Windows PowerShell

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

Alternative: PyPI

pip install treadstone-cli==0.8.23

Docker image

docker pull ghcr.io/earayu/treadstone:0.8.23

Manual 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 treadstone

SHA-256 checksums available in checksums.txt.

v0.8.22

Choose a tag to compare

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

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 | sh

Windows PowerShell

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

Alternative: PyPI

pip install treadstone-cli==0.8.22

Docker image

docker pull ghcr.io/earayu/treadstone:0.8.22

Manual 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 treadstone

SHA-256 checksums available in checksums.txt.

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.

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.

v0.8.19

Choose a tag to compare

@github-actions github-actions released this 09 Apr 17:35

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 | sh

Windows PowerShell

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

Alternative: PyPI

pip install treadstone-cli==0.8.19

Docker image

docker pull ghcr.io/earayu/treadstone:0.8.19

Manual 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 treadstone

SHA-256 checksums available in checksums.txt.