Closed gregsheremeta closed 3 weeks ago
/lgtm
I suggest complementing this comment to tell that this PR has to be merged before https://github.com/kubeflow/pipelines/pull/11112.
done
/lgtm /approve
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: HumairAK
The full list of commands accepted by this bot can be found here.
The pull request process is described here
Note for anyone looking at this or relying on it: I'm not positive that it was ok to bump the version here, but I'm looking into it. I see other examples where we've done a similar bump. I've added this as a topic for the next SIG meeting.
fyi @chensun
Note for anyone looking at this or relying on it: I'm not positive that it was ok to bump the version here, but I'm looking into it. I see other examples where we've done a similar bump. I've added this as a topic for the next SIG meeting.
Cancel the alarm. It's fine. My full write up on why:
November 5, 2024 - protoc versions - Google Docs https://docs.google.com/document/d/19NF4NiZToLvP6Vp8fDleSsdkyK5fjv_jd8k1FCflyLQ/edit?tab=t.0
We can go over it at tomorrow's meeting.
Description of your changes:
KFP v1 supported setting pipeline-level configuration via a
PipelineConf
class. This class was deprecated and no replacement was added to KFP v2.add new PipelineConfig message in the api to support setting pipeline-level configuration in KFP v2.
companion to #11112. #11333 has to be merged first.
Checklist: