Update Konflux references#37
Open
red-hat-konflux[bot] wants to merge 1 commit into
Open
Conversation
eda930f to
f3e2ffc
Compare
0c68508 to
395daea
Compare
395daea to
0219e66
Compare
0219e66 to
16258a4
Compare
829f39d to
18a4af8
Compare
18a4af8 to
f46ef85
Compare
f46ef85 to
ec1ea45
Compare
e831322 to
d93378d
Compare
d93378d to
ce2cca4
Compare
ce2cca4 to
cfd03f0
Compare
cfd03f0 to
188acaa
Compare
ca29d54 to
4776a0c
Compare
944c8aa to
ca042b2
Compare
ca042b2 to
0d3bf70
Compare
31dcccf to
61c2ad8
Compare
61c2ad8 to
aedbb99
Compare
98af220 to
47cc800
Compare
47cc800 to
00582a0
Compare
00582a0 to
5917dd0
Compare
7b96040 to
2e3dc86
Compare
2e3dc86 to
741ab1d
Compare
741ab1d to
6967bb9
Compare
7470645 to
14b8643
Compare
cf80173 to
efa13ca
Compare
66ce819 to
14ea872
Compare
844c741 to
8496f0a
Compare
327b415 to
86d07f6
Compare
54a5fc1 to
7cc59a4
Compare
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
7cc59a4 to
49d840c
Compare
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.2→0.30.1→0.30.6→0.108ec7d7b→8fad4c2f3d2d17→567cb6636bcf15→8b50144f59175d→e78d0d39568c51→3c4f60ebb2f8f1→d30f13d0.2→0.40.2→0.30.1→0.3ae62d14→e92d00e1f0fcba→e5319fc0.4→0.50.3→0.45f9069a→8567bb7Release Notes
konflux-ci/build-definitions (quay.io/konflux-ci/tekton-catalog/task-apply-tags)
v0.30.1and0.2versions.konflux-ci/build-definitions (quay.io/konflux-ci/tekton-catalog/task-build-image-index)
v0.3Changed
konflux-build-clifor the build step instead of an inline bashimplementation. This provides more robust error handling and simplified maintenance.
ALWAYS_BUILD_INDEXisfalseand multiple images are provided, the task nowcreates an image index instead of failing. The previous behavior (failing with an error)
was not useful.
Removed
COMMIT_SHAparameter (was not used by the task implementation)IMAGE_EXPIRES_AFTERparameter (was not used by the task implementation)Added
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:
RUNinstructionsv0.9Fixed
doesn't match the host architecture, preventing silent emulation builds.
v0.8Fixed
for ARM architectures (e.g.,
linux/arm/v7orlinux/arm64/v8instead of justlinux/armor
linux/arm64).v0.7Added
konflux-ci/build-definitions (quay.io/konflux-ci/tekton-catalog/task-init)
v0.4sast-target-dirswith invalid attributes from PipelineRun.spec.paramsdefinitionv0.3image-url,rebuildandskip-checksbuildkonflux-ci/build-definitions (quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta)
v0.3enable-package-registry-proxyparameter to enable use of the package registry proxy when prefetching dependencies.SERVICE_CA_TRUST_CONFIG_MAP_NAMEandSERVICE_CA_TRUST_CONFIG_MAP_KEYparameters to mount the OpenShift service CA for verifying TLS connections to in-cluster services such as the package registry proxy.konflux-ci/build-definitions (quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta)
v0.3Fixed
v0.2Removed
Configuration
📅 Schedule: Branch creation - Between 05:00 AM and 11:59 PM, only on Saturday ( * 5-23 * * 6 ) (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.