Skip to content

Add release automation and documentation#47

Open
sduvvuri1603 wants to merge 1 commit intokubeflow:mainfrom
sduvvuri1603:feature/Release-Auto-Initial-PyPI-Publich
Open

Add release automation and documentation#47
sduvvuri1603 wants to merge 1 commit intokubeflow:mainfrom
sduvvuri1603:feature/Release-Auto-Initial-PyPI-Publich

Conversation

@sduvvuri1603
Copy link
Copy Markdown
Contributor

Description of your changes:

  • .github/workflows/build-packages.yml: converted into a reusable workflow that still performs the matrix build/validation but now also handles release-mode tasks—regenerating artifacts from the sdist, running twine check, and optionally publishing to PyPI via the Trusted Publishing path. That’s the core enhancement.
  • Introduced .github/workflows/release.yml, which triggers on vX.Y.Z tags and reuses the build workflow in publish mode (single Python 3.11 job with secrets: inherit).
  • Authored docs/RELEASE.md covering versioning requirements, step-by-step release procedure, workflow behavior, and PyPI rollback guidance.

@google-oss-prow
Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign gmfrasca for approval. For more information see the Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@sduvvuri1603 sduvvuri1603 force-pushed the feature/Release-Auto-Initial-PyPI-Publich branch 2 times, most recently from 0d2b36e to 699fb24 Compare December 23, 2025 17:21
Signed-off-by: sduvvuri1603 <sduvvuri@redhat.com>
@sduvvuri1603 sduvvuri1603 force-pushed the feature/Release-Auto-Initial-PyPI-Publich branch from 699fb24 to 545bd8e Compare December 23, 2025 17:23
@sduvvuri1603 sduvvuri1603 marked this pull request as ready for review December 23, 2025 19:19
@google-oss-prow google-oss-prow bot requested a review from gmfrasca December 23, 2025 19:19
@sduvvuri1603 sduvvuri1603 marked this pull request as draft December 23, 2025 19:20
@sduvvuri1603 sduvvuri1603 marked this pull request as ready for review January 7, 2026 15:09
name: package-py${{ matrix.python-version }}
path: dist/
retention-days: 30

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you add a step to upload the packages as release artifacts.

@VaniHaripriya
Copy link
Copy Markdown
Contributor

I think we should add automatic changelog generation using git-cliff. @mprahl @HumairAK could you share your thoughts on this?

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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants