-
Notifications
You must be signed in to change notification settings - Fork 1.8k
chore: Carryover 2.14.5 #12337
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
chore: Carryover 2.14.5 #12337
Conversation
6d0edfa
to
161ca63
Compare
Signed-off-by: mprahl <[email protected]> Signed-off-by: Humair Khan <[email protected]>
* fix(sdk): Align the versions on kfp[kubernetes] install (kubeflow#12283) It was errantly set to install kfp-kubernetes below 2 but the versions were recently aligned. Signed-off-by: mprahl <[email protected]> (cherry picked from commit f07e276) Signed-off-by: Humair Khan <[email protected]> * chore: Release 2.14.4 Signed-off-by: Humair Khan <[email protected]> --------- Signed-off-by: Humair Khan <[email protected]> Co-authored-by: Matt Prahl <[email protected]>
automate requirements updates Signed-off-by: Humair Khan <[email protected]>
Signed-off-by: Humair Khan <[email protected]>
Signed-off-by: Humair Khan <[email protected]>
161ca63
to
1c93e85
Compare
Signed-off-by: Humair Khan <[email protected]>
529b60d
to
13e17a2
Compare
Signed-off-by: Humair Khan <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/approve
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mprahl The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Description of your changes:
There were some dependency resolution issues with 2.14.3 and 2.14.4 where kfp-pipeline-spec was pinned at 2.14.0, however it required 2.14.3. 2.14.5 release for
kfp
sdk andkfp-kubernetes
resolves this. These changes are brought over from the release-2.14 branch. Release instructions are also updated to avoid this issue in the future.The latter two commits update the components used in re-usable pipelines ran in tests. The current Pytest test suite does not detect the kfp.version to replace in re-used components so the tests fail, these required manual updates, we'll need a proper solution to follow this so we don't have to do this every release. As a consequence, the argo compiled workflows also needed to be updated.
Checklist: