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
| Format | Example | Meaning |
|---|---|---|
v0.1.0-beta.N | v0.1.0-beta.27 | Beta 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
Console
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.
Console
- Go to Clusters → [your cluster] → Configuration
- Click Change next to the version
- Select the target version and confirm
Release history
| Version | Date | Highlights |
|---|---|---|
| May 2026 | May 2026 | Multi-cloud (AWS + Azure), custom Airflow images |
Last updated on