Skip to content

Update Konflux references#942

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

Update Konflux references#942
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 Jul 11, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Notes
quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks (source, changelog) 3c4f60e2e5ebe0
quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta (source, changelog) 12cbcf0e5ba1f8
quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta (source, changelog) 0.3.20.4.1 ⚠️migration⚠️
quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan (source, changelog) 65370cc9ad20a0

Release Notes

konflux-ci/build-pipeline-tasks (quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta)

v0.4.1

Fixed
  • Mount the trusted-ca volume in the use-trusted-artifact and create-trusted-artifact steps.
    Previously, the mount was missing, which means the task did not support container registries
    with certificates signed by a private/self-signed CA.

v0.4.0


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 05:00 AM and 11:59 PM, only on Saturday (* 5-23 * * 6)
  • 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.

Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
@sourcery-ai

sourcery-ai Bot commented Jul 11, 2026

Copy link
Copy Markdown
Contributor

Reviewer's Guide

This PR updates the Konflux Tekton task bundle references used by all Ibutsu pipelines to newer digests, including a version bump for the prefetch-dependencies-oci-ta task to v0.4.1 with its associated migration and CA-related fixes.

Sequence diagram for updated prefetch-dependencies-oci-ta registry interaction

sequenceDiagram
  participant Ibutsu_pipeline
  participant prefetch_dependencies_oci_ta as prefetch-dependencies-oci-ta
  participant use_trusted_artifact as use-trusted-artifact
  participant create_trusted_artifact as create-trusted-artifact
  participant Container_registry

  Ibutsu_pipeline->>prefetch_dependencies_oci_ta: run task-prefetch-dependencies-oci-ta:0.4.1
  prefetch_dependencies_oci_ta->>use_trusted_artifact: use-trusted-artifact step
  alt trusted-ca volume mounted
    use_trusted_artifact->>Container_registry: pull artifacts with private/self-signed CA
  end
  prefetch_dependencies_oci_ta->>create_trusted_artifact: create-trusted-artifact step
  alt trusted-ca volume mounted
    create_trusted_artifact->>Container_registry: push trusted artifact with private/self-signed CA
  end
Loading

File-Level Changes

Change Details Files
Refresh Konflux Tekton task bundle references across all Ibutsu Tekton pipeline definitions.
  • Update git-clone-oci-ta task bundle digest to the latest 0.2 image
  • Update ecosystem-cert-preflight-checks task bundle digest to the latest 0.2 image
  • Update rpms-signature-scan task bundle digest to the latest 0.2 image
  • Ensure pull-request and push Tekton pipelines consistently reference the new bundle digests for all Ibutsu components
.tekton/ibutsu-backend-pull-request.yaml
.tekton/ibutsu-backend-push.yaml
.tekton/ibutsu-flower-pull-request.yaml
.tekton/ibutsu-flower-push.yaml
.tekton/ibutsu-frontend-pull-request.yaml
.tekton/ibutsu-frontend-push.yaml
.tekton/ibutsu-scheduler-pull-request.yaml
.tekton/ibutsu-scheduler-push.yaml
.tekton/ibutsu-worker-pull-request.yaml
.tekton/ibutsu-worker-push.yaml
Upgrade the prefetch-dependencies-oci-ta Tekton task reference from version 0.3.2 to 0.4.1 in all pipelines, adopting the upstream migration and CA support fixes.
  • Change the prefetch-dependencies-oci-ta bundle tag from 0.3.2 to 0.4.1
  • Update the prefetch-dependencies-oci-ta bundle digest to match the v0.4.1 image
  • Align all Ibutsu pipeline variants (backend, frontend, worker, scheduler, flower; push and pull-request) on the new prefetch-dependencies-oci-ta version
.tekton/ibutsu-backend-pull-request.yaml
.tekton/ibutsu-backend-push.yaml
.tekton/ibutsu-flower-pull-request.yaml
.tekton/ibutsu-flower-push.yaml
.tekton/ibutsu-frontend-pull-request.yaml
.tekton/ibutsu-frontend-push.yaml
.tekton/ibutsu-scheduler-pull-request.yaml
.tekton/ibutsu-scheduler-push.yaml
.tekton/ibutsu-worker-pull-request.yaml
.tekton/ibutsu-worker-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
Contributor

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 prefetch-dependencies-oci-ta was bumped from 0.3.2 to 0.4.1 with a migration note, confirm that the task’s parameters, workspaces, and results in these pipelines still match the new bundle’s expected interface (e.g., any new volumes or fields such as trusted-ca).
  • The same bundle references are updated across multiple Tekton pipeline files; consider whether some of these task bundle definitions can be centralized or templated to reduce the chance of future version mismatches between components.
Prompt for AI Agents
Please address the comments from this code review:

## Overall Comments
- Since `prefetch-dependencies-oci-ta` was bumped from 0.3.2 to 0.4.1 with a migration note, confirm that the task’s parameters, workspaces, and results in these pipelines still match the new bundle’s expected interface (e.g., any new volumes or fields such as `trusted-ca`).
- The same bundle references are updated across multiple Tekton pipeline files; consider whether some of these task bundle definitions can be centralized or templated to reduce the chance of future version mismatches between components.

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.

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.

0 participants