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.1.2 #258

Open dependabot[bot] opened 12 months ago

dependabot[bot] commented 12 months ago

Bumps kfp from 1.8.22 to 2.1.2.

Release notes

Sourced from kfp's releases.

KFP SDK v2.1.2

Release of the KFP SDK only.

To install the KFP SDK:

pip install kfp==2.1.2

For changelog, see release notes.

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.

... (truncated)

Commits
  • 25f6ee6 chore(sdk): release KFP SDK 2.1.2 (#9797)
  • 540294a fix(sdk): fix GCPC break in KFP SDK (#9791)
  • ae804f4 feat(components): Implement LLM Safety Bias Component & E2E tests
  • 2cfe463 fix(components): Update package import for google protobuf
  • 8dd9bd6 chore(components): Update evaluation component type hints to be Python3.7 com...
  • cc829bd chore(components): release GCPC v2.1.1
  • 7c55a4f chore(components): release GCPC v2.1.1
  • 46fafe3 chore(components): add project_id and location placeholders as GCPC implement...
  • 49db9ef chore(sdk): release KFP SDK 2.1.1 (#9787)
  • 8ad9716 fix(sdk): various kfp-dsl fixes (#9785)
  • 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)