Skip to content

chore(deps): update konflux references - #449

Open
red-hat-konflux[bot] wants to merge 1 commit into
masterfrom
konflux/references/master
Open

chore(deps): update konflux references#449
red-hat-konflux[bot] wants to merge 1 commit into
masterfrom
konflux/references/master

Conversation

@red-hat-konflux

@red-hat-konflux red-hat-konflux Bot commented Jul 31, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
quay.io/konflux-ci/tekton-catalog/task-apply-tags (source, changelog) tekton-bundle digest 3ab8441da0cff2
quay.io/konflux-ci/tekton-catalog/task-build-image-index (source, changelog) tekton-bundle patch 0.30.3.1
quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta (source, changelog) tekton-bundle minor 0.100.11.0
quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check (source, changelog) tekton-bundle digest e78d0d30ccc688
quay.io/konflux-ci/tekton-catalog/task-fbc-fips-check-oci-ta (source, changelog) tekton-bundle digest 935adb611f4ade
quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta (source, changelog) tekton-bundle patch 0.20.2.5
quay.io/konflux-ci/tekton-catalog/task-init (source, changelog) tekton-bundle patch 0.40.4.3
quay.io/konflux-ci/tekton-catalog/task-show-sbom (source, changelog) tekton-bundle minor 0.10.3
quay.io/konflux-ci/tekton-catalog/task-summary (source, changelog) tekton-bundle minor 0.20.4
quay.io/konflux-ci/tekton-catalog/task-validate-fbc (source, changelog) tekton-bundle minor 0.10.3

Release Notes

konflux-ci/build-pipeline-tasks (quay.io/konflux-ci/tekton-catalog/task-build-image-index)

v0.3.1

Fixed
  • Export SBOM_SKIP_VALIDATION into the step environment so the create-sbom step honors the parameter.
    The parameter did nothing before. Now it works as expected.
konflux-ci/build-pipeline-tasks (quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta)

v0.11.0

Changed
  • When scanning the built image with Syft, scans the image filesystem as
    a directory instead of scanning the the image as an OCI archive. This improves
    the scanning time, disk usage and may improve memory usage. More details in
    konflux-build-cli/docs/design/syft-image-scanning.md.
  • The remote variants of this task now push the built image to the registry directly
    from the build VM instead of rsyncing the image back to the cluster first.
    For large images, this significantly reduces the time spent on network transfers.
Removed
  • BREAKING: Removed the sbom-syft-generate step, SBOM generation now happens
    in the build step.
  • BREAKING: Removed the push step, the push now happens in the build step.
  • If you have step overrides configured for either of the two removed steps,
    the pipeline will fail with invalid StepOverride. See the migration guidance below.
Migration guidance

Buildah v0.11.0 comes with a migration script that will attempt to automatically
fix the step overrides in your PipelineRuns. In most cases, no manual action will
be needed. But there are cases that the script cannot handle:

  1. Your PipelineRun references an external Pipeline. In this case, the migration
    script will never get a chance to run on the PipelineRun.
  2. Your PipelineRun is multi-platform, SBOM generation needs more resources
    than the build itself and the remote VMs do not have sufficient resources.

If the migration script doesn't solve the problem, please follow the procedure below.

Manual procedure

If you have sbom-syft-generate or push step overrides in the .spec.taskRunSpecs
section in your PipelineRun, please remove them. In most cases, this should be all.

However, if you were previously requesting more resources for SBOM generation
than for the build step itself, there is a chance that the build will fail.
In this case, move the relevant overrides to the build step. The same technically
applies for the push step, but it's highly unlikely that pushing would require
more resources than the build.

For example:

 spec:
   taskRunSpecs:
     - pipelineTaskName: build-container
       stepSpecs:
-        - name: sbom-syft-generate
+        - name: build
           computeResources:
             requests:
               memory: 16Gi
             limits:
               memory: 16Gi

This will work for build steps that run in-cluster - single-platform builds
and typically also the amd64 builds in a multi-platform build setup.

For build steps that run on remote VMs, the overrides have no effect. In case
the build fails, please switch to a larger VM flavor (consult the documentation
of your particular Konflux deployment to see what's available).

For example:

 spec:
   params:
     - name: build-platforms
       value:
         - localhost
-        - linux/arm64
+        - linux-mxlarge/arm64

v0.10.7

Fixed
  • Thanks to konflux-build-cli#208, the task now supports per-containerfile
    ignore files, same as buildah itself.
    • Previously, the task supported the .containerignore and .dockerignore files
      in the root of the context directory, but not the <containerfile>.containerignore
      and <containerfile>.dockerignore files.

v0.10.6

Fixed
  • Attaching SBOM attestations using keyless signing. This stopped working between
    versions 0.10.4 and 0.10.5, when the upload-sbom step upgraded cosign to v3.
    • Cosign v3 wants to use a "signing config" JSON file instead of accepting
      service URLs directly as CLI flags. The konflux-ci/konflux-ci deployment
      of Konflux doesn't provide the config file in the TUF mirror. Fixed
      by setting --use-signing-config=false to still allow direct URLs.
Changed
  • Consolidated all keyless signing code in the upload-sbom step.
    Previously, if keyless signing was enabled, the task would sign the image
    in the push step and then the SBOM in upload-sbom step. Now, it will sign both
    in the upload-sbom step. This has no practical impact, but enables a larger
    rework of the push step in the future.

v0.10.5

Added
  • Added a new parameter RHSM_MOUNT_CA_CERTS to allow setting [konflux-build-cli]'s
    --rhsm-mount-ca-certs option.
konflux-ci/build-definitions (quay.io/konflux-ci/tekton-catalog/task-show-sbom)

v0.3

Fixed

The migration script wasn't attached to the task bundle.

v0.2

Removed

The task show-sbom is deprecated. The migration script deletes it from the pipeline.

konflux-ci/build-definitions (quay.io/konflux-ci/tekton-catalog/task-summary)

v0.4

Fixed

The migration script wasn't attached to the task bundle.

v0.3

Removed

The task show-summary is deprecated. The migration script deletes it from the pipeline.

konflux-ci/konflux-operator-tasks (quay.io/konflux-ci/tekton-catalog/task-validate-fbc)

v0.3

Fixed
  • Migration script for fbc-inject-lifecycle-oci-ta now resolves the task bundle
    digest dynamically at migration time instead of using a hardcoded pin, preventing
    digest-mismatch errors for teams that had not yet merged the MintMaker PR for 0.2.
Changed
  • Migration script now uses yq instead of sed for all pipeline YAML edits,
    for cross-platform compatibility (macOS + Linux) and safer, structure-aware
    modifications (e.g. distinguishing actual task objects from string matches
    on bundle_ref or param values).
  • Added BUILD_ARGS param wiring to fbc-inject-lifecycle, sourced from
    $(params.build-args[*]) and normalized to a list value.

v0.2

Changed
  • Version bump to trigger automated rollout of the new fbc-inject-lifecycle-oci-ta
    task to all FBC builder pipelines via MintMaker. No functional changes to this task.

Configuration

📅 Schedule: (in timezone Etc/UTC)

  • Branch creation
    • "after 3am and before 7am"
  • 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.


  • If you want to rebase/retry this PR, check this box

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.

@red-hat-konflux
red-hat-konflux Bot requested a review from a team as a code owner July 31, 2026 06:17
@red-hat-konflux
red-hat-konflux Bot enabled auto-merge (squash) July 31, 2026 06:17
@msugakov

Copy link
Copy Markdown
Contributor

@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/references/master branch 14 times, most recently from 5e812b9 to 4ca7661 Compare August 6, 2026 11:16
@github-actions

github-actions Bot commented Aug 6, 2026

Copy link
Copy Markdown

/retest operator-index-ocp-v4-22-on-push

@github-actions

github-actions Bot commented Aug 6, 2026

Copy link
Copy Markdown

/retest operator-index-ocp-v4-19-on-push

@github-actions

github-actions Bot commented Aug 6, 2026

Copy link
Copy Markdown

/retest operator-index-ocp-v4-12-on-push

@github-actions

github-actions Bot commented Aug 6, 2026

Copy link
Copy Markdown

/retest operator-index-ocp-v4-20-on-push

@github-actions

github-actions Bot commented Aug 6, 2026

Copy link
Copy Markdown

/retest operator-index-ocp-v4-16-on-push

@github-actions

github-actions Bot commented Aug 6, 2026

Copy link
Copy Markdown

/retest operator-index-ocp-v4-17-on-push

@github-actions

github-actions Bot commented Aug 6, 2026

Copy link
Copy Markdown

/retest operator-index-ocp-v4-21-on-push

Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/references/master branch from 4ca7661 to 968c71a Compare August 6, 2026 19:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant