Skip to content
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

build(deps): bump kfp from 1.8.22 to 2.5.0 #152

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 25, 2024

Bumps kfp from 1.8.22 to 2.5.0.

Release notes

Sourced from kfp's releases.

KFP SDK v2.5.0

Release of the KFP SDK only.

To install the KFP SDK:

pip install kfp==2.5.0

For changelog, see release notes.

KFP SDK v2.4.0

Release of the KFP SDK only.

To install the KFP SDK:

pip install kfp==2.4.0

For changelog, see release notes.

KFP SDK v2.3.0

Release of the KFP SDK only.

To install the KFP SDK:

pip install kfp==2.3.0

For changelog, see release notes.

KFP SDK v2.2.0

Release of the KFP SDK only.

To install the KFP SDK:

pip install kfp==2.2.0

For changelog, see release notes.

KFP SDK v2.1.3

Release of the KFP SDK only.

To install the KFP SDK:

pip install kfp==2.1.3

For changelog, see release notes.

KFP SDK v2.1.2

Release of the KFP SDK only.

To install the KFP SDK:

</tr></table> 

... (truncated)

Changelog

Sourced from kfp's changelog.

Copyright 2018 The Kubeflow Authors

Licensed under the Apache License, Version 2.0 (the "License");

you may not use this file except in compliance with the License.

You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software

distributed under the License is distributed on an "AS IS" BASIS,

WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

See the License for the specific language governing permissions and

limitations under the License.

steps:

Marketplace Major.Minor parsing

  • id: "parseMajorMinorVersion" name: gcr.io/cloud-builders/docker entrypoint: /bin/bash args:
    • -ceux
    • |

      Parse major minor version and save to a file for reusing in other steps.

      e.g. 1.0.0-rc.1 and 1.0.1 are parsed as 1.0

      echo $TAG_NAME | sed -e "s#([0-9]+[.][0-9]+)[.].*#\1#" > /workspace/mm.ver

Pull and retag images for pipeline components

  • id: 'retagComponentImages' name: 'gcr.io/cloud-builders/docker' entrypoint: bash waitFor: ['-'] args:
    • -ceux
    • | images=( "ml-pipeline-kubeflow-deployer" "ml-pipeline-kubeflow-tf-trainer" "ml-pipeline-kubeflow-tf-trainer-gpu" "ml-pipeline-kubeflow-tfjob" "ml-pipeline-local-confusion-matrix" "ml-pipeline-local-roc" ) for image in "${images[@]}" do from_image="gcr.io/$PROJECT_ID/$image:$COMMIT_SHA" target_image="gcr.io/ml-pipeline/$image:$TAG_NAME" docker pull $from_image docker tag $from_image $target_image docker push $target_image

... (truncated)

Commits
  • 55db6f5 chore(sdk): release KFP SDK 2.5.0 (#10364)
  • ca5f97d test(sdk): add test for local execution of None default parameter #localexe...
  • 2897a10 feat(sdk): support Concat and IfPresent placeholder in local container compon...
  • 64d46df fix(sdk): permit empty local execution outputs #localexecution (#10338)
  • 8a5a17e feat(sdk): remove local execution feature flag #localexecution (#10355)
  • 5399585 feat(backend): Enable logging for KFP components (#10288)
  • dcab051 test(sdk): improve KFP SDK local runner test safety #localexecution (#10336)
  • 86b7e23 fix(sdk): remove redundant newline character in local DockerRunner logs (#1...
  • 89d4234 fix(sdk): fix presentation of strings in local execution #localexecution (#10...
  • 973610b chore(components): add json_escape placeholder util
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [kfp](https://github.com/kubeflow/pipelines) from 1.8.22 to 2.5.0.
- [Release notes](https://github.com/kubeflow/pipelines/releases)
- [Changelog](https://github.com/kubeflow/pipelines/blob/master/.release.cloudbuild.yaml)
- [Commits](kubeflow/pipelines@1.8.22...sdk-2.5.0)

---
updated-dependencies:
- dependency-name: kfp
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants