Component Version Matrix⚓︎
This page lists the versions of key platform components for each prokube release. Use these to navigate to the correct version of upstream documentation.
Checking your prokube version⚓︎
From a notebook or any environment with kubectl access:
# prokube platform version
kubectl get cm paas-version -n prokube -o jsonpath='{.data.paasVersion}'
# all component versions
kubectl get cm paas-version -n prokube -o yaml
Version matrix⚓︎
| prokube | Release date | Kubeflow Manifests | KFP Backend | KFP SDK (recommended) | KServe | MLflow |
|---|---|---|---|---|---|---|
| v1.7.0 | 2026-03-11 | v1.11.0 | 2.15.0 | 2.15.0 | v0.15.2 | 3.6.0 |
| v1.6.2 | 2026-02-09 | v1.10.1 | 2.5.0 | 2.9.0 | v0.15.0 | 3.6.0 |
| v1.6.1 | 2026-01-21 | v1.10.1 | 2.5.0 | 2.9.0 | v0.15.0 | 3.6.0 |
| v1.6.0 | 2026-01-09 | v1.10.1 | 2.5.0 | 2.9.0 | v0.15.0 | 3.6.0 |
KFP SDK compatibility
The recommended SDK version is pinned in prokube custom notebooks. If you install a different version, ensure it is compatible with the KFP backend listed above.
Upstream documentation links⚓︎
| Component | Docs URL |
|---|---|
| KF Pipelines | https://www.kubeflow.org/docs/components/pipelines/ |
| KServe | https://kserve.github.io/website/ |
| MLflow | https://mlflow.org/docs/latest/ |
| Kubeflow Manifests | https://github.com/kubeflow/manifests/releases |