Open
Conversation
- pipelines/minimal-container-components: kfp 2.0.1 -> 2.15.0 - pipelines/lightweight-python-package: kfp[all] 2.12.1 -> 2.15.0 - mlflow/mlflow-kfp-example.ipynb: kfp[all] 2.9.0 -> 2.15.0
Contributor
|
what about kubeflow-examples/pipelines/lightweight-components/mobile-price-classifications.ipynb ? |
Collaborator
Author
good point, updated |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Update all KFP SDK pins in example notebooks and pipelines to match KFP backend 2.15.0 in Kubeflow v1.11.0.
pipelines/minimal-container-components/requirements.txt:kfp2.0.1 → 2.15.0pipelines/lightweight-python-package/requirements.txt:kfp[all]2.12.1 → 2.15.0mlflow/mlflow-kfp-example.ipynb:kfp[all]2.9.0 → 2.15.0Context
This is part of the Kubeflow 1.11.0 upgrade. Companion PRs:
prokube/prokube— main platform upgrade (branchfeature/kubeflow-1.11.0)prokube/prokube-images— notebook image and MLflow server updates (PR #34)What was NOT changed (and why)
serving/): Already pinkserve>=0.15.2, compatible with KServe v0.15.2 in Kubeflow 1.11.0hparam-tuning/): Useskubeflow.org/v1beta1API (unchanged) withbatch/v1 Job(no Training Operator dependency)v1/v1beta1APIs still served in Istio 1.28mlflow==2.17.2): Not bumped — separate concern from Kubeflow upgrade