chore(deps): update konflux references to v0.10#755
Merged
Conversation
Signed-off-by: red-hat-konflux <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:
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 - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.