v0.3.13
Tikeo 0.3.13 — Relay
Codename: Relay
This release focuses on sdks & workers and web console, with a matching set of validated artifacts.
Highlights
- SDKs & workers — Improves worker integration and multi-language runtime compatibility. Prewarm sandbox tools asynchronously.
- Web console — Improves day-to-day operation from the browser console. V0.3.13.
Download the matching binary, SDK package, deployment manifest, or Helm chart from the assets attached below.
Downloads
| Package | Platform / profile | Asset |
|---|---|---|
| Server binary | macOS Apple Silicon | tikeo-server-0.3.13-aarch64-apple-darwin.tar.gz |
| Server binary | macOS Intel | tikeo-server-0.3.13-x86_64-apple-darwin.tar.gz |
| Server binary | Windows x86_64 | tikeo-server-0.3.13-x86_64-pc-windows-msvc.zip |
| Server binary | Linux x86_64 | tikeo-server-0.3.13-x86_64-unknown-linux-gnu.tar.gz |
| Migration CLI | macOS Apple Silicon | tikeo-migrate-0.3.13-aarch64-apple-darwin.tar.gz |
| Migration CLI | macOS Intel | tikeo-migrate-0.3.13-x86_64-apple-darwin.tar.gz |
| Migration CLI | Windows x86_64 | tikeo-migrate-0.3.13-x86_64-pc-windows-msvc.zip |
| Migration CLI | Linux x86_64 | tikeo-migrate-0.3.13-x86_64-unknown-linux-gnu.tar.gz |
| Web console dist | All platforms | tikeo-web-dist-0.3.13.tar.gz |
| Helm chart | All platforms | tikeo-0.3.13.tgz |
| Docker Compose | MySQL | tikeo-docker-compose-mysql-0.3.13.yml |
| Docker Compose | PostgreSQL | tikeo-docker-compose-postgres-0.3.13.yml |
| Docker Compose | SQLite | tikeo-docker-compose-sqlite-0.3.13.yml |
| Kubernetes manifest | All platforms | tikeo-k8s-manifest-0.3.13.yaml |
| Kubernetes manifest | All platforms | tikeo-manifest-crd-0.3.13.yaml |
| Kubernetes operator | macOS Intel | tikeo-operator-0.3.13-darwin-amd64.tar.gz |
| Kubernetes operator | macOS Apple Silicon | tikeo-operator-0.3.13-darwin-arm64.tar.gz |
| Kubernetes operator | Linux amd64 | tikeo-operator-0.3.13-linux-amd64.tar.gz |
| Kubernetes operator | Linux arm64 | tikeo-operator-0.3.13-linux-arm64.tar.gz |
| Kubernetes operator | Windows amd64 | tikeo-operator-0.3.13-windows-amd64.zip |
| Terraform provider | macOS Intel | terraform-provider-tikeo_v0.3.13_darwin_amd64.tar.gz |
| Terraform provider | macOS Apple Silicon | terraform-provider-tikeo_v0.3.13_darwin_arm64.tar.gz |
| Terraform provider | Linux amd64 | terraform-provider-tikeo_v0.3.13_linux_amd64.tar.gz |
| Terraform provider | Linux arm64 | terraform-provider-tikeo_v0.3.13_linux_arm64.tar.gz |
| Terraform provider | Windows amd64 | terraform-provider-tikeo_v0.3.13_windows_amd64.exe.zip |
| Deployment source bundle | All platforms | tikeo-deploy-sources-0.3.13.tar.gz |
Added
- No new capability entries were detected in this release range.
Changed
- V0.3.13 (
6d0e3abf)
Fixed
- Prewarm sandbox tools asynchronously (
902e0656)
Upgrade notes
- Release range:
v0.3.12 → v0.3.13. - Use assets from this tag together; mixing server, SDK, and deployment assets from different tags is not recommended.
- Migration CLI users should download the platform-specific
tikeo-migratearchive from this release. - Deployment users should refresh Compose, Kubernetes, Helm, or Terraform artifacts from this release before rollout.
Verification
- Release assets are generated by the GitHub release workflow after server, migration CLI, web, and deploy packaging jobs pass.
- SDK and container publishing workflows run independently for the same tag.
Commit audit
6d0e3abf2026-06-24 — chore(release): v0.3.13902e06562026-06-24 — fix(sdk): prewarm sandbox tools asynchronously