getindata / kedro-kubeflow

Kedro Plugin to support running workflows on Kubeflow Pipelines
https://kedro-kubeflow.readthedocs.io
Apache License 2.0
46 stars 21 forks source link

build(deps): bump kfp from 1.8.22 to 2.0.1 #252

Closed dependabot[bot] closed 12 months ago

dependabot[bot] commented 1 year ago

Bumps kfp from 1.8.22 to 2.0.1.

Release notes

Sourced from kfp's releases.

KFP SDK v2.0.1

Release of the KFP SDK only.

To install the KFP SDK:

pip install kfp==2.0.1

For changelog, see release notes.

KFP SDK v2.0.0

Release of the KFP SDK only.

To install the KFP SDK:

pip install kfp==2.0.0

For changelog, see release notes.

Version 2.0.0

To deploy Kubeflow Pipelines in an existing cluster, follow the instruction in here or via UI here

Install python SDK (python 3.7 above) by running:

python3 -m pip install kfp kfp-server-api --upgrade

See the Change Log

KFP SDK v2.0.0-rc.2

Release of the KFP SDK only.

To install the KFP SDK:

pip install kfp==sdk-2.0.0-rc.2

For changelog, see release notes.

Version 2.0.0-rc.2

To deploy Kubeflow Pipelines in an existing cluster, follow the instruction in here.

Install kfp-server-api package (python 3.7 above) by running:

python3 -m pip install kfp-server-api==2.0.0-rc.2 --upgrade

Refer to:

... (truncated)

Commits
  • 6dfcd53 chore(sdk): release KFP SDK 2.0.1 (#9669)
  • e5fe981 fix(sdk): fix kfp sdk v2 readme (#9668)
  • ad61829 chore(components): Remove DataflowPythonJobOp from preview namespace
  • e4fa7d9 chore(components): release GCPC v2.0.0 (GA)
  • 87a56df docs(components): add dataflow components to GCPC preview docs
  • a2a359a chore(components): Move Dataflow Flex Template components to preview
  • bc7b652 docs(components): add preview namespace docs
  • 236cbd0 chore(sdk): release kfp-kubernetes 1.0.0 (#9662)
  • 2475d0a chore(components): Internal change
  • e92d8bc fix(sdk): fix GitHub release script (#9663)
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 12 months ago

Superseded by #258.