Update Konflux references#942
Open
red-hat-konflux[bot] wants to merge 1 commit into
Open
Conversation
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
Contributor
Reviewer's GuideThis 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 interactionsequenceDiagram
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
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Contributor
There was a problem hiding this comment.
Hey - I've left some high level feedback:
- Since
prefetch-dependencies-oci-tawas 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 astrusted-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.Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
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.
This PR contains the following updates:
3c4f60e→2e5ebe012cbcf0→e5ba1f80.3.2→0.4.165370cc→9ad20a0Release Notes
konflux-ci/build-pipeline-tasks (quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta)
v0.4.1Fixed
trusted-cavolume in theuse-trusted-artifactandcreate-trusted-artifactsteps.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.0Configuration
📅 Schedule: (UTC)
* 5-23 * * 6)🚦 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.
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.