forked from kubeflow/pipelines
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(ui): Disable GKE Metadata as default Fixes: #11247, fixes #11260 #2
Closed
Conversation
This file contains 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
* feat(sdk)!: stop auto-populating metrics as dag output Signed-off-by: Chen Sun <[email protected]> * add release note Signed-off-by: Chen Sun <[email protected]> --------- Signed-off-by: Chen Sun <[email protected]>
* chore(sdk): release KFP SDK 2.10.0 Signed-off-by: Chen Sun <[email protected]> * fix: version check regex in test Signed-off-by: Chen Sun <[email protected]> --------- Signed-off-by: Chen Sun <[email protected]>
… highest support Python version to 3.13 Signed-off-by: Chen Sun <[email protected]> PiperOrigin-RevId: 695535624
…y tests (kubeflow#11366) * chore(sdk): remove kfp.deprecated and legacy samples and tests Signed-off-by: Chen Sun <[email protected]> * chore: clean up unused imports Signed-off-by: Chen Sun <[email protected]> --------- Signed-off-by: Chen Sun <[email protected]>
…ubeflow#11273) Signed-off by: Fiona-Waters [email protected] Signed-off-by: Fiona Waters <[email protected]>
Signed-off-by: Chen Sun <[email protected]> PiperOrigin-RevId: 696177924
An api breaking change was introduced in 2.10 that removed deprecate fields in the compilation step for the accelerator fields. This has resulted in the driver being unable to fetch the old fields. This change re-introduces the deprecated fields to allow for a proper timespan for allowing driver to adjust to the new values. Signed-off-by: Humair Khan <[email protected]>
* chore(sdk): support Python 3.13 Signed-off-by: Chen Sun <[email protected]> * chore: remove python_requires upperbound for kfp-kubernetes Signed-off-by: Chen Sun <[email protected]> --------- Signed-off-by: Chen Sun <[email protected]>
Signed-off-by: Chen Sun <[email protected]>
Signed-off-by: Chen Sun <[email protected]>
Signed-off-by: Chen Sun <[email protected]>
kubeflow#11368) Signed-off-by: arpechenin <[email protected]>
Signed-off-by: Helber Belmiro <[email protected]>
Signed-off-by: Chen Sun <[email protected]> PiperOrigin-RevId: 698162967
…beflow#11354) * feat[frontend]: implement configmap parsing Signed-off-by: droctothorpe <[email protected]> Co-authored-by: quinnovator <[email protected]> * Improve error handling Signed-off-by: droctothorpe <[email protected]> --------- Signed-off-by: droctothorpe <[email protected]> Co-authored-by: quinnovator <[email protected]>
…ompatible dependencies Signed-off-by: Chen Sun <[email protected]> PiperOrigin-RevId: 698806473
…ubeflow#11260 Signed-off-by: Dave Canton <[email protected]>
. |
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.
Description of your changes:
Fixes: kubeflow#11247 & kubeflow#11260
Duplicated from kubeflow#11321 to include tests.
Checklist: