Skip to Content
ReleasesOverview

Platform Releases

SkaleData versions the platform with a single identifier: the Scaffold release tag (v0.1.0-beta.N). Each version pins specific versions of all infrastructure and application components into a single, tested release.

Versioning scheme

FormatExampleMeaning
v0.1.0-beta.Nv0.1.0-beta.27Beta release 27
  • Semantic versioning — pre-GA releases use v0.1.0-beta.N; we move to true semver (v1.0.0, v1.1.0, …) at GA.
  • No downgrades — upgrades must move forward (you cannot roll back to an earlier version).

What’s in a release

Each release bundles:

  • Kubernetes — the cluster orchestration layer (GKE, EKS, or AKS)
  • Airflow — workflow orchestration (Apache Airflow + Helm chart)
  • Airbyte — data integration / ELT pipelines
  • Superset — data visualization and dashboards
  • DataHub — data catalog and lineage
  • Terraform — infrastructure provisioning engine
  • CNPG — managed PostgreSQL (CloudNativePG operator)

How to check your version

Navigate to Clusters → [your cluster] → Configuration. The version is shown at the top.

How to upgrade

Upgrades run terraform apply under the hood. Your workloads experience minimal downtime — Kubernetes performs rolling updates for all application pods.

  1. Go to Clusters → [your cluster] → Configuration
  2. Click Change next to the version
  3. Select the target version and confirm

Release history

VersionDateHighlights
May 2026May 2026Multi-cloud (AWS + Azure), custom Airflow images
Last updated on