Update Konflux references - #634
Merged
Merged
Conversation
Reviewer's GuideThis PR updates the Tekton pipeline definitions by bumping key Konflux task bundle references to their new digests/versions and normalizes YAML sequence indentation across both operator and bundle pipelines. Flow diagram for updated Tekton pipeline task sequenceflowchart TD
A[init]
B[clone-repository]
C[prefetch-dependencies]
D[build-images/build-container]
E[build-image-index]
F[build-source-image]
G[deprecated-base-image-check]
H[clair-scan]
I[ecosystem-cert-preflight-checks]
J[sast-snyk-check-oci-ta]
K[sast-shell-check-oci-ta]
L[sast-unicode-check-oci-ta]
M[clamav-scan]
N[apply-tags]
O[push-dockerfile]
P[rpms-signature-scan]
Q[show-sbom]
A --> B
B --> C
C --> D
D --> E
E --> F
E --> G
E --> H
E --> I
E --> J
E --> K
E --> L
E --> M
E --> N
E --> O
E --> P
E --> Q
%% Highlight updated tasks
classDef updated fill:#f9f,stroke:#333,stroke-width:2px;
class C,F,I updated;
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## downstream #634 +/- ##
===========================================
Coverage 82.87% 82.87%
===========================================
Files 16 16
Lines 3060 3060
===========================================
Hits 2536 2536
Misses 437 437
Partials 87 87
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
red-hat-konflux
Bot
force-pushed
the
konflux/references/downstream
branch
from
July 19, 2025 17:22
832f076 to
5f0cdb0
Compare
djnakabaale
approved these changes
Jul 21, 2025
djnakabaale
pushed a commit
that referenced
this pull request
Nov 11, 2025
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> Co-authored-by: red-hat-konflux[bot] <126015336+red-hat-konflux[bot]@users.noreply.github.com>
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:
846dc99->349977248b99ad->9e9bac25b8d51f->9e866d4d354939->417f4419cab95a->7749146b550ff4->f99d2bd66e90d3->1d8221ca1ddc34->092491a5d8013b->8c75c4a808bcaf->bf7bddee61f541->fe5e5ba1b1df4d->86c069c0.2->0.3Configuration
📅 Schedule: Branch creation - "after 5am on saturday" (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.
To execute skipped test pipelines write comment
/ok-to-test.This PR has been generated by MintMaker (powered by Renovate Bot).