-
Notifications
You must be signed in to change notification settings - Fork 1.7k
chore(sdk): release kfp sdk 2.12.2 #11843
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
Conversation
Signed-off-by: Humair Khan <HumairAK@users.noreply.github.com>
cc @chensun I was planning on doing a cherry pick to: https://github.com/kubeflow/pipelines/tree/release-sdk-2.12 and then uploading the package (as per kfp pkg release instructions here), let me know if this flow works for you. |
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.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED Approval requirements bypassed by manually added approval. This pull-request has been approved by: 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 |
Signed-off-by: Humair Khan <HumairAK@users.noreply.github.com>
(cherry picked from commit e21bbba) Signed-off-by: Humair Khan <HumairAK@users.noreply.github.com>
(cherry picked from commit e21bbba) Signed-off-by: Humair Khan <HumairAK@users.noreply.github.com>
(cherry picked from commit e21bbba) Signed-off-by: Humair Khan <HumairAK@users.noreply.github.com>
(cherry picked from commit e21bbba) Signed-off-by: Humair Khan <HumairAK@users.noreply.github.com>
…lder KFP versions (#11853) * fix(sdk): Add SDK support for setting resource limits on older KFP versions (#11839) For context, the commit 70aaf8a removed support for the old fields (without a resource_ prefix). This was added back in commit 6ebf4aa but done in a way that broke any usage of pipeline input parameters but was to support the current KFP backend which did not yet support the new fields. In commit 7c931ae, the old fields were removed again but added support for the new field in KFP backend. This commit addresses the case where a user is using a new SDK but with a KFP backend prior to 2.4. (cherry picked from commit f9d487c) Signed-off-by: mprahl <mprahl@users.noreply.github.com> Signed-off-by: Humair Khan <HumairAK@users.noreply.github.com> * chore(sdk): release kfp sdk 2.12.2 (#11843) (cherry picked from commit e21bbba) Signed-off-by: Humair Khan <HumairAK@users.noreply.github.com> * fix(tests): free up space in some test runners (#11818) * fix(tests): free up space in some test runners Signed-off-by: droctothorpe <mythicalsunlight@gmail.com> * Add comments and logs Signed-off-by: droctothorpe <mythicalsunlight@gmail.com> --------- (cherry picked from commit 478ca08) Signed-off-by: droctothorpe <mythicalsunlight@gmail.com> Signed-off-by: Humair Khan <HumairAK@users.noreply.github.com> --------- Signed-off-by: mprahl <mprahl@users.noreply.github.com> Signed-off-by: Humair Khan <HumairAK@users.noreply.github.com> Signed-off-by: droctothorpe <mythicalsunlight@gmail.com> Co-authored-by: Matt Prahl <mprahl@users.noreply.github.com> Co-authored-by: Alex <mythicalsunlight@gmail.com>
Signed-off-by: Humair Khan <HumairAK@users.noreply.github.com>
# This is the 1st commit message: Address PR comments Signed-off-by: agoins <alyssacgoins@gmail.com> # This is the commit message opendatahub-io#2: chore(sdk): update go toolchain patch (kubeflow#11845) and also add api reference to k8s platform reference to kfp sdk api Signed-off-by: Humair Khan <HumairAK@users.noreply.github.com> # This is the commit message opendatahub-io#3: chore(deps): bump minimist from 1.2.5 to 1.2.8 in /frontend (kubeflow#11846) Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. - [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md) - [Commits](minimistjs/minimist@v1.2.5...v1.2.8) --- updated-dependencies: - dependency-name: minimist dependency-version: 1.2.8 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> # This is the commit message opendatahub-io#4: chore(deps): bump torch from 1.0.0 to 2.6.0 in /samples/contrib/ibm-samples/ffdl-seldon/source/seldon-pytorch-serving-image (kubeflow#11848) Bumps [torch](https://github.com/pytorch/pytorch) from 1.0.0 to 2.6.0. - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](pytorch/pytorch@v1.0.0...v2.6.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> # This is the commit message opendatahub-io#5: chore(deps): bump sagemaker from 2.1.0 to 2.237.3 in /components/aws/sagemaker/TrainingJob/samples/mnist-kmeans-training (kubeflow#11847) Bumps [sagemaker](https://github.com/aws/sagemaker-python-sdk) from 2.1.0 to 2.237.3. - [Release notes](https://github.com/aws/sagemaker-python-sdk/releases) - [Changelog](https://github.com/aws/sagemaker-python-sdk/blob/master/CHANGELOG.md) - [Commits](aws/sagemaker-python-sdk@v2.1.0...v2.237.3) --- updated-dependencies: - dependency-name: sagemaker dependency-version: 2.237.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> # This is the commit message opendatahub-io#6: chore(backend): fixed support for Podman in Makefile (kubeflow#11844) Signed-off-by: Helber Belmiro <helber.belmiro@gmail.com> # This is the commit message opendatahub-io#7: chore(sdk): release kfp sdk 2.12.2 (kubeflow#11843) Signed-off-by: Humair Khan <HumairAK@users.noreply.github.com> # This is the commit message opendatahub-io#8: switch selenium image to ghcr Signed-off-by: Humair Khan <HumairAK@users.noreply.github.com> # This is the commit message opendatahub-io#9: add backend support for toleration lists. clarify toleration json docs Signed-off-by: Humair Khan <HumairAK@users.noreply.github.com> # This is the commit message opendatahub-io#10: add list or dict support for add toleration json Signed-off-by: Humair Khan <HumairAK@users.noreply.github.com>
Address PR comments Signed-off-by: agoins <alyssacgoins@gmail.com> # This is the commit message opendatahub-io#2: chore(sdk): update go toolchain patch (kubeflow#11845) and also add api reference to k8s platform reference to kfp sdk api Signed-off-by: Humair Khan <HumairAK@users.noreply.github.com> # This is the commit message opendatahub-io#3: chore(deps): bump minimist from 1.2.5 to 1.2.8 in /frontend (kubeflow#11846) Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. - [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md) - [Commits](minimistjs/minimist@v1.2.5...v1.2.8) --- updated-dependencies: - dependency-name: minimist dependency-version: 1.2.8 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> # This is the commit message opendatahub-io#4: chore(deps): bump torch from 1.0.0 to 2.6.0 in /samples/contrib/ibm-samples/ffdl-seldon/source/seldon-pytorch-serving-image (kubeflow#11848) Bumps [torch](https://github.com/pytorch/pytorch) from 1.0.0 to 2.6.0. - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](pytorch/pytorch@v1.0.0...v2.6.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> # This is the commit message opendatahub-io#5: chore(deps): bump sagemaker from 2.1.0 to 2.237.3 in /components/aws/sagemaker/TrainingJob/samples/mnist-kmeans-training (kubeflow#11847) Bumps [sagemaker](https://github.com/aws/sagemaker-python-sdk) from 2.1.0 to 2.237.3. - [Release notes](https://github.com/aws/sagemaker-python-sdk/releases) - [Changelog](https://github.com/aws/sagemaker-python-sdk/blob/master/CHANGELOG.md) - [Commits](aws/sagemaker-python-sdk@v2.1.0...v2.237.3) --- updated-dependencies: - dependency-name: sagemaker dependency-version: 2.237.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> # This is the commit message opendatahub-io#6: chore(backend): fixed support for Podman in Makefile (kubeflow#11844) Signed-off-by: Helber Belmiro <helber.belmiro@gmail.com> # This is the commit message opendatahub-io#7: chore(sdk): release kfp sdk 2.12.2 (kubeflow#11843) Signed-off-by: Humair Khan <HumairAK@users.noreply.github.com> # This is the commit message opendatahub-io#8: switch selenium image to ghcr Signed-off-by: Humair Khan <HumairAK@users.noreply.github.com> add list or dict support for add toleration json Signed-off-by: Humair Khan <HumairAK@users.noreply.github.com> Fix Integration tests Signed-off-by: Ricardo M. Oliveira <rmartine@redhat.com>
Signed-off-by: agoins <alyssacgoins@gmail.com> add input parameters for system-container-impl template Signed-off-by: agoins <alyssacgoins@gmail.com> add retry argument parameters to executor dag template Signed-off-by: agoins <alyssacgoins@gmail.com> format retry argument parameters Signed-off-by: agoins <alyssacgoins@gmail.com> retrieve retry strategy from input parameters Signed-off-by: agoins <alyssacgoins@gmail.com> remove component-specific executor/container-impl Signed-off-by: agoins <alyssacgoins@gmail.com> parameterize arguments for system-container-executor template Signed-off-by: agoins <alyssacgoins@gmail.com> add retry parameters to argo test spec Signed-off-by: agoins <alyssacgoins@gmail.com> Add default values for system-container-impl retry params Signed-off-by: agoins <alyssacgoins@gmail.com> Add default 0 value to retry input parameters in testdata Signed-off-by: agoins <alyssacgoins@gmail.com> Address PR comments Signed-off-by: agoins <alyssacgoins@gmail.com> chore(sdk): update go toolchain patch (kubeflow#11845) and also add api reference to k8s platform reference to kfp sdk api Signed-off-by: Humair Khan <HumairAK@users.noreply.github.com> chore(deps): bump minimist from 1.2.5 to 1.2.8 in /frontend (kubeflow#11846) Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. - [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md) - [Commits](minimistjs/minimist@v1.2.5...v1.2.8) --- updated-dependencies: - dependency-name: minimist dependency-version: 1.2.8 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> chore(deps): bump torch from 1.0.0 to 2.6.0 in /samples/contrib/ibm-samples/ffdl-seldon/source/seldon-pytorch-serving-image (kubeflow#11848) Bumps [torch](https://github.com/pytorch/pytorch) from 1.0.0 to 2.6.0. - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](pytorch/pytorch@v1.0.0...v2.6.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> chore(deps): bump sagemaker from 2.1.0 to 2.237.3 in /components/aws/sagemaker/TrainingJob/samples/mnist-kmeans-training (kubeflow#11847) Bumps [sagemaker](https://github.com/aws/sagemaker-python-sdk) from 2.1.0 to 2.237.3. - [Release notes](https://github.com/aws/sagemaker-python-sdk/releases) - [Changelog](https://github.com/aws/sagemaker-python-sdk/blob/master/CHANGELOG.md) - [Commits](aws/sagemaker-python-sdk@v2.1.0...v2.237.3) --- updated-dependencies: - dependency-name: sagemaker dependency-version: 2.237.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> chore(backend): fixed support for Podman in Makefile (kubeflow#11844) Signed-off-by: Helber Belmiro <helber.belmiro@gmail.com> chore(sdk): release kfp sdk 2.12.2 (kubeflow#11843) Signed-off-by: Humair Khan <HumairAK@users.noreply.github.com> switch selenium image to ghcr Signed-off-by: Humair Khan <HumairAK@users.noreply.github.com> add list or dict support for add toleration json Signed-off-by: Humair Khan <HumairAK@users.noreply.github.com> Fix Integration tests Signed-off-by: Ricardo M. Oliveira <rmartine@redhat.com> Address PR comments Signed-off-by: agoins <alyssacgoins@gmail.com>
Signed-off-by: agoins <alyssacgoins@gmail.com> add input parameters for system-container-impl template Signed-off-by: agoins <alyssacgoins@gmail.com> add retry argument parameters to executor dag template Signed-off-by: agoins <alyssacgoins@gmail.com> format retry argument parameters Signed-off-by: agoins <alyssacgoins@gmail.com> retrieve retry strategy from input parameters Signed-off-by: agoins <alyssacgoins@gmail.com> remove component-specific executor/container-impl Signed-off-by: agoins <alyssacgoins@gmail.com> parameterize arguments for system-container-executor template Signed-off-by: agoins <alyssacgoins@gmail.com> add retry parameters to argo test spec Signed-off-by: agoins <alyssacgoins@gmail.com> Add default values for system-container-impl retry params Signed-off-by: agoins <alyssacgoins@gmail.com> Add default 0 value to retry input parameters in testdata Signed-off-by: agoins <alyssacgoins@gmail.com> Address PR comments Signed-off-by: agoins <alyssacgoins@gmail.com> chore(sdk): update go toolchain patch (kubeflow#11845) and also add api reference to k8s platform reference to kfp sdk api Signed-off-by: Humair Khan <HumairAK@users.noreply.github.com> chore(deps): bump minimist from 1.2.5 to 1.2.8 in /frontend (kubeflow#11846) Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. - [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md) - [Commits](minimistjs/minimist@v1.2.5...v1.2.8) --- updated-dependencies: - dependency-name: minimist dependency-version: 1.2.8 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> chore(deps): bump torch from 1.0.0 to 2.6.0 in /samples/contrib/ibm-samples/ffdl-seldon/source/seldon-pytorch-serving-image (kubeflow#11848) Bumps [torch](https://github.com/pytorch/pytorch) from 1.0.0 to 2.6.0. - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](pytorch/pytorch@v1.0.0...v2.6.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> chore(deps): bump sagemaker from 2.1.0 to 2.237.3 in /components/aws/sagemaker/TrainingJob/samples/mnist-kmeans-training (kubeflow#11847) Bumps [sagemaker](https://github.com/aws/sagemaker-python-sdk) from 2.1.0 to 2.237.3. - [Release notes](https://github.com/aws/sagemaker-python-sdk/releases) - [Changelog](https://github.com/aws/sagemaker-python-sdk/blob/master/CHANGELOG.md) - [Commits](aws/sagemaker-python-sdk@v2.1.0...v2.237.3) --- updated-dependencies: - dependency-name: sagemaker dependency-version: 2.237.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> chore(backend): fixed support for Podman in Makefile (kubeflow#11844) Signed-off-by: Helber Belmiro <helber.belmiro@gmail.com> chore(sdk): release kfp sdk 2.12.2 (kubeflow#11843) Signed-off-by: Humair Khan <HumairAK@users.noreply.github.com> switch selenium image to ghcr Signed-off-by: Humair Khan <HumairAK@users.noreply.github.com> add list or dict support for add toleration json Signed-off-by: Humair Khan <HumairAK@users.noreply.github.com> Fix Integration tests Signed-off-by: Ricardo M. Oliveira <rmartine@redhat.com> Address PR comments Signed-off-by: agoins <alyssacgoins@gmail.com> # Conflicts: # docs/versions.json # sdk/python/kfp/__init__.py
Signed-off-by: agoins <alyssacgoins@gmail.com> add input parameters for system-container-impl template Signed-off-by: agoins <alyssacgoins@gmail.com> add retry argument parameters to executor dag template Signed-off-by: agoins <alyssacgoins@gmail.com> format retry argument parameters Signed-off-by: agoins <alyssacgoins@gmail.com> retrieve retry strategy from input parameters Signed-off-by: agoins <alyssacgoins@gmail.com> remove component-specific executor/container-impl Signed-off-by: agoins <alyssacgoins@gmail.com> parameterize arguments for system-container-executor template Signed-off-by: agoins <alyssacgoins@gmail.com> add retry parameters to argo test spec Signed-off-by: agoins <alyssacgoins@gmail.com> Add default values for system-container-impl retry params Signed-off-by: agoins <alyssacgoins@gmail.com> Add default 0 value to retry input parameters in testdata Signed-off-by: agoins <alyssacgoins@gmail.com> Address PR comments Signed-off-by: agoins <alyssacgoins@gmail.com> chore(sdk): update go toolchain patch (kubeflow#11845) and also add api reference to k8s platform reference to kfp sdk api Signed-off-by: Humair Khan <HumairAK@users.noreply.github.com> chore(deps): bump minimist from 1.2.5 to 1.2.8 in /frontend (kubeflow#11846) Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. - [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md) - [Commits](minimistjs/minimist@v1.2.5...v1.2.8) --- updated-dependencies: - dependency-name: minimist dependency-version: 1.2.8 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> chore(deps): bump torch from 1.0.0 to 2.6.0 in /samples/contrib/ibm-samples/ffdl-seldon/source/seldon-pytorch-serving-image (kubeflow#11848) Bumps [torch](https://github.com/pytorch/pytorch) from 1.0.0 to 2.6.0. - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](pytorch/pytorch@v1.0.0...v2.6.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> chore(deps): bump sagemaker from 2.1.0 to 2.237.3 in /components/aws/sagemaker/TrainingJob/samples/mnist-kmeans-training (kubeflow#11847) Bumps [sagemaker](https://github.com/aws/sagemaker-python-sdk) from 2.1.0 to 2.237.3. - [Release notes](https://github.com/aws/sagemaker-python-sdk/releases) - [Changelog](https://github.com/aws/sagemaker-python-sdk/blob/master/CHANGELOG.md) - [Commits](aws/sagemaker-python-sdk@v2.1.0...v2.237.3) --- updated-dependencies: - dependency-name: sagemaker dependency-version: 2.237.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> chore(backend): fixed support for Podman in Makefile (kubeflow#11844) Signed-off-by: Helber Belmiro <helber.belmiro@gmail.com> chore(sdk): release kfp sdk 2.12.2 (kubeflow#11843) Signed-off-by: Humair Khan <HumairAK@users.noreply.github.com> switch selenium image to ghcr Signed-off-by: Humair Khan <HumairAK@users.noreply.github.com> add list or dict support for add toleration json Signed-off-by: Humair Khan <HumairAK@users.noreply.github.com> Fix Integration tests Signed-off-by: Ricardo M. Oliveira <rmartine@redhat.com> Address PR comments Signed-off-by: agoins <alyssacgoins@gmail.com> # Conflicts: # docs/versions.json # sdk/python/kfp/__init__.py
Signed-off-by: agoins <alyssacgoins@gmail.com> add input parameters for system-container-impl template Signed-off-by: agoins <alyssacgoins@gmail.com> add retry argument parameters to executor dag template Signed-off-by: agoins <alyssacgoins@gmail.com> format retry argument parameters Signed-off-by: agoins <alyssacgoins@gmail.com> retrieve retry strategy from input parameters Signed-off-by: agoins <alyssacgoins@gmail.com> remove component-specific executor/container-impl Signed-off-by: agoins <alyssacgoins@gmail.com> parameterize arguments for system-container-executor template Signed-off-by: agoins <alyssacgoins@gmail.com> add retry parameters to argo test spec Signed-off-by: agoins <alyssacgoins@gmail.com> Add default values for system-container-impl retry params Signed-off-by: agoins <alyssacgoins@gmail.com> Add default 0 value to retry input parameters in testdata Signed-off-by: agoins <alyssacgoins@gmail.com> Address PR comments Signed-off-by: agoins <alyssacgoins@gmail.com> chore(sdk): update go toolchain patch (kubeflow#11845) and also add api reference to k8s platform reference to kfp sdk api Signed-off-by: Humair Khan <HumairAK@users.noreply.github.com> chore(deps): bump minimist from 1.2.5 to 1.2.8 in /frontend (kubeflow#11846) Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. - [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md) - [Commits](minimistjs/minimist@v1.2.5...v1.2.8) --- updated-dependencies: - dependency-name: minimist dependency-version: 1.2.8 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> chore(deps): bump torch from 1.0.0 to 2.6.0 in /samples/contrib/ibm-samples/ffdl-seldon/source/seldon-pytorch-serving-image (kubeflow#11848) Bumps [torch](https://github.com/pytorch/pytorch) from 1.0.0 to 2.6.0. - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](pytorch/pytorch@v1.0.0...v2.6.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> chore(deps): bump sagemaker from 2.1.0 to 2.237.3 in /components/aws/sagemaker/TrainingJob/samples/mnist-kmeans-training (kubeflow#11847) Bumps [sagemaker](https://github.com/aws/sagemaker-python-sdk) from 2.1.0 to 2.237.3. - [Release notes](https://github.com/aws/sagemaker-python-sdk/releases) - [Changelog](https://github.com/aws/sagemaker-python-sdk/blob/master/CHANGELOG.md) - [Commits](aws/sagemaker-python-sdk@v2.1.0...v2.237.3) --- updated-dependencies: - dependency-name: sagemaker dependency-version: 2.237.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> chore(backend): fixed support for Podman in Makefile (kubeflow#11844) Signed-off-by: Helber Belmiro <helber.belmiro@gmail.com> chore(sdk): release kfp sdk 2.12.2 (kubeflow#11843) Signed-off-by: Humair Khan <HumairAK@users.noreply.github.com> switch selenium image to ghcr Signed-off-by: Humair Khan <HumairAK@users.noreply.github.com> add list or dict support for add toleration json Signed-off-by: Humair Khan <HumairAK@users.noreply.github.com> Fix Integration tests Signed-off-by: Ricardo M. Oliveira <rmartine@redhat.com> Address PR comments Signed-off-by: agoins <alyssacgoins@gmail.com> undo file updated in merge Signed-off-by: agoins <alyssacgoins@gmail.com>
Signed-off-by: agoins <alyssacgoins@gmail.com> add input parameters for system-container-impl template Signed-off-by: agoins <alyssacgoins@gmail.com> add retry argument parameters to executor dag template Signed-off-by: agoins <alyssacgoins@gmail.com> format retry argument parameters Signed-off-by: agoins <alyssacgoins@gmail.com> retrieve retry strategy from input parameters Signed-off-by: agoins <alyssacgoins@gmail.com> remove component-specific executor/container-impl Signed-off-by: agoins <alyssacgoins@gmail.com> parameterize arguments for system-container-executor template Signed-off-by: agoins <alyssacgoins@gmail.com> add retry parameters to argo test spec Signed-off-by: agoins <alyssacgoins@gmail.com> Add default values for system-container-impl retry params Signed-off-by: agoins <alyssacgoins@gmail.com> Add default 0 value to retry input parameters in testdata Signed-off-by: agoins <alyssacgoins@gmail.com> Address PR comments Signed-off-by: agoins <alyssacgoins@gmail.com> chore(sdk): update go toolchain patch (kubeflow#11845) and also add api reference to k8s platform reference to kfp sdk api Signed-off-by: Humair Khan <HumairAK@users.noreply.github.com> chore(deps): bump minimist from 1.2.5 to 1.2.8 in /frontend (kubeflow#11846) Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. - [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md) - [Commits](minimistjs/minimist@v1.2.5...v1.2.8) --- updated-dependencies: - dependency-name: minimist dependency-version: 1.2.8 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> chore(deps): bump torch from 1.0.0 to 2.6.0 in /samples/contrib/ibm-samples/ffdl-seldon/source/seldon-pytorch-serving-image (kubeflow#11848) Bumps [torch](https://github.com/pytorch/pytorch) from 1.0.0 to 2.6.0. - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](pytorch/pytorch@v1.0.0...v2.6.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> chore(deps): bump sagemaker from 2.1.0 to 2.237.3 in /components/aws/sagemaker/TrainingJob/samples/mnist-kmeans-training (kubeflow#11847) Bumps [sagemaker](https://github.com/aws/sagemaker-python-sdk) from 2.1.0 to 2.237.3. - [Release notes](https://github.com/aws/sagemaker-python-sdk/releases) - [Changelog](https://github.com/aws/sagemaker-python-sdk/blob/master/CHANGELOG.md) - [Commits](aws/sagemaker-python-sdk@v2.1.0...v2.237.3) --- updated-dependencies: - dependency-name: sagemaker dependency-version: 2.237.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> chore(backend): fixed support for Podman in Makefile (kubeflow#11844) Signed-off-by: Helber Belmiro <helber.belmiro@gmail.com> chore(sdk): release kfp sdk 2.12.2 (kubeflow#11843) Signed-off-by: Humair Khan <HumairAK@users.noreply.github.com> switch selenium image to ghcr Signed-off-by: Humair Khan <HumairAK@users.noreply.github.com> add list or dict support for add toleration json Signed-off-by: Humair Khan <HumairAK@users.noreply.github.com> Fix Integration tests Signed-off-by: Ricardo M. Oliveira <rmartine@redhat.com> Address PR comments Signed-off-by: agoins <alyssacgoins@gmail.com> undo file updated in merge Signed-off-by: agoins <alyssacgoins@gmail.com>
Signed-off-by: agoins <alyssacgoins@gmail.com> add input parameters for system-container-impl template Signed-off-by: agoins <alyssacgoins@gmail.com> add retry argument parameters to executor dag template Signed-off-by: agoins <alyssacgoins@gmail.com> format retry argument parameters Signed-off-by: agoins <alyssacgoins@gmail.com> retrieve retry strategy from input parameters Signed-off-by: agoins <alyssacgoins@gmail.com> remove component-specific executor/container-impl Signed-off-by: agoins <alyssacgoins@gmail.com> parameterize arguments for system-container-executor template Signed-off-by: agoins <alyssacgoins@gmail.com> add retry parameters to argo test spec Signed-off-by: agoins <alyssacgoins@gmail.com> Add default values for system-container-impl retry params Signed-off-by: agoins <alyssacgoins@gmail.com> Add default 0 value to retry input parameters in testdata Signed-off-by: agoins <alyssacgoins@gmail.com> Address PR comments Signed-off-by: agoins <alyssacgoins@gmail.com> chore(sdk): update go toolchain patch (kubeflow#11845) and also add api reference to k8s platform reference to kfp sdk api Signed-off-by: Humair Khan <HumairAK@users.noreply.github.com> chore(deps): bump minimist from 1.2.5 to 1.2.8 in /frontend (kubeflow#11846) Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. - [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md) - [Commits](minimistjs/minimist@v1.2.5...v1.2.8) --- updated-dependencies: - dependency-name: minimist dependency-version: 1.2.8 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> chore(deps): bump torch from 1.0.0 to 2.6.0 in /samples/contrib/ibm-samples/ffdl-seldon/source/seldon-pytorch-serving-image (kubeflow#11848) Bumps [torch](https://github.com/pytorch/pytorch) from 1.0.0 to 2.6.0. - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](pytorch/pytorch@v1.0.0...v2.6.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> chore(deps): bump sagemaker from 2.1.0 to 2.237.3 in /components/aws/sagemaker/TrainingJob/samples/mnist-kmeans-training (kubeflow#11847) Bumps [sagemaker](https://github.com/aws/sagemaker-python-sdk) from 2.1.0 to 2.237.3. - [Release notes](https://github.com/aws/sagemaker-python-sdk/releases) - [Changelog](https://github.com/aws/sagemaker-python-sdk/blob/master/CHANGELOG.md) - [Commits](aws/sagemaker-python-sdk@v2.1.0...v2.237.3) --- updated-dependencies: - dependency-name: sagemaker dependency-version: 2.237.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> chore(backend): fixed support for Podman in Makefile (kubeflow#11844) Signed-off-by: Helber Belmiro <helber.belmiro@gmail.com> chore(sdk): release kfp sdk 2.12.2 (kubeflow#11843) Signed-off-by: Humair Khan <HumairAK@users.noreply.github.com> switch selenium image to ghcr Signed-off-by: Humair Khan <HumairAK@users.noreply.github.com> add list or dict support for add toleration json Signed-off-by: Humair Khan <HumairAK@users.noreply.github.com> Fix Integration tests Signed-off-by: Ricardo M. Oliveira <rmartine@redhat.com> Address PR comments Signed-off-by: agoins <alyssacgoins@gmail.com> undo file updated in merge Signed-off-by: agoins <alyssacgoins@gmail.com>
Description of your changes:
This is a patch release prep for 2.12.2, there is a backwards incompatibility change resolved by: f9d487c