Skip to content

v0.3.10

Choose a tag to compare

@github-actions github-actions released this 22 Jun 10:07
· 36 commits to main since this release

Tikeo 0.3.10 — Bridge

Codename: Bridge

This release updates migration toolkit, deployment & operations, and sdks & workers, with a matching set of validated artifacts.

Highlights

  • Migration toolkit — Improves the path from XXL-JOB or PowerJob evidence to a reviewed Tikeo migration bundle. Make migration apply in-place. Simplify migration apply flow.
  • Deployment & operations — Improves the assets operators use to install, upgrade, and automate Tikeo environments. Add release candidate worker soak gate.
  • SDKs & workers — Improves worker integration and multi-language runtime compatibility. Add cross-language worker soak gate.

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.10-aarch64-apple-darwin.tar.gz
Server binary macOS Intel tikeo-server-0.3.10-x86_64-apple-darwin.tar.gz
Server binary Windows x86_64 tikeo-server-0.3.10-x86_64-pc-windows-msvc.zip
Server binary Linux x86_64 tikeo-server-0.3.10-x86_64-unknown-linux-gnu.tar.gz
Migration CLI macOS Apple Silicon tikeo-migrate-0.3.10-aarch64-apple-darwin.tar.gz
Migration CLI macOS Intel tikeo-migrate-0.3.10-x86_64-apple-darwin.tar.gz
Migration CLI Windows x86_64 tikeo-migrate-0.3.10-x86_64-pc-windows-msvc.zip
Migration CLI Linux x86_64 tikeo-migrate-0.3.10-x86_64-unknown-linux-gnu.tar.gz
Web console dist All platforms tikeo-web-dist-0.3.10.tar.gz
Helm chart All platforms tikeo-0.3.10.tgz
Docker Compose MySQL tikeo-docker-compose-mysql-0.3.10.yml
Docker Compose PostgreSQL tikeo-docker-compose-postgres-0.3.10.yml
Docker Compose SQLite tikeo-docker-compose-sqlite-0.3.10.yml
Kubernetes manifest All platforms tikeo-k8s-manifest-0.3.10.yaml
Kubernetes manifest All platforms tikeo-manifest-crd-0.3.10.yaml
Kubernetes operator macOS Intel tikeo-operator-0.3.10-darwin-amd64.tar.gz
Kubernetes operator macOS Apple Silicon tikeo-operator-0.3.10-darwin-arm64.tar.gz
Kubernetes operator Linux amd64 tikeo-operator-0.3.10-linux-amd64.tar.gz
Kubernetes operator Linux arm64 tikeo-operator-0.3.10-linux-arm64.tar.gz
Kubernetes operator Windows amd64 tikeo-operator-0.3.10-windows-amd64.zip
Terraform provider macOS Intel terraform-provider-tikeo_v0.3.10_darwin_amd64.tar.gz
Terraform provider macOS Apple Silicon terraform-provider-tikeo_v0.3.10_darwin_arm64.tar.gz
Terraform provider Linux amd64 terraform-provider-tikeo_v0.3.10_linux_amd64.tar.gz
Terraform provider Linux arm64 terraform-provider-tikeo_v0.3.10_linux_arm64.tar.gz
Terraform provider Windows amd64 terraform-provider-tikeo_v0.3.10_windows_amd64.exe.zip
Deployment source bundle All platforms tikeo-deploy-sources-0.3.10.tar.gz

Added

  • Add automatic worker migration apply (eac42b48)
  • Add code-only migration fallback (1955639e)
  • Add release readiness evidence smokes (79714024)
  • Add release candidate worker soak gate (c00a0902)
  • Add cross-language worker soak gate (affb4605)

Changed

  • No behavior-changing entries were detected in this release range.

Fixed

  • Make migration apply in-place (7b85b2cc)
  • Simplify migration apply flow (2ccd17cf)

Upgrade notes

  • Release range: v0.3.9 → v0.3.10.
  • 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-migrate archive 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

  • 7b85b2cc 2026-06-22 — fix: make migration apply in-place
  • 2ccd17cf 2026-06-22 — fix: simplify migration apply flow
  • eac42b48 2026-06-22 — feat: add automatic worker migration apply
  • 1955639e 2026-06-22 — feat: add code-only migration fallback
  • 79714024 2026-06-22 — test: add release readiness evidence smokes
  • c00a0902 2026-06-22 — ci: add release candidate worker soak gate
  • 56a2717d 2026-06-22 — docs: add v0.3.9 release handoff packet
  • affb4605 2026-06-22 — test: add cross-language worker soak gate