Add release automation and documentation#47
Open
sduvvuri1603 wants to merge 1 commit intokubeflow:mainfrom
Open
Add release automation and documentation#47sduvvuri1603 wants to merge 1 commit intokubeflow:mainfrom
sduvvuri1603 wants to merge 1 commit intokubeflow:mainfrom
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
0d2b36e to
699fb24
Compare
Signed-off-by: sduvvuri1603 <sduvvuri@redhat.com>
699fb24 to
545bd8e
Compare
| name: package-py${{ matrix.python-version }} | ||
| path: dist/ | ||
| retention-days: 30 | ||
|
|
Contributor
There was a problem hiding this comment.
Could you add a step to upload the packages as release artifacts.
Contributor
hbelmiro
added a commit
to hbelmiro/pipelines-components
that referenced
this pull request
Mar 17, 2026
* chore(deps): Bump docker/setup-buildx-action from 3 to 4 (kubeflow#109) Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3 to 4. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@v3...v4) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): Bump docker/setup-qemu-action from 3 to 4 (kubeflow#108) Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 3 to 4. - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](docker/setup-qemu-action@v3...v4) --- updated-dependencies: - dependency-name: docker/setup-qemu-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): Bump docker/metadata-action from 5 to 6 (kubeflow#112) Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 5 to 6. - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](docker/metadata-action@v5...v6) --- updated-dependencies: - dependency-name: docker/metadata-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): Bump docker/build-push-action from 6 to 7 (kubeflow#113) Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6 to 7. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v6...v7) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * feat: AutoRAG components and pipelines (kubeflow#51) The squashed commit of AutoRAG KFP components and pipelines. - Pipelines: - llama-stack and chroma ones - input data processing --- Signed-off-by: Lukasz Cmielowski <lcmielow@redhat.com> Co-authored-by: Witold Nowogorski <wnowogor@redhat.com> Co-authored-by: Filip Komarzyniec <fkomarzy@redhat.com> * Add asset generator (kubeflow#52) * Add asset generator Signed-off-by: MichalSteczko <msteczko@redhat.com> * Final version of asset generator Signed-off-by: MichalSteczko <msteczko@redhat.com> --------- Signed-off-by: MichalSteczko <msteczko@redhat.com> * adjust the leaderboard to better fit the screen Signed-off-by: Lukasz Cmielowski <lcmielow@redhat.com> * hybrid search support Signed-off-by: Lukasz Cmielowski <lcmielow@redhat.com> * ruff check fixes Signed-off-by: Lukasz Cmielowski <lcmielow@redhat.com> * markdown lint fixes Signed-off-by: Lukasz Cmielowski <lcmielow@redhat.com> * Add Containerfiles for AutoRAG components and pipelines Signed-off-by: Daniel Ryszka <dryszka@redhat.com> * Add missing & fix existing OWNERS and YAML files Signed-off-by: Daniel Ryszka <dryszka@redhat.com> * Add missing OWNERS file for AutoRAG Text Extraction component Signed-off-by: Daniel Ryszka <dryszka@redhat.com> * Add & fix README files Signed-off-by: Daniel Ryszka <dryszka@redhat.com> * ruff checks fixed Signed-off-by: Lukasz Cmielowski <lcmielow@redhat.com> * refactor pytests to pass checks Signed-off-by: Lukasz Cmielowski <lcmielow@redhat.com> * skeletons for unit tests and skips added Signed-off-by: Lukasz Cmielowski <lcmielow@redhat.com> * Fixes for failing checks on PR (kubeflow#38) * ruff checks fixed Signed-off-by: Lukasz Cmielowski <lcmielow@redhat.com> * refactor pytests to pass checks Signed-off-by: Lukasz Cmielowski <lcmielow@redhat.com> * skeletons for unit tests and skips added Signed-off-by: Lukasz Cmielowski <lcmielow@redhat.com> --------- Signed-off-by: Lukasz Cmielowski <lcmielow@redhat.com> * remove the component for promoting notebooks to workbench Signed-off-by: Lukasz Cmielowski <lcmielow@redhat.com> * remove redundant autorag component Signed-off-by: Lukasz Cmielowski <lcmielow@redhat.com> * Remove redundant component skeleton (kubeflow#39) * ruff checks fixed Signed-off-by: Lukasz Cmielowski <lcmielow@redhat.com> * refactor pytests to pass checks Signed-off-by: Lukasz Cmielowski <lcmielow@redhat.com> * skeletons for unit tests and skips added Signed-off-by: Lukasz Cmielowski <lcmielow@redhat.com> * remove the component for promoting notebooks to workbench Signed-off-by: Lukasz Cmielowski <lcmielow@redhat.com> --------- Signed-off-by: Lukasz Cmielowski <lcmielow@redhat.com> * line too long check fixes Signed-off-by: Lukasz Cmielowski <lcmielow@redhat.com> * More checks fixes (kubeflow#40) * ruff checks fixed Signed-off-by: Lukasz Cmielowski <lcmielow@redhat.com> * refactor pytests to pass checks Signed-off-by: Lukasz Cmielowski <lcmielow@redhat.com> * skeletons for unit tests and skips added Signed-off-by: Lukasz Cmielowski <lcmielow@redhat.com> * remove the component for promoting notebooks to workbench Signed-off-by: Lukasz Cmielowski <lcmielow@redhat.com> * line too long check fixes Signed-off-by: Lukasz Cmielowski <lcmielow@redhat.com> --------- Signed-off-by: Lukasz Cmielowski <lcmielow@redhat.com> * Update README.md Signed-off-by: Lukasz Cmielowski <lcmielow@redhat.com> * ruff format Signed-off-by: Lukasz Cmielowski <lcmielow@redhat.com> * Update metadata.yaml Signed-off-by: Lukasz Cmielowski <lcmielow@redhat.com> * Code refactored to pass various repository level checks and validation scripts (kubeflow#58) * autorag *.md files aligned to pass markdownlint linting Signed-off-by: Filip Komarzyniec <fkomarzy@redhat.com> Signed-off-by: Filip Komarzyniec <fkomarzy@redhat.com> rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED * aligned code with pylint linter rules Signed-off-by: Filip Komarzyniec <fkomarzy@redhat.com> rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED * README tables style changed to compact; README generators now properly do not wrap params descriptions in tables; aligned scripts constants to markdownlint config Signed-off-by: Filip Komarzyniec <fkomarzy@redhat.com> rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED * compnents READMEs fixed using updated README generator script Signed-off-by: Filip Komarzyniec <fkomarzy@redhat.com> rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED * pipelines READMEs fixed using updated README generator Signed-off-by: Filip Komarzyniec <fkomarzy@redhat.com> rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED * fixup! README tables style changed to compact; README generators now properly do not wrap params descriptions in tables; aligned scripts constants to markdownlint config Signed-off-by: Filip Komarzyniec <fkomarzy@redhat.com> rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED * [Feature] Asset Generator for Chroma Vector Store (kubeflow#59) (kubeflow#47) * Add asset generator for chroma * Ruff changes * Fix merge conflicts * Component restoration * Notebooks folder has been renamed --------- Signed-off-by: MichalSteczko <msteczko@redhat.com> * Ruff-enforced formatting Signed-off-by: Filip Komarzyniec <fkomarzy@redhat.com> rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED * rerun readme generator scripts Signed-off-by: Filip Komarzyniec <fkomarzy@redhat.com> rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED * Update pyproject.toml Co-authored-by: Helber Belmiro <helber.belmiro@gmail.com> Signed-off-by: Lukasz Cmielowski <lcmielow@redhat.com> * changes pointed out in PR review #1 Signed-off-by: Filip Komarzyniec <fkomarzy@redhat.com> rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED Signed-off-by: Filip Komarzyniec <fkomarzy@redhat.com> * fixup! changes pointed out in PR review #1 Signed-off-by: Filip Komarzyniec <fkomarzy@redhat.com> rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED * repository checks scripts rerun Signed-off-by: Filip Komarzyniec <fkomarzy@redhat.com> rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED * chnages pointed out in the PR review #2 Signed-off-by: Filip Komarzyniec <fkomarzy@redhat.com> rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED * fixup! chnages pointed out in the PR review #2 Signed-off-by: Filip Komarzyniec <fkomarzy@redhat.com> rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: MichalSteczko <msteczko@redhat.com> Signed-off-by: Lukasz Cmielowski <lcmielow@redhat.com> Signed-off-by: Daniel Ryszka <dryszka@redhat.com> Signed-off-by: Filip Komarzyniec <fkomarzy@redhat.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Witold Nowogorski <wnowogor@redhat.com> Co-authored-by: Filip Komarzyniec <fkomarzy@redhat.com> Co-authored-by: Michal Steczko <michalo.steczko@gmail.com> Co-authored-by: MichalSteczko <msteczko@redhat.com> Co-authored-by: Daniel Ryszka <dryszka@redhat.com> Co-authored-by: Filip <filip.komarzyniec@gmail.com> Co-authored-by: Helber Belmiro <helber.belmiro@gmail.com>
hbelmiro
added a commit
to hbelmiro/pipelines-components
that referenced
this pull request
Mar 17, 2026
* chore(deps): Bump docker/setup-buildx-action from 3 to 4 (kubeflow#109) Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3 to 4. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@v3...v4) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): Bump docker/setup-qemu-action from 3 to 4 (kubeflow#108) Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 3 to 4. - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](docker/setup-qemu-action@v3...v4) --- updated-dependencies: - dependency-name: docker/setup-qemu-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): Bump docker/metadata-action from 5 to 6 (kubeflow#112) Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 5 to 6. - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](docker/metadata-action@v5...v6) --- updated-dependencies: - dependency-name: docker/metadata-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): Bump docker/build-push-action from 6 to 7 (kubeflow#113) Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6 to 7. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v6...v7) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * feat: AutoRAG components and pipelines (kubeflow#51) The squashed commit of AutoRAG KFP components and pipelines. - Pipelines: - llama-stack and chroma ones - input data processing --- Signed-off-by: Lukasz Cmielowski <lcmielow@redhat.com> Co-authored-by: Witold Nowogorski <wnowogor@redhat.com> Co-authored-by: Filip Komarzyniec <fkomarzy@redhat.com> * Add asset generator (kubeflow#52) * Add asset generator Signed-off-by: MichalSteczko <msteczko@redhat.com> * Final version of asset generator Signed-off-by: MichalSteczko <msteczko@redhat.com> --------- Signed-off-by: MichalSteczko <msteczko@redhat.com> * adjust the leaderboard to better fit the screen Signed-off-by: Lukasz Cmielowski <lcmielow@redhat.com> * hybrid search support Signed-off-by: Lukasz Cmielowski <lcmielow@redhat.com> * ruff check fixes Signed-off-by: Lukasz Cmielowski <lcmielow@redhat.com> * markdown lint fixes Signed-off-by: Lukasz Cmielowski <lcmielow@redhat.com> * Add Containerfiles for AutoRAG components and pipelines Signed-off-by: Daniel Ryszka <dryszka@redhat.com> * Add missing & fix existing OWNERS and YAML files Signed-off-by: Daniel Ryszka <dryszka@redhat.com> * Add missing OWNERS file for AutoRAG Text Extraction component Signed-off-by: Daniel Ryszka <dryszka@redhat.com> * Add & fix README files Signed-off-by: Daniel Ryszka <dryszka@redhat.com> * ruff checks fixed Signed-off-by: Lukasz Cmielowski <lcmielow@redhat.com> * refactor pytests to pass checks Signed-off-by: Lukasz Cmielowski <lcmielow@redhat.com> * skeletons for unit tests and skips added Signed-off-by: Lukasz Cmielowski <lcmielow@redhat.com> * Fixes for failing checks on PR (kubeflow#38) * ruff checks fixed Signed-off-by: Lukasz Cmielowski <lcmielow@redhat.com> * refactor pytests to pass checks Signed-off-by: Lukasz Cmielowski <lcmielow@redhat.com> * skeletons for unit tests and skips added Signed-off-by: Lukasz Cmielowski <lcmielow@redhat.com> --------- Signed-off-by: Lukasz Cmielowski <lcmielow@redhat.com> * remove the component for promoting notebooks to workbench Signed-off-by: Lukasz Cmielowski <lcmielow@redhat.com> * remove redundant autorag component Signed-off-by: Lukasz Cmielowski <lcmielow@redhat.com> * Remove redundant component skeleton (kubeflow#39) * ruff checks fixed Signed-off-by: Lukasz Cmielowski <lcmielow@redhat.com> * refactor pytests to pass checks Signed-off-by: Lukasz Cmielowski <lcmielow@redhat.com> * skeletons for unit tests and skips added Signed-off-by: Lukasz Cmielowski <lcmielow@redhat.com> * remove the component for promoting notebooks to workbench Signed-off-by: Lukasz Cmielowski <lcmielow@redhat.com> --------- Signed-off-by: Lukasz Cmielowski <lcmielow@redhat.com> * line too long check fixes Signed-off-by: Lukasz Cmielowski <lcmielow@redhat.com> * More checks fixes (kubeflow#40) * ruff checks fixed Signed-off-by: Lukasz Cmielowski <lcmielow@redhat.com> * refactor pytests to pass checks Signed-off-by: Lukasz Cmielowski <lcmielow@redhat.com> * skeletons for unit tests and skips added Signed-off-by: Lukasz Cmielowski <lcmielow@redhat.com> * remove the component for promoting notebooks to workbench Signed-off-by: Lukasz Cmielowski <lcmielow@redhat.com> * line too long check fixes Signed-off-by: Lukasz Cmielowski <lcmielow@redhat.com> --------- Signed-off-by: Lukasz Cmielowski <lcmielow@redhat.com> * Update README.md Signed-off-by: Lukasz Cmielowski <lcmielow@redhat.com> * ruff format Signed-off-by: Lukasz Cmielowski <lcmielow@redhat.com> * Update metadata.yaml Signed-off-by: Lukasz Cmielowski <lcmielow@redhat.com> * Code refactored to pass various repository level checks and validation scripts (kubeflow#58) * autorag *.md files aligned to pass markdownlint linting Signed-off-by: Filip Komarzyniec <fkomarzy@redhat.com> Signed-off-by: Filip Komarzyniec <fkomarzy@redhat.com> rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED * aligned code with pylint linter rules Signed-off-by: Filip Komarzyniec <fkomarzy@redhat.com> rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED * README tables style changed to compact; README generators now properly do not wrap params descriptions in tables; aligned scripts constants to markdownlint config Signed-off-by: Filip Komarzyniec <fkomarzy@redhat.com> rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED * compnents READMEs fixed using updated README generator script Signed-off-by: Filip Komarzyniec <fkomarzy@redhat.com> rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED * pipelines READMEs fixed using updated README generator Signed-off-by: Filip Komarzyniec <fkomarzy@redhat.com> rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED * fixup! README tables style changed to compact; README generators now properly do not wrap params descriptions in tables; aligned scripts constants to markdownlint config Signed-off-by: Filip Komarzyniec <fkomarzy@redhat.com> rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED * [Feature] Asset Generator for Chroma Vector Store (kubeflow#59) (kubeflow#47) * Add asset generator for chroma * Ruff changes * Fix merge conflicts * Component restoration * Notebooks folder has been renamed --------- Signed-off-by: MichalSteczko <msteczko@redhat.com> * Ruff-enforced formatting Signed-off-by: Filip Komarzyniec <fkomarzy@redhat.com> rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED * rerun readme generator scripts Signed-off-by: Filip Komarzyniec <fkomarzy@redhat.com> rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED * Update pyproject.toml Co-authored-by: Helber Belmiro <helber.belmiro@gmail.com> Signed-off-by: Lukasz Cmielowski <lcmielow@redhat.com> * changes pointed out in PR review #1 Signed-off-by: Filip Komarzyniec <fkomarzy@redhat.com> rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED Signed-off-by: Filip Komarzyniec <fkomarzy@redhat.com> * fixup! changes pointed out in PR review #1 Signed-off-by: Filip Komarzyniec <fkomarzy@redhat.com> rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED * repository checks scripts rerun Signed-off-by: Filip Komarzyniec <fkomarzy@redhat.com> rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED * chnages pointed out in the PR review #2 Signed-off-by: Filip Komarzyniec <fkomarzy@redhat.com> rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED * fixup! chnages pointed out in the PR review #2 Signed-off-by: Filip Komarzyniec <fkomarzy@redhat.com> rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: MichalSteczko <msteczko@redhat.com> Signed-off-by: Lukasz Cmielowski <lcmielow@redhat.com> Signed-off-by: Daniel Ryszka <dryszka@redhat.com> Signed-off-by: Filip Komarzyniec <fkomarzy@redhat.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Witold Nowogorski <wnowogor@redhat.com> Co-authored-by: Filip Komarzyniec <fkomarzy@redhat.com> Co-authored-by: Michal Steczko <michalo.steczko@gmail.com> Co-authored-by: MichalSteczko <msteczko@redhat.com> Co-authored-by: Daniel Ryszka <dryszka@redhat.com> Co-authored-by: Filip <filip.komarzyniec@gmail.com> Co-authored-by: Helber Belmiro <helber.belmiro@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description of your changes: