Update Konflux references to v0.10#2026
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (2)
🚧 Files skipped from review as they are similar to previous changes (2)
📝 WalkthroughWalkthroughThis PR updates the Tekton ChangesTekton Task Bundle Upgrade
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: kyoto The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
771eadd to
e6dbf1c
Compare
|
/lgtm |
This PR contains the following updates:
0.9→0.10Release Notes
konflux-ci/build-definitions (quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta)
v0.10This version introduces konflux-build-cli. The
buildstep replaces most of the Bash withkonflux-build-cli image build. Other steps still use Bash, this will change soon.We expect version 0.10 to behave the same as version 0.9 for the vast majority
of use cases. All known (minor) differences documented below.
Added
vcs-urllabel. Previously, the task would inject the following vcs-related labels:org.opencontainers.image.revisionand its legacy counterpart,vcs-reforg.opencontainers.image.sourceand nothing elsevcs-urlChanged
ANNOTATIONS_FILE<ANNOTATIONS< default annotationsANNOTATIONS_FILE<ANNOTATIONSYUM_REPOS_D_SRCandYUM_REPOS_D_FETCHEDdirectories,injects only regular files into
/etc/yum.repos.d. Previously, the task wouldinject the directories as a whole.
/etc/yum.repos.dis a flat structure, sothe task now injects only regular files to avoid injecting unexpected content.
prefetch.envandcachi2.envin the prefetch dir (in this order).Version 0.3.1 of the prefetch task added
prefetch.envand a future versionwill remove
cachi2.env.cachi2.repofiles to enable RPM integration,just needs any
*.repofile at the expected path.YUM_REPOS_D_SRCorYUM_REPOS_D_FETCHEDdirectories containa repo file with the same name as the repo file from Hermeto, the Hermeto
repo takes precedence. Previously,
YUM_REPOS_*would take precedence./tmp, instead copies them to a directoryon the same filesystem as the original files. This uses copy-on-write and avoids
duplicating the underlying data.
ACTIVATION_KEYand the containerfile doesn't includesubscription-manager register(same as before)ENTITLEMENT_SECRET(not done before and should have been)/etc/rhsm/cadirectoryinstead of mounting a specific file. This closes #1621.
Fixed
/usr/share/buildinfoand/root/buildinfo:injects the files using a separate build-context.
TARGETparam is set andSKIP_INJECTIONS=false(using
TARGETdisables metadata injection anyway). Metadata injection neverworked with a non-default target, version 0.10 just adds the warning.
labels.json:io.buildah.versionlabel whenSOURCE_DATE_EPOCHis non-empty.Previously,
labels.jsonwould always includeio.buildah.version.COPY --from=$imageandRUN --mount=from=$image.Previously, would only pull images referenced as
FROM $image.SKIP_UNUSED_STAGES=false).represent pullable images. Specifically, will only pull transport-less references
and
docker://references. Previously, the task would skipoci-archive:referencesbut fail on any other kind of non-standard reference.
No longer mangles RUN instructions that use the exec form or a bare here-doc.
Instead skips the instruction and logs a warning.
doesn't become broken. The unsupported instructions don't automatically get
the variables that may be required to make the hermetic build work though.
Fixes dozens of small bugs that most users never would have hit. For example,
version 0.10:
RUNinstructionsConfiguration
📅 Schedule: Branch creation - Every minute ( * * * * * ) in timezone 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.Documentation
Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.
Summary by CodeRabbit