pipelines/components
dependabot[bot] b306d8d6d6
chore(deps): bump requests from 2.18.4 to 2.32.4 in /components/contrib/arena/docker (#11963)
Bumps [requests](https://github.com/psf/requests) from 2.18.4 to 2.32.4.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.18.4...v2.32.4)

---
updated-dependencies:
- dependency-name: requests
  dependency-version: 2.32.4
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-10 16:31:50 +00:00
..
PyTorch chore: update all owners files (#11886) 2025-05-02 14:47:04 +00:00
aws chore: update all owners files (#11886) 2025-05-02 14:47:04 +00:00
contrib chore(deps): bump requests from 2.18.4 to 2.32.4 in /components/contrib/arena/docker (#11963) 2025-06-10 16:31:50 +00:00
google-cloud chore(components): Update OS packages in GCPC container image 2025-05-14 10:43:21 -07:00
kserve chore: update all owners files (#11886) 2025-05-02 14:47:04 +00:00
kubeflow/pytorch-launcher chore: Updating Pytorch-Launcher component to work with pipelines v2 (#11273) 2024-11-12 22:44:17 +00:00
snowflake feat(component): Created Snowflake data unload component (#11349) 2024-12-02 22:15:58 +00:00
OWNERS chore: update all owners files (#11886) 2025-05-02 14:47:04 +00:00
README.md chore(components): clean up component directory (#7183) 2022-01-21 11:33:11 -08:00
build_image.sh fix: give components/build_image.sh execution permission (#7222) 2022-01-28 12:08:36 +00:00
test_load_all_components.sh fix(sdk): fix nested placeholders and block illegal IfPresent form in Concat (#8414) 2022-11-04 18:20:16 +00:00

README.md

Components for Kubeflow Pipelines

Kubeflow Pipelines system orchestrates pipeline graphs of containerized command-line programs. Components are the building blocks of pipelines. Component definition files describe component interface (inputs and outputs) and implementation (how to call the containerized program). Users can load components with KFP SDK, instantiate the components and compose them in a pipeline graph.