Skip to content

chore(deps): update konflux references#682

Open
red-hat-konflux[bot] wants to merge 1 commit into
mainfrom
konflux/references/main
Open

chore(deps): update konflux references#682
red-hat-konflux[bot] wants to merge 1 commit into
mainfrom
konflux/references/main

Conversation

@red-hat-konflux

@red-hat-konflux red-hat-konflux Bot commented Jun 20, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Notes
quay.io/konflux-ci/tekton-catalog/task-build-image-index (source, changelog) b33bfa8e1d79f0
quay.io/konflux-ci/tekton-catalog/task-buildah (source, changelog) 0.90.10 ⚠️migration⚠️
quay.io/konflux-ci/tekton-catalog/task-clair-scan (source, changelog) 8fad4c2312fb4d
quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks (source, changelog) 9c300723c4f60e
quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies (source, changelog) d127e052d3fd33
quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan (source, changelog) 41720da65370cc
quay.io/konflux-ci/tekton-catalog/task-sast-shell-check (source, changelog) 2cd09c9f0fb21c
quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check (source, changelog) 0.40.5 ⚠️migration⚠️
quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check (source, changelog) c162d9d633cf55
quay.io/konflux-ci/tekton-catalog/task-source-build (source, changelog) df999472f846d3
quay.io/konflux-ci/tekton-catalog/task-summary (source, changelog) e1b8e42a009e58

Release Notes

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

v0.10

Fixed
  • The injected labels.json file will now better match the actual image labels
    in cases when the containerfile includes quoted LABEL values. This is a result
    of dockerfile-json#16.

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.

@sourcery-ai

sourcery-ai Bot commented Jun 20, 2026

Copy link
Copy Markdown
Reviewer's guide (collapsed on small PRs)

Reviewer's Guide

Updates Konflux Tekton task bundle references in ROS frontend pull request and push pipelines, including a buildah task version bump and several digest-only refreshes, to align with newer catalog images and their associated migration notes.

File-Level Changes

Change Details Files
Update all Konflux Tekton task bundle image digests in ROS frontend pull-request and push pipelines to the latest catalog versions.
  • Refresh task-summary bundle reference to new sha256 digest while keeping version 0.2.
  • Refresh task-prefetch-dependencies bundle reference to new sha256 digest while keeping version 0.3.
  • Refresh task-rpms-signature-scan bundle reference to new sha256 digest while keeping version 0.2.
  • Refresh task-source-build bundle reference to new sha256 digest while keeping version 0.3.
  • Refresh task-sast-shell-check bundle reference to new sha256 digest while keeping version 0.1.
  • Refresh task-sast-unicode-check bundle reference to new sha256 digest while keeping version 0.4.
  • Refresh task-ecosystem-cert-preflight-checks bundle reference to new sha256 digest while keeping version 0.2.
.tekton/ros-frontend-pull-request.yaml
.tekton/ros-frontend-push.yaml
Bump Konflux buildah and Snyk SAST Tekton tasks to newer versions in ROS frontend pipelines, incorporating upstream migration requirements.
  • Update task-buildah bundle reference from version 0.9 to 0.10 with new sha256 digest in both pipelines.
  • Update task-sast-snyk-check bundle reference from version 0.4 to 0.5 with new sha256 digest in both pipelines.
  • Align pipelines with upstream migration guidance for buildah 0.10 and Snyk SAST 0.5 tasks as per Renovate PR description.
.tekton/ros-frontend-pull-request.yaml
.tekton/ros-frontend-push.yaml

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

@sourcery-ai sourcery-ai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Hey - I've left some high level feedback:

  • Since task-buildah and task-sast-snyk-check upgrades come with migration guides, ensure any changed params, results, workspaces, or default behaviors in those tasks are reflected in the corresponding pipeline task invocations so runs don’t break at runtime.
  • The same bundle image references are duplicated in both ros-frontend-pull-request.yaml and ros-frontend-push.yaml; consider extracting these to a shared template or overlay to avoid divergence in future updates.
Prompt for AI Agents
Please address the comments from this code review:

## Overall Comments
- Since `task-buildah` and `task-sast-snyk-check` upgrades come with migration guides, ensure any changed params, results, workspaces, or default behaviors in those tasks are reflected in the corresponding pipeline task invocations so runs don’t break at runtime.
- The same bundle image references are duplicated in both `ros-frontend-pull-request.yaml` and `ros-frontend-push.yaml`; consider extracting these to a shared template or overlay to avoid divergence in future updates.

Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

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/main branch from 3f10c3b to 637747a Compare June 24, 2026 05:51
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