Update Konflux references#1100
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>
Reviewer's GuideUpdates Tekton pipeline task bundle references in operator-related .tekton YAMLs to newer Konflux images and digests, including a version bump for the prefetch-dependencies-oci-ta task. Flow diagram for updated Tekton task bundles in operator pipelinesflowchart LR
subgraph OperatorPipelines
subgraph Operator3YZ
OP_PR["operator-3-y-z-pull-request"]
OP_PUSH["operator-3-y-z-push"]
end
subgraph OperatorBundle3YZ
OB_PR["operator-bundle-3-y-z-pull-request"]
OB_PUSH["operator-bundle-3-y-z-push"]
end
end
subgraph KonfluxCatalog["quay.io/konflux-ci/tekton-catalog"]
T_init["task-init:0.4.2@sha256:0680..."]
T_prefetch["task-prefetch-dependencies-oci-ta:0.5.0@sha256:735f..."]
T_buildah["task-buildah-oci-ta:0.10@sha256:daa9..."]
T_source_build["task-source-build-oci-ta:0.3@sha256:2dd5..."]
T_apply_tags["task-apply-tags:0.3@sha256:6387..."]
T_push_dockerfile["task-push-dockerfile-oci-ta:0.3.1@sha256:e19d..."]
T_rpms_scan["task-rpms-signature-scan:0.2@sha256:2e79..."]
end
OP_PR --> T_init
OP_PR --> T_prefetch
OP_PR --> T_buildah
OP_PR --> T_source_build
OP_PR --> T_apply_tags
OP_PR --> T_push_dockerfile
OP_PR --> T_rpms_scan
OP_PUSH --> T_init
OP_PUSH --> T_prefetch
OP_PUSH --> T_buildah
OP_PUSH --> T_source_build
OP_PUSH --> T_apply_tags
OP_PUSH --> T_push_dockerfile
OP_PUSH --> T_rpms_scan
OB_PR --> T_init
OB_PR --> T_buildah
OB_PR --> T_source_build
OB_PR --> T_apply_tags
OB_PR --> T_rpms_scan
OB_PUSH --> T_init
OB_PUSH --> T_buildah
OB_PUSH --> T_source_build
OB_PUSH --> T_apply_tags
OB_PUSH --> T_rpms_scan
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Hey - I've left some high level feedback:
- Since
prefetch-dependencies-oci-tawas bumped from 0.4.1 to 0.5.0 and has a migration guide, double-check that any new/changed params or workspaces required by 0.5.0 are accounted for in the pipeline specs using this task. - The same task bundle references (including digests) are duplicated across multiple
.tekton/*-pull-request.yamland*-push.yamlfiles; consider centralizing these values (e.g., via a shared template or overlay) to reduce the chance of them drifting out of sync in future updates.
Prompt for AI Agents
Please address the comments from this code review:
## Overall Comments
- Since `prefetch-dependencies-oci-ta` was bumped from 0.4.1 to 0.5.0 and has a migration guide, double-check that any new/changed params or workspaces required by 0.5.0 are accounted for in the pipeline specs using this task.
- The same task bundle references (including digests) are duplicated across multiple `.tekton/*-pull-request.yaml` and `*-push.yaml` files; consider centralizing these values (e.g., via a shared template or overlay) to reduce the chance of them drifting out of sync in future updates.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:
3ab8441→638761462de839→daa9a28421003a→06801170.4.1→0.5.05a6cbeb→e19d1349ad20a0→2e79e477c5575a→2dd5b3eRelease Notes
konflux-ci/build-pipeline-tasks (quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta)
v0.5.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.