Releases: kubeflow/pipelines
Version 1.5.0
To deploy Kubeflow Pipelines in an existing cluster, follow the instruction in here.
Install kfp-server-api package (python 3.6 above) by running:
python3 -m pip install kfp-server-api --upgrade
See the Change Log
NOTE, kfp python SDK is NOT included and released separately.
Version 1.5.0-rc.3
To deploy Kubeflow Pipelines in an existing cluster, follow the instruction in here.
Install python kfp-server-api (python 3.6 above) by running:
python3 -m pip install kfp-server-api --pre --upgrade
See the Change Log.
Note, kfp python SDK is not included and released separately.
Version 1.5.0-rc.2
To deploy Kubeflow Pipelines in an existing cluster, follow the instruction in here.
Install python SDK (python 3.6 above) by running:
python3 -m pip install kfp kfp-server-api --pre --upgrade
See the Change Log
Version 1.5.0-rc.1
To deploy Kubeflow Pipelines in an existing cluster, follow the instruction in here.
Install python SDK (python 3.6 above) by running:
python3 -m pip install kfp kfp-server-api --pre --upgrade
See the Change Log
SDK Version 0.5.2
This is a release of the Kubeflow Pipelines SDK to address a potential security vulnerability. There is no corresponding backend release.
Install the KFP sdk via:
pip install kfp==0.5.2
Version 1.4.1
To deploy Kubeflow Pipelines in an existing cluster, follow the instruction in here or via UI here
Install python SDK (python 3.6 above) by running:
python3 -m pip install kfp kfp-server-api --upgrade
See the Change Log
Version 1.4.0
To deploy Kubeflow Pipelines in an existing cluster, follow the instruction in here or via UI here
Install python SDK (python 3.6 above) by running:
python3 -m pip install kfp kfp-server-api --upgrade
See the Change Log
Version 1.4.0-rc.1
To deploy Kubeflow Pipelines in an existing cluster, follow the instruction in here.
Install python SDK (python 3.6 above) by running:
python3 -m pip install kfp kfp-server-api --pre --upgrade
See the Change Log
Version 1.3.0
To deploy Kubeflow Pipelines in an existing cluster, follow the instruction in here or via UI here
Install python SDK (python 3.6 above) by running:
python3 -m pip install kfp kfp-server-api --upgrade
See the Change Log