v0.3.17
Tikeo 0.3.17 — Keystone
Codename: Keystone
This release updates server & scheduling, web console, ci & quality gates, and sdks & workers, with a matching set of validated artifacts.
Highlights
- Server & scheduling — Improves scheduling, dispatch ownership, or control-plane runtime behavior. Wake notification delivery on new attempts. Stabilize shard owner workflow materialization.
- Web console — Improves day-to-day operation from the browser console. V0.3.17. Align web i18n and plugin executor contracts.
- CI & quality gates — Improves the validation pipeline behind each published artifact. Align management smoke with normal processors.
- SDKs & workers — Improves worker integration and multi-language runtime compatibility. Stabilize cross-language worker smoke.
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.17-aarch64-apple-darwin |
| Server binary | Windows arm64 | tikeo-server-0.3.17-aarch64-pc-windows-msvc.exe |
| Server binary | Linux arm64 | tikeo-server-0.3.17-aarch64-unknown-linux-gnu |
| Server binary | macOS Intel | tikeo-server-0.3.17-x86_64-apple-darwin |
| Server binary | Windows x86_64 | tikeo-server-0.3.17-x86_64-pc-windows-msvc.exe |
| Server binary | Linux x86_64 | tikeo-server-0.3.17-x86_64-unknown-linux-gnu |
| Migration CLI | macOS Apple Silicon | tikeo-migrate-0.3.17-aarch64-apple-darwin |
| Migration CLI | Windows arm64 | tikeo-migrate-0.3.17-aarch64-pc-windows-msvc.exe |
| Migration CLI | Linux arm64 | tikeo-migrate-0.3.17-aarch64-unknown-linux-gnu |
| Migration CLI | macOS Intel | tikeo-migrate-0.3.17-x86_64-apple-darwin |
| Migration CLI | Windows x86_64 | tikeo-migrate-0.3.17-x86_64-pc-windows-msvc.exe |
| Migration CLI | Linux x86_64 | tikeo-migrate-0.3.17-x86_64-unknown-linux-gnu |
| Web console dist | All platforms | tikeo-web-dist-0.3.17.tar.gz |
| Helm chart | All platforms | tikeo-0.3.17.tgz |
| Docker Compose | MySQL | tikeo-docker-compose-mysql-0.3.17.yml |
| Docker Compose | PostgreSQL | tikeo-docker-compose-postgres-0.3.17.yml |
| Docker Compose | SQLite | tikeo-docker-compose-sqlite-0.3.17.yml |
| Kubernetes manifest | All platforms | tikeo-k8s-manifest-0.3.17.yaml |
| Kubernetes manifest | All platforms | tikeo-manifest-crd-0.3.17.yaml |
| Kubernetes operator | macOS Intel | tikeo-operator-0.3.17-darwin-amd64 |
| Kubernetes operator | macOS Apple Silicon | tikeo-operator-0.3.17-darwin-arm64 |
| Kubernetes operator | Linux amd64 | tikeo-operator-0.3.17-linux-amd64 |
| Kubernetes operator | Linux arm64 | tikeo-operator-0.3.17-linux-arm64 |
| Kubernetes operator | Windows amd64 | tikeo-operator-0.3.17-windows-amd64.exe |
| Kubernetes operator | All platforms | tikeo-operator-0.3.17-windows-arm64.exe |
| Terraform provider | macOS Intel | terraform-provider-tikeo_v0.3.17_darwin_amd64 |
| Terraform provider | macOS Apple Silicon | terraform-provider-tikeo_v0.3.17_darwin_arm64 |
| Terraform provider | Linux amd64 | terraform-provider-tikeo_v0.3.17_linux_amd64 |
| Terraform provider | Linux arm64 | terraform-provider-tikeo_v0.3.17_linux_arm64 |
| Terraform provider | Windows amd64 | terraform-provider-tikeo_v0.3.17_windows_amd64.exe |
| Terraform provider | All platforms | terraform-provider-tikeo_v0.3.17_windows_arm64.exe |
| Deployment source bundle | All platforms | tikeo-deploy-sources-0.3.17.tar.gz |
Added
- No new capability entries were detected in this release range.
Changed
- V0.3.17 (
10c16a0e) - Align management smoke with normal processors (
bac308f9) - Align web i18n and plugin executor contracts (
a81b5d18) - Split tunnel registry responsibilities (
13049932)
Fixed
- Stabilize cross-language worker smoke (
925fe8ca) - Wake notification delivery on new attempts (
87ab05f2) - Stabilize shard owner workflow materialization (
c57c8282)
Upgrade notes
- Release range:
v0.3.16 → v0.3.17. - 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
10c16a0e2026-06-24 — chore(release): v0.3.17bac308f92026-06-24 — ci: align management smoke with normal processors925fe8ca2026-06-24 — ci: stabilize cross-language worker smoke87ab05f22026-06-24 — fix: wake notification delivery on new attemptsc57c82822026-06-24 — test: stabilize shard owner workflow materializationa81b5d182026-06-24 — test: align web i18n and plugin executor contracts130499322026-06-24 — refactor: split tunnel registry responsibilities