v0.3.14
Tikeo 0.3.14 — 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. Satisfy sandbox tool clippy. Document sandbox tool preinstall.
- Web console — Improves day-to-day operation from the browser console. V0.3.14.
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.14-aarch64-apple-darwin.tar.gz |
| Server binary | macOS Intel | tikeo-server-0.3.14-x86_64-apple-darwin.tar.gz |
| Server binary | Windows x86_64 | tikeo-server-0.3.14-x86_64-pc-windows-msvc.zip |
| Server binary | Linux x86_64 | tikeo-server-0.3.14-x86_64-unknown-linux-gnu.tar.gz |
| Migration CLI | macOS Apple Silicon | tikeo-migrate-0.3.14-aarch64-apple-darwin.tar.gz |
| Migration CLI | macOS Intel | tikeo-migrate-0.3.14-x86_64-apple-darwin.tar.gz |
| Migration CLI | Windows x86_64 | tikeo-migrate-0.3.14-x86_64-pc-windows-msvc.zip |
| Migration CLI | Linux x86_64 | tikeo-migrate-0.3.14-x86_64-unknown-linux-gnu.tar.gz |
| Web console dist | All platforms | tikeo-web-dist-0.3.14.tar.gz |
| Helm chart | All platforms | tikeo-0.3.14.tgz |
| Docker Compose | MySQL | tikeo-docker-compose-mysql-0.3.14.yml |
| Docker Compose | PostgreSQL | tikeo-docker-compose-postgres-0.3.14.yml |
| Docker Compose | SQLite | tikeo-docker-compose-sqlite-0.3.14.yml |
| Kubernetes manifest | All platforms | tikeo-k8s-manifest-0.3.14.yaml |
| Kubernetes manifest | All platforms | tikeo-manifest-crd-0.3.14.yaml |
| Kubernetes operator | macOS Intel | tikeo-operator-0.3.14-darwin-amd64.tar.gz |
| Kubernetes operator | macOS Apple Silicon | tikeo-operator-0.3.14-darwin-arm64.tar.gz |
| Kubernetes operator | Linux amd64 | tikeo-operator-0.3.14-linux-amd64.tar.gz |
| Kubernetes operator | Linux arm64 | tikeo-operator-0.3.14-linux-arm64.tar.gz |
| Kubernetes operator | Windows amd64 | tikeo-operator-0.3.14-windows-amd64.zip |
| Terraform provider | macOS Intel | terraform-provider-tikeo_v0.3.14_darwin_amd64.tar.gz |
| Terraform provider | macOS Apple Silicon | terraform-provider-tikeo_v0.3.14_darwin_arm64.tar.gz |
| Terraform provider | Linux amd64 | terraform-provider-tikeo_v0.3.14_linux_amd64.tar.gz |
| Terraform provider | Linux arm64 | terraform-provider-tikeo_v0.3.14_linux_arm64.tar.gz |
| Terraform provider | Windows amd64 | terraform-provider-tikeo_v0.3.14_windows_amd64.exe.zip |
| Deployment source bundle | All platforms | tikeo-deploy-sources-0.3.14.tar.gz |
Added
- Add managed sandbox tool isolation (
c6a1a126)
Changed
- V0.3.14 (
a5758a85) - Document sandbox tool preinstall (
aef0d39e) - Clarify strict sandbox isolation naming (
e4ed83d6)
Fixed
- Satisfy sandbox tool clippy (
322abcf9)
Upgrade notes
- Release range:
v0.3.13 → v0.3.14. - 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
a5758a852026-06-24 — chore(release): v0.3.14322abcf92026-06-24 — fix(rust-sdk): satisfy sandbox tool clippyaef0d39e2026-06-24 — docs(worker): document sandbox tool preinstalle4ed83d62026-06-24 — chore(sdk): clarify strict sandbox isolation namingc6a1a1262026-06-24 — feat(sdk): add managed sandbox tool isolation