Skip to Content
ReleasesOverview

Platform Releases

SkaleData uses a monthly versioning scheme (YYYY.MM) for the platform. Each platform version bundles specific versions of all infrastructure and application components into a single, tested release.

Versioning scheme

FormatExampleMeaning
YYYY.MM2026.05May 2026 release
  • Monthly cadence — new platform versions are released roughly once per month
  • Patch releases — critical fixes within a month don’t bump the platform version
  • No downgrades — upgrades must move forward (you cannot roll back to an earlier platform version)

What’s in a platform version

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 platform 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 platform version
  3. Select the target version and confirm

Release history

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