Skip to content

v0.3.12

Choose a tag to compare

@github-actions github-actions released this 23 Jun 10:16
· 29 commits to main since this release

Tikeo 0.3.12 — Bridge

Codename: Bridge

This release updates migration toolkit, web console, 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. Lock protobuf runtime for Maven workers. Update release and deployment contracts.
  • Web console — Improves day-to-day operation from the browser console. V0.3.12. Split oversized client and locale modules.
  • SDKs & workers — Improves worker integration and multi-language runtime compatibility. Keep worker startup non-fatal.

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

Added

  • No new capability entries were detected in this release range.

Changed

  • V0.3.12 (1ab9ab20)
  • Split oversized client and locale modules (53980452)
  • Update release and deployment contracts (0685eed1)

Fixed

  • Keep worker startup non-fatal (524db40e)
  • Lock protobuf runtime for Maven workers (a240e632)

Upgrade notes

  • Release range: v0.3.11 → v0.3.12.
  • 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

  • 1ab9ab20 2026-06-23 — chore(release): v0.3.12
  • 524db40e 2026-06-23 — fix(java): keep worker startup non-fatal
  • a240e632 2026-06-23 — fix(migrate): lock protobuf runtime for Maven workers
  • 53980452 2026-06-23 — refactor(web): split oversized client and locale modules
  • 0685eed1 2026-06-23 — ci: update release and deployment contracts