UPSTREAM: <carry>: Update Konflux references#170
UPSTREAM: <carry>: Update Konflux references#170red-hat-konflux-kflux-prd-rh03[bot] wants to merge 1 commit into
Conversation
|
Hi @red-hat-konflux-kflux-prd-rh03[bot]. Thanks for your PR. I'm waiting for a openshift member to verify that this patch is reasonable to test. If it is, they should reply with Regular contributors should join the org to skip this step. Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
eec7f31 to
de2f23c
Compare
Signed-off-by: red-hat-konflux-kflux-prd-rh03 <206760901+red-hat-konflux-kflux-prd-rh03[bot]@users.noreply.github.com>
de2f23c to
47b1eda
Compare
This PR contains the following updates:
0.9→0.109c30072→88f4fd613d49df→d30f13da2efbcd→3dc78af41720da→237c54bc4ef47e→3cbb3538f3ecbe→0ebf28a90efa58→22381200917cfc→8567bb7Release Notes
konflux-ci/build-definitions (quay.io/konflux-ci/tekton-catalog/task-buildah-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 - "after 5am on tuesday" (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.