Skip to content

v0.3.8

Choose a tag to compare

@github-actions github-actions released this 22 Jun 02:52
· 46 commits to main since this release

Tikeo 0.3.8 — Signal

Codename: Signal

This release focuses on release experience and ships a matching set of validated artifacts.

Highlights

  • Release experience — Improves the generated GitHub Release page so operators can understand the version quickly. Filter meta commits from release highlights. Use GitHub release badge source of truth.

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

Added

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

Changed

  • Filter meta commits from release highlights (9e89768f)
  • Use GitHub release badge source of truth (e4f4c662)

Fixed

  • No fix entries were detected in this release range.

Upgrade notes

  • Release range: v0.3.7 → v0.3.8.
  • 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

  • 9e89768f 2026-06-22 — Filter meta commits from release highlights
  • e4f4c662 2026-06-19 — Use GitHub release badge source of truth