Skip to content

chore(deps): update konflux references#118

Open
red-hat-konflux[bot] wants to merge 1 commit intomasterfrom
konflux/references/master
Open

chore(deps): update konflux references#118
red-hat-konflux[bot] wants to merge 1 commit intomasterfrom
konflux/references/master

Conversation

@red-hat-konflux
Copy link
Copy Markdown
Contributor

@red-hat-konflux red-hat-konflux Bot commented Mar 28, 2026

This PR contains the following updates:

Package Change Notes
quay.io/konflux-ci/tekton-catalog/task-apply-tags (source, changelog) 510b6d2a291081
quay.io/konflux-ci/tekton-catalog/task-build-image-index (source, changelog) 0.20.3 ⚠️migration⚠️
quay.io/konflux-ci/tekton-catalog/task-buildah-oci-ta (source, changelog) ce89532681d9f6
quay.io/konflux-ci/tekton-catalog/task-clair-scan (source, changelog) 59dec30cd49cde
quay.io/konflux-ci/tekton-catalog/task-clamav-scan (source, changelog) 9f18b21567cb66
quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check (source, changelog) de35caf8b50144
quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check (source, changelog) 5ff16b757d1f55
quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks (source, changelog) b4ac58625dcef1
quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta (source, changelog) 2c388d213d49df
quay.io/konflux-ci/tekton-catalog/task-init (source, changelog) 288f310b797dd4
quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta (source, changelog) a579d001b209c0
quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta (source, changelog) 1bc2d0f7855471
quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan (source, changelog) 35a4ccd1d807f6
quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta (source, changelog) 47f4e2de92d00e
quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta (source, changelog) 6f047f5c4ef47e
quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta (source, changelog) d83becb8f3ecbe
quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta (source, changelog) 550068190efa58
quay.io/konflux-ci/tekton-catalog/task-show-sbom (source, changelog) 04994dfa7346ed
quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta (source, changelog) 362f0470917cfc

Release Notes

konflux-ci/build-definitions (quay.io/konflux-ci/tekton-catalog/task-build-image-index)

v0.3

Changed
  • The task now uses konflux-build-cli for the build step instead of an inline bash
    implementation. This provides more robust error handling and simplified maintenance.
  • When ALWAYS_BUILD_INDEX is false and multiple images are provided, the task now
    creates an image index instead of failing. The previous behavior (failing with an error)
    was not useful.
  • Image reference validation is now stricter and will fail earlier for invalid formats.
Removed
  • COMMIT_SHA parameter (was not used by the task implementation)
  • IMAGE_EXPIRES_AFTER parameter (was not used by the task implementation)
Added
  • Started tracking changes in this file.

Configuration

📅 Schedule: Branch creation - Between 05:00 AM and 11:59 PM, only on Saturday ( * 5-23 * * 6 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

To execute skipped test pipelines write comment /ok-to-test.


Documentation

Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Mar 28, 2026

Note

Reviews paused

It looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the reviews.auto_review.auto_pause_after_reviewed_commits setting.

Use the following commands to manage reviews:

  • @coderabbitai resume to resume automatic reviews.
  • @coderabbitai review to trigger a single review.

Use the checkboxes below for quick actions:

  • ▶️ Resume reviews
  • 🔍 Trigger review

Walkthrough

Updated two Tekton PipelineRun YAMLs to bump several taskRef.bundle SHA256 digests (most tags unchanged), advance task-build-image-index tag from 0.20.3, and remove COMMIT_SHA and IMAGE_EXPIRES_AFTER parameter bindings from the build-image-index task invocation.

Changes

Cohort / File(s) Summary
Tekton PipelineRun digest pins
.tekton/widget-layout-backend-cfb93-pull-request.yaml, .tekton/widget-layout-backend-cfb93-push.yaml
Updated pinned taskRef.bundle SHA256 digests for multiple Tekton tasks while keeping task names and most bundle tags. In ...-push.yaml the task-build-image-index bundle tag was bumped from 0.20.3. Removed COMMIT_SHA ($(tasks.clone-repository.results.commit)) and IMAGE_EXPIRES_AFTER ($(params.image-expires-after)) parameter bindings from the build-image-index task; remaining params are IMAGE, ALWAYS_BUILD_INDEX, IMAGES, and BUILDAH_FORMAT.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

🚥 Pre-merge checks | ✅ 2 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning PR description lacks required sections from template: missing RHCLOUD issue reference, testing instructions, reviewer notes, and checklist. Add RHCLOUD issue link, testing instructions, reviewer notes about COMMIT_SHA/IMAGE_EXPIRES_AFTER removal, and complete the checklist items.
✅ Passed checks (2 passed)
Check name Status Explanation
Title check ✅ Passed The title 'chore(deps): update konflux references' clearly and concisely describes the main change: updating multiple Konflux/Tekton task image digests and bundle references.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch konflux/references/master

Comment @coderabbitai help to get the list of available commands and usage tips.

@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/references/master branch 2 times, most recently from a1c6159 to 8ef9941 Compare April 10, 2026 01:18
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/references/master branch 4 times, most recently from 5987d08 to 2cc3ab2 Compare April 18, 2026 05:17
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/references/master branch from 2cc3ab2 to a77541a Compare April 25, 2026 05:35
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/references/master branch from a77541a to 799a8f4 Compare May 2, 2026 05:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant