v0.3.9
Tikeo 0.3.9 — Bridge
Codename: Bridge
This release updates server & scheduling, migration toolkit, and documentation, with a matching set of validated artifacts.
Highlights
- Server & scheduling — Improves scheduling, dispatch ownership, or control-plane runtime behavior. Publish kind ha validation metrics. Move ha reports out of docs site root.
- Migration toolkit — Improves the path from XXL-JOB or PowerJob evidence to a reviewed Tikeo migration bundle. Close ha follow-up gates. Add product readiness acceptance checklist.
- Documentation — Improves the deployment, integration, or operator guidance shipped with the project. Fix zh readiness config anchor.
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.9-aarch64-apple-darwin.tar.gz |
| Server binary | macOS Intel | tikeo-server-0.3.9-x86_64-apple-darwin.tar.gz |
| Server binary | Windows x86_64 | tikeo-server-0.3.9-x86_64-pc-windows-msvc.zip |
| Server binary | Linux x86_64 | tikeo-server-0.3.9-x86_64-unknown-linux-gnu.tar.gz |
| Migration CLI | macOS Apple Silicon | tikeo-migrate-0.3.9-aarch64-apple-darwin.tar.gz |
| Migration CLI | macOS Intel | tikeo-migrate-0.3.9-x86_64-apple-darwin.tar.gz |
| Migration CLI | Windows x86_64 | tikeo-migrate-0.3.9-x86_64-pc-windows-msvc.zip |
| Migration CLI | Linux x86_64 | tikeo-migrate-0.3.9-x86_64-unknown-linux-gnu.tar.gz |
| Web console dist | All platforms | tikeo-web-dist-0.3.9.tar.gz |
| Helm chart | All platforms | tikeo-0.3.9.tgz |
| Docker Compose | MySQL | tikeo-docker-compose-mysql-0.3.9.yml |
| Docker Compose | PostgreSQL | tikeo-docker-compose-postgres-0.3.9.yml |
| Docker Compose | SQLite | tikeo-docker-compose-sqlite-0.3.9.yml |
| Kubernetes manifest | All platforms | tikeo-k8s-manifest-0.3.9.yaml |
| Kubernetes manifest | All platforms | tikeo-manifest-crd-0.3.9.yaml |
| Kubernetes operator | macOS Intel | tikeo-operator-0.3.9-darwin-amd64.tar.gz |
| Kubernetes operator | macOS Apple Silicon | tikeo-operator-0.3.9-darwin-arm64.tar.gz |
| Kubernetes operator | Linux amd64 | tikeo-operator-0.3.9-linux-amd64.tar.gz |
| Kubernetes operator | Linux arm64 | tikeo-operator-0.3.9-linux-arm64.tar.gz |
| Kubernetes operator | Windows amd64 | tikeo-operator-0.3.9-windows-amd64.zip |
| Terraform provider | macOS Intel | terraform-provider-tikeo_v0.3.9_darwin_amd64.tar.gz |
| Terraform provider | macOS Apple Silicon | terraform-provider-tikeo_v0.3.9_darwin_arm64.tar.gz |
| Terraform provider | Linux amd64 | terraform-provider-tikeo_v0.3.9_linux_amd64.tar.gz |
| Terraform provider | Linux arm64 | terraform-provider-tikeo_v0.3.9_linux_arm64.tar.gz |
| Terraform provider | Windows amd64 | terraform-provider-tikeo_v0.3.9_windows_amd64.exe.zip |
| Deployment source bundle | All platforms | tikeo-deploy-sources-0.3.9.tar.gz |
Added
- Add product readiness acceptance checklist (
0a210475)
Changed
- Close ha follow-up gates (
ee895ba7) - Publish kind ha validation metrics (
9e477714) - Move ha reports out of docs site root (
c34c72dc) - Validate raft ha with multi-node kind (
d7f1e93d)
Fixed
- Fix zh readiness config anchor (
8e08af34)
Upgrade notes
- Release range:
v0.3.8 → v0.3.9. - 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
ee895ba72026-06-22 — chore: close ha follow-up gates8e08af342026-06-22 — docs: fix zh readiness config anchor9e4777142026-06-22 — docs: publish kind ha validation metricsc34c72dc2026-06-22 — chore: move ha reports out of docs site rootd7f1e93d2026-06-22 — test: validate raft ha with multi-node kind0a2104752026-06-22 — docs: add product readiness acceptance checklist