Skip to content

Update Konflux references (main) - #3479

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

Update Konflux references (main)#3479
red-hat-konflux[bot] wants to merge 1 commit into
mainfrom
konflux/references/main

Conversation

@red-hat-konflux

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 6387614da0cff2
quay.io/konflux-ci/tekton-catalog/task-build-image-index (source, changelog) tekton-bundle digest a355355b00c9e6
quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta (source, changelog) tekton-bundle minor 0.10.70.11.0
quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks (source, changelog) tekton-bundle digest 27c9760e438f31
quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta (source, changelog) tekton-bundle digest 510daad799e609
quay.io/konflux-ci/tekton-catalog/task-init (source, changelog) tekton-bundle digest b8465d515d3d4a
quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta (source, changelog) tekton-bundle minor 0.6.00.7.1
quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta (source, changelog) tekton-bundle digest 5393bad350a144
quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan (source, changelog) tekton-bundle digest ccb77d141ff593
quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta (source, changelog) tekton-bundle digest 61b27e6d33d800
quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta (source, changelog) tekton-bundle digest eba24f5f4818f8
quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta (source, changelog) tekton-bundle digest eb9d539f31055c
quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta (source, changelog) tekton-bundle digest 6081c4193f1df1
quay.io/konflux-ci/tekton-catalog/task-tkn-bundle-oci-ta (source, changelog) tekton-bundle digest 2624bc3da807e4

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

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
konflux-ci/build-pipeline-tasks (quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta)

v0.7.1

v0.7.0


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 05:00 AM and 11:59 PM, only on Saturday (* 5-23 * * 6)
  • 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.


  • 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.

Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
@red-hat-konflux

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: undefined
Command failed: /bin/sh -c pipeline-migration-tool migrate -f "$RENOVATE_POST_UPGRADE_COMMAND_DATA_FILE"
DEBUG:2026-08-08 06:09:51,154:urllib3.connectionpool:Starting new HTTPS connection (1): quay.io:443
DEBUG:2026-08-08 06:09:51,155:urllib3.connectionpool:Starting new HTTPS connection (1): quay.io:443
DEBUG:2026-08-08 06:09:51,156:urllib3.connectionpool:Starting new HTTPS connection (1): quay.io:443
DEBUG:2026-08-08 06:09:51,157:urllib3.connectionpool:Starting new HTTPS connection (1): quay.io:443
DEBUG:2026-08-08 06:09:51,157:urllib3.connectionpool:Starting new HTTPS connection (1): quay.io:443
DEBUG:2026-08-08 06:09:51,158:urllib3.connectionpool:Starting new HTTPS connection (1): quay.io:443
DEBUG:2026-08-08 06:09:51,158:urllib3.connectionpool:Starting new HTTPS connection (1): quay.io:443
DEBUG:2026-08-08 06:09:51,159:urllib3.connectionpool:Starting new HTTPS connection (1): quay.io:443
DEBUG:2026-08-08 06:09:51,231:urllib3.connectionpool:Starting new HTTPS connection (1): quay.io:443
DEBUG:2026-08-08 06:09:51,232:urllib3.connectionpool:Starting new HTTPS connection (1): quay.io:443
DEBUG:2026-08-08 06:09:51,233:urllib3.connectionpool:Starting new HTTPS connection (1): quay.io:443
DEBUG:2026-08-08 06:09:51,235:urllib3.connectionpool:Starting new HTTPS connection (1): quay.io:443
DEBUG:2026-08-08 06:09:51,236:urllib3.connectionpool:Starting new HTTPS connection (1): quay.io:443
DEBUG:2026-08-08 06:09:51,237:urllib3.connectionpool:Starting new HTTPS connection (1): quay.io:443
DEBUG:2026-08-08 06:09:51,370:urllib3.connectionpool:https://quay.io:443 "GET /api/v1/repository/konflux-ci/tekton-catalog/task-init/tag/?page=1&onlyActiveTags=true&filter_tag_name=like%3Amigration-%25.%25-%25-%25&limit=10 HTTP/1.1" 200 718
DEBUG:2026-08-08 06:09:51,431:migrate.resolver-proxy:Migration image is found from repository quay.io/konflux-ci/tekton-catalog/task-init
DEBUG:2026-08-08 06:09:51,434:migrate.resolver-proxy:Use MigrationImagesResolver to resolve migrations.
DEBUG:2026-08-08 06:09:51,467:urllib3.connectionpool:https://quay.io:443 "GET /api/v1/repository/konflux-ci/tekton-catalog/task-build-image-index/tag/?page=1&onlyActiveTags=true&filter_tag_name=like%3Amigration-%25.%25-%25-%25&limit=10 HTTP/1.1" 200 380
DEBUG:2026-08-08 06:09:51,531:urllib3.connectionpool:https://quay.io:443 "GET /api/v1/repository/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks/tag/?page=1&onlyActiveTags=true&filter_tag_name=like%3Amigration-%25.%25-%25-%25&limit=10 HTTP/1.1" 200 49
DEBUG:2026-08-08 06:09:51,532:urllib3.connectionpool:https://quay.io:443 "GET /api/v1/repository/konflux-ci/tekton-catalog/task-source-build-oci-ta/tag/?page=1&onlyActiveTags=true&filter_tag_name=like%3Amigration-%25.%25-%25-%25&limit=10 HTTP/1.1" 200 381
DEBUG:2026-08-08 06:09:51,532:urllib3.connectionpool:https://quay.io:443 "GET /api/v1/repository/konflux-ci/tekton-catalog/task-apply-tags/tag/?page=1&onlyActiveTags=true&filter_tag_name=like%3Amigration-%25.%25-%25-%25&limit=10 HTTP/1.1" 200 49
DEBUG:2026-08-08 06:09:51,532:urllib3.connectionpool:https://quay.io:443 "GET /api/v1/repository/konflux-ci/tekton-catalog/task-rpms-signature-scan/tag/?page=1&onlyActiveTags=true&filter_tag_name=like%3Amigration-%25.%25-%25-%25&limit=10 HTTP/1.1" 200 383
DEBUG:2026-08-08 06:09:51,533:migrate.resolver-proxy:Migration image is not found from repository quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks
DEBUG:2026-08-08 06:09:51,534:migrate.resolver-proxy:Migration image is found from repository quay.io/konflux-ci/tekton-catalog/task-build-image-index
DEBUG:2026-08-08 06:09:51,534:urllib3.connectionpool:https://quay.io:443 "GET /api/v1/repository/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta/tag/?page=1&onlyActiveTags=true&filter_tag_name=like%3Amigration-%25.%25-%25-%25&limit=10 HTTP/1.1" 200 385
DEBUG:2026-08-08 06:09:51,538:migrate.resolver-proxy:Migration image is found from repository quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta
DEBUG:2026-08-08 06:09:51,536:migrate.resolver-proxy:Use LinkedMigrationsResolver to resolve migrations.
DEBUG:2026-08-08 06:09:51,536:migrate.resolver-proxy:Migration image is found from repository quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan
DEBUG:2026-08-08 06:09:51,537:migrate.resolver-proxy:Use MigrationImagesResolver to resolve migrations.
DEBUG:2026-08-08 06:09:51,535:migrate.resolver-proxy:Migration image is found from repository quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta
DEBUG:2026-08-08 06:09:51,631:migrate.resolver-proxy:Migration image is not found from repository quay.io/konflux-ci/tekton-catalog/task-apply-tags
DEBUG:2026-08-08 06:09:51,632:migrate.resolver-proxy:Use MigrationImagesResolver to resolve migrations.
DEBUG:2026-08-08 06:09:51,633:migrate.resolver-proxy:Use MigrationImagesResolver to resolve migrations.
DEBUG:2026-08-08 06:09:51,634:urllib3.connectionpool:Starting new HTTPS connection (1): quay.io:443
DEBUG:2026-08-08 06:09:51,635:migrate.resolver-proxy:Use MigrationImagesResolver to resolve migrations.
DEBUG:2026-08-08 06:09:51,635:migrate.resolver-proxy:Use LinkedMigrationsResolver to resolve migrations.
DEBUG:2026-08-08 06:09:51,638:urllib3.connectionpool:Starting new HTTPS connection (1): quay.io:443
DEBUG:2026-08-08 06:09:51,659:urllib3.connectionpool:https://quay.io:443 "GET /api/v1/repository/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta/tag/?page=1&onlyActiveTags=true&filter_tag_name=like%3Amigration-%25.%25-%25-%25&limit=10 HTTP/1.1" 200 715
DEBUG:2026-08-08 06:09:51,661:urllib3.connectionpool:https://quay.io:443 "GET /api/v1/repository/konflux-ci/tekton-catalog/task-git-clone-oci-ta/tag/?page=1&onlyActiveTags=true&filter_tag_name=like%3Amigration-%25.%25-%25-%25&limit=10 HTTP/1.1" 200 49
DEBUG:2026-08-08 06:09:51,662:urllib3.connectionpool:https://quay.io:443 "GET /api/v1/repository/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta/tag/?page=1&onlyActiveTags=true&filter_tag_name=like%3Amigration-%25.%25-%25-%25&limit=10 HTTP/1.1" 200 383
DEBUG:2026-08-08 06:09:51,663:migrate.resolver-proxy:Migration image is found from repository quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta
DEBUG:2026-08-08 06:09:51,663:migrate.resolver-proxy:Use MigrationImagesResolver to resolve migrations.
DEBUG:2026-08-08 06:09:51,637:urllib3.connectionpool:Starting new HTTPS connection (1): quay.io:443
DEBUG:2026-08-08 06:09:51,731:urllib3.connectionpool:https://quay.io:443 "GET /api/v1/repository/konflux-ci/tekton-catalog/task-tkn-bundle-oci-ta/tag/?page=1&onlyActiveTags=true&filter_tag_name=like%3Amigration-%25.%25-%25-%25&limit=10 HTTP/1.1" 200 49
DEBUG:2026-08-08 06:09:51,732:migrate.resolver-proxy:Migration image is found from repository quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta
DEBUG:2026-08-08 06:09:51,732:urllib3.connectionpool:https://quay.io:443 "GET /api/v1/repository/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta/tag/?page=1&onlyActiveTags=true&filter_tag_name=like%3Amigration-%25.%25-%25-%25&limit=10 HTTP/1.1" 200 49
DEBUG:2026-08-08 06:09:51,733:migrate.resolver-proxy:Migration image is not found from repository quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta
DEBUG:2026-08-08 06:09:51,733:urllib3.connectionpool:https://quay.io:443 "GET /api/v1/repository/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta/tag/?page=1&onlyActiveTags=true&filter_tag_name=like%3Amigration-%25.%25-%25-%25&limit=10 HTTP/1.1" 200 49
DEBUG:2026-08-08 06:09:51,733:urllib3.connectionpool:Starting new HTTPS connection (1): quay.io:443
DEBUG:2026-08-08 06:09:51,734:migrate.resolver-proxy:Migration image is not found from repository quay.io/konflux-ci/tekton-catalog/task-tkn-bundle-oci-ta
DEBUG:2026-08-08 06:09:51,735:migrate.resolver-proxy:Use MigrationImagesResolver to resolve migrations.
DEBUG:2026-08-08 06:09:51,736:migrate.resolver-proxy:Migration image is not found from repository quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta
DEBUG:2026-08-08 06:09:51,736:migrate.resolver-proxy:Use LinkedMigrationsResolver to resolve migrations.
DEBUG:2026-08-08 06:09:51,737:migrate.resolver-proxy:Migration image is not found from repository quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta
DEBUG:2026-08-08 06:09:51,737:migrate.resolver-proxy:Use LinkedMigrationsResolver to resolve migrations.
DEBUG:2026-08-08 06:09:51,738:migrate.resolver-proxy:Use LinkedMigrationsResolver to resolve migrations.
DEBUG:2026-08-08 06:09:51,739:migrate.resolver-proxy:Use LinkedMigrationsResolver to resolve migrations.
DEBUG:2026-08-08 06:09:51,740:urllib3.connectionpool:Starting new HTTPS connection (1): quay.io:443
DEBUG:2026-08-08 06:09:51,741:urllib3.connectionpool:Starting new HTTPS connection (1): quay.io:443
DEBUG:2026-08-08 06:09:51,741:urllib3.connectionpool:Starting new HTTPS connection (1): quay.io:443
DEBUG:2026-08-08 06:09:51,742:urllib3.connectionpool:Starting new HTTPS connection (1): quay.io:443
DEBUG:2026-08-08 06:09:51,831:urllib3.connectionpool:https://quay.io:443 "GET /api/v1/repository/konflux-ci/tekton-catalog/task-apply-tags/tag/?page=1&onlyActiveTags=true&filter_tag_name=like%3A0.3- HTTP/1.1" 200 12987
DEBUG:2026-08-08 06:09:51,832:urllib3.connectionpool:Starting new HTTPS connection (1): quay.io:443
DEBUG:2026-08-08 06:09:51,886:urllib3.connectionpool:https://quay.io:443 "GET /api/v1/repository/konflux-ci/tekton-catalog/task-git-clone-oci-ta/tag/?page=1&onlyActiveTags=true&filter_tag_name=like%3A0.2- HTTP/1.1" 200 2070
DEBUG:2026-08-08 06:09:51,930:urllib3.connectionpool:https://quay.io:443 "GET /api/v1/repository/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta/tag/?page=1&onlyActiveTags=true&filter_tag_name=like%3Amigration-%25.%25-%25-%25 HTTP/1.1" 200 385
DEBUG:2026-08-08 06:09:51,931:urllib3.connectionpool:https://quay.io:443 "GET /api/v1/repository/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta/tag/?page=1&onlyActiveTags=true&filter_tag_name=like%3A0.5- HTTP/1.1" 200 5499
WARNING:2026-08-08 06:09:51,932:migrate:Registry does not have current bundle quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta:0.2.5@sha256:510daad5648d37936b9b2c599a35c8e59b7389de8e1a4e58f6c6d079957d730d
INFO:2026-08-08 06:09:51,934:migrate:Upgrade range is empty for quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta. Skip resolving migrations.
DEBUG:2026-08-08 06:09:51,936:urllib3.connectionpool:Starting new HTTPS connection (1): quay.io:443
DEBUG:2026-08-08 06:09:51,938:urllib3.connectionpool:Starting new HTTPS connection (1): quay.io:443
DEBUG:2026-08-08 06:09:51,982:urllib3.connectionpool:https://quay.io:443 "GET /api/v1/repository/konflux-ci/tekton-catalog/task-tkn-bundle-oci-ta/tag/?page=1&onlyActiveTags=true&filter_tag_name=like%3A0.2- HTTP/1.1" 200 6116
DEBUG:2026-08-08 06:09:52,030:urllib3.connectionpool:https://quay.io:443 "GET /api/v1/repository/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks/tag/?page=1&onlyActiveTags=true&filter_tag_name=like%3A0.2- HTTP/1.1" 200 14496
DEBUG:2026-08-08 06:09:52,031:urllib3.connectionpool:https://quay.io:443 "GET /api/v1/repository/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta/tag/?page=1&onlyActiveTags=true&filter_tag_name=like%3Amigration-%25.%25-%25-%25 HTTP/1.1" 200 383
DEBUG:2026-08-08 06:09:52,031:urllib3.connectionpool:https://quay.io:443 "GET /api/v1/repository/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta/tag/?page=1&onlyActiveTags=true&filter_tag_name=like%3A0.1- HTTP/1.1" 200 14217
DEBUG:2026-08-08 06:09:52,033:urllib3.connectionpool:Starting new HTTPS connection (1): quay.io:443
DEBUG:2026-08-08 06:09:52,034:urllib3.connectionpool:Starting new HTTPS connection (1): quay.io:443
DEBUG:2026-08-08 06:09:52,035:urllib3.connectionpool:Starting new HTTPS connection (1): quay.io:443
DEBUG:2026-08-08 06:09:52,073:urllib3.connectionpool:https://quay.io:443 "GET /api/v1/repository/konflux-ci/tekton-catalog/task-apply-tags/tag/?page=2&onlyActiveTags=true&filter_tag_name=like%3A0.3- HTTP/1.1" 200 8226
DEBUG:2026-08-08 06:09:52,131:urllib3.connectionpool:https://quay.io:443 "GET /v2/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta/manifests/migration-0.11.0-1c9be44fab93eff65ce47db18253e37b4df4f253e47e7c376103e45b309d3020-1785833792 HTTP/1.1" 200 633
DEBUG:2026-08-08 06:09:52,132:urllib3.connectionpool:https://quay.io:443 "GET /v2/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta/manifests/sha256:f4818f8ae1317ea51f0273d48c8a6a4c53ca7bb0674ffbb8afc9d399ac991dc1 HTTP/1.1" 200 2358
INFO:2026-08-08 06:09:52,135:migrate:Migration search stops at quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta:0.5-0@sha256:f4818f8ae1317ea51f0273d48c8a6a4c53ca7bb0674ffbb8afc9d399ac991dc1
DEBUG:2026-08-08 06:09:52,137:urllib3.connectionpool:Starting new HTTPS connection (1): quay.io:443
DEBUG:2026-08-08 06:09:52,162:urllib3.connectionpool:https://quay.io:443 "GET /v2/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta/blobs/sha256:1c9be44fab93eff65ce47db18253e37b4df4f253e47e7c376103e45b309d3020 HTTP/1.1" 302 1019
DEBUG:2026-08-08 06:09:52,230:urllib3.connectionpool:https://quay.io:443 "GET /v2/konflux-ci/tekton-catalog/task-tkn-bundle-oci-ta/manifests/sha256:da807e473a1f3b6565617080ccdbfa7f49f34084c224bc0fb5123acc08a9f51c HTTP/1.1" 200 1385
DEBUG:2026-08-08 06:09:52,231:urllib3.connectionpool:https://quay.io:443 "GET /api/v1/repository/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta/tag/?page=1&onlyActiveTags=true&filter_tag_name=like%3Amigration-%25.%25-%25-%25&limit=10 HTTP/1.1" 200 49
DEBUG:2026-08-08 06:09:52,163:urllib3.connectionpool:Starting new HTTPS connection (1): s3.us-east-1.amazonaws.com:443
DEBUG:2026-08-08 06:09:52,233:urllib3.connectionpool:https://quay.io:443 "GET /api/v1/repository/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks/tag/?page=2&onlyActiveTags=true&filter_tag_name=like%3A0.2- HTTP/1.1" 200 1492
DEBUG:2026-08-08 06:09:52,234:migrate.resolver-proxy:Migration image is not found from repository quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta
DEBUG:2026-08-08 06:09:52,235:migrate.resolver-proxy:Use LinkedMigrationsResolver to resolve migrations.
DEBUG:2026-08-08 06:09:52,236:urllib3.connectionpool:https://quay.io:443 "GET /api/v1/repository/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta/tag/?page=2&onlyActiveTags=true&filter_tag_name=like%3A0.1- HTTP/1.1" 200 6694
DEBUG:2026-08-08 06:09:52,237:urllib3.connectionpool:Starting new HTTPS connection (1): quay.io:443
DEBUG:2026-08-08 06:09:52,238:urllib3.connectionpool:Starting new HTTPS connection (1): quay.io:443
DEBUG:2026-08-08 06:09:52,242:urllib3.connectionpool:Starting new HTTPS connection (1): quay.io:443
DEBUG:2026-08-08 06:09:52,243:urllib3.connectionpool:Starting new HTTPS connection (1): quay.io:443
DEBUG:2026-08-08 06:09:52,350:urllib3.connectionpool:https://quay.io:443 "GET /v2/konflux-ci/tekton-catalog/task-apply-tags/manifests/sha256:da0cff2a36f07087798cd5f577b15f3d9e6dd4d3d08956227b298362e08ecc37 HTTP/1.1" 200 1168
INFO:2026-08-08 06:09:52,352:migrate:Migration search stops at quay.io/konflux-ci/tekton-catalog/task-apply-tags:0.3-1786022318@sha256:da0cff2a36f07087798cd5f577b15f3d9e6dd4d3d08956227b298362e08ecc37
DEBUG:2026-08-08 06:09:52,367:urllib3.connectionpool:https://s3.us-east-1.amazonaws.com:443 "GET /quayio-production-s3/sha256/1c/1c9be44fab93eff65ce47db18253e37b4df4f253e47e7c376103e45b309d3020?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIATAAF2YHTGR23ZTE6%2F20260808%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20260808T060952Z&X-Amz-Expires=600&X-Amz-SignedHeaders=host&X-Amz-Signature=abec73c0a7a40cceff2b3b5225066aa921cacbd5f7b055d0fe7213edfd541a62 HTTP/1.1" 200 11913
INFO:2026-08-08 06:09:52,368:oras.logger:Successfully pulled /tmp/tmp6pvkr4h0-migration/0.11.0.sh.
DEBUG:2026-08-08 06:09:52,430:urllib3.connectionpool:https://quay.io:443 "GET /v2/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks/manifests/sha256:e438f3104d706f73812994953d3d0a9c62ac8e4a372d86337ff26bbca9902709 HTTP/1.1" 200 1490
DEBUG:2026-08-08 06:09:52,430:urllib3.connectionpool:https://quay.io:443 "GET /v2/konflux-ci/tekton-catalog/task-tkn-bundle-oci-ta/referrers/sha256:da807e473a1f3b6565617080ccdbfa7f49f34084c224bc0fb5123acc08a9f51c?artifactType=text%2Fx-shellscript HTTP/1.1" 200 660
DEBUG:2026-08-08 06:09:52,430:urllib3.connectionpool:https://quay.io:443 "GET /api/v1/repository/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta/tag/?page=1&onlyActiveTags=true&filter_tag_name=like%3A0.3- HTTP/1.1" 200 1781
INFO:2026-08-08 06:09:52,432:migrate:Migration search stops at quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2-9d7d4653950510ee57277034c9b69d215b69fb78@sha256:e438f3104d706f73812994953d3d0a9c62ac8e4a372d86337ff26bbca9902709. It points to a previous migration bundle sha256:f0c7632803ea659ae224ce16db6e0728ac1d79996c85bb43eea80a9de2a8a8d6 that is before the current upgrade.
WARNING:2026-08-08 06:09:52,433:migrate:Registry does not have current bundle quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.3.1@sha256:5393bada94051f02aa971ff773b130928e01ac595b9ce3bbbd69899751ed8222
INFO:2026-08-08 06:09:52,433:migrate:Upgrade range is empty for quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta. Skip resolving migrations.
DEBUG:2026-08-08 06:09:52,479:urllib3.connectionpool:https://quay.io:443 "GET /v2/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta/manifests/sha256:d33d800e2fa1c3e5a5a63550bf860d0c1dfc91bf877be7b27eab6e280972cdc8 HTTP/1.1" 200 1684
INFO:2026-08-08 06:09:52,480:migrate:Migration search stops at quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1-0@sha256:d33d800e2fa1c3e5a5a63550bf860d0c1dfc91bf877be7b27eab6e280972cdc8
DEBUG:2026-08-08 06:09:52,535:urllib3.connectionpool:https://quay.io:443 "GET /v2/konflux-ci/tekton-catalog/task-tkn-bundle-oci-ta/manifests/sha256:ed4a0ad92690f264295af1940763fd7b9cf1397421c7fbdddd74cd018e6492d6 HTTP/1.1" 200 788
DEBUG:2026-08-08 06:09:52,580:urllib3.connectionpool:https://quay.io:443 "GET /v2/konflux-ci/tekton-catalog/task-tkn-bundle-oci-ta/blobs/sha256:aa8d60c8382e5f4bfd65a695c6fb40979bc69588d38d0d578a4dd0af9f9f5a15 HTTP/1.1" 302 1019
DEBUG:2026-08-08 06:09:52,581:urllib3.connectionpool:Starting new HTTPS connection (1): s3.us-east-1.amazonaws.com:443
DEBUG:2026-08-08 06:09:52,646:urllib3.connectionpool:https://s3.us-east-1.amazonaws.com:443 "GET /quayio-production-s3/sha256/aa/aa8d60c8382e5f4bfd65a695c6fb40979bc69588d38d0d578a4dd0af9f9f5a15?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIATAAF2YHTGR23ZTE6%2F20260808%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20260808T060952Z&X-Amz-Expires=600&X-Amz-SignedHeaders=host&X-Amz-Signature=045e9ae5cc2d7ebe743cda5fa7274b214812a0c3e0a344af1499a62f0a012a33 HTTP/1.1" 200 1138
INFO:2026-08-08 06:09:52,648:migrate:Task bundle quay.io/konflux-ci/tekton-catalog/task-tkn-bundle-oci-ta:0.2-aa0a7c544bec1c7c0c64abcd64674afea4bcaa98@sha256:da807e473a1f3b6565617080ccdbfa7f49f34084c224bc0fb5123acc08a9f51c has migration.
INFO:2026-08-08 06:09:52,648:migrate:Migration search stops at quay.io/konflux-ci/tekton-catalog/task-tkn-bundle-oci-ta:0.2-aa0a7c544bec1c7c0c64abcd64674afea4bcaa98@sha256:da807e473a1f3b6565617080ccdbfa7f49f34084c224bc0fb5123acc08a9f51c. It points to a previous migration bundle sha256:0e12654b0532ca720523693a5a85e67e0221d3678e2f54c675a61e72c5c240b3 that is before the current upgrade.
WARNING:2026-08-08 06:09:52,650:migrate:Failed to resolve migrations for bundles: []
WARNING:2026-08-08 06:09:52,650:migrate:Do not attempt handling migrations for them.
INFO:2026-08-08 06:09:52,651:migrate.transition-to-modify:All migration scripts are using pmt-modify command.
INFO:2026-08-08 06:09:53,056:migrate:Apply migration of task bundle quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.11.0 in package file .tekton/cli-main-pull-request.yaml
DEBUG:2026-08-08 06:09:53,056:migrate:Run: ['bash', '/tmp/tmpnzq9i4f1-migration-file', '.tekton/cli-main-pull-request.yaml']
DEBUG:2026-08-08 06:09:53,240:migrate:b'Processing PipelineRun .tekton/cli-main-pull-request.yaml\nProcessing overrides for pipelineTask build-container\nNo sbom-syft-generate step overrides found\nNo push step overrides found\n'
INFO:2026-08-08 06:09:53,240:migrate:Apply migration of task bundle quay.io/konflux-ci/tekton-catalog/task-tkn-bundle-oci-ta:0.2-aa0a7c544bec1c7c0c64abcd64674afea4bcaa98@sha256:da807e473a1f3b6565617080ccdbfa7f49f34084c224bc0fb5123acc08a9f51c in package file .tekton/cli-main-pull-request.yaml
DEBUG:2026-08-08 06:09:53,241:migrate:Run: ['bash', '/tmp/tmpnzq9i4f1-migration-file', '.tekton/cli-main-pull-request.yaml']
DEBUG:2026-08-08 06:09:54,034:migrate:b'usage: pmt modify generic remove [-h] YAML-PATH\npmt modify generic remove: error: argument YAML-PATH: expected \'<document start>\', but found (\'[\',)\n  in "<unicode string>", line 6, column 1:\n    [\n    ^ (line: 6)\n'
ERROR:2026-08-08 06:09:54,034:migrate:Failed to apply migration: Command '['bash', '/tmp/tmpnzq9i4f1-migration-file', '.tekton/cli-main-pull-request.yaml']' returned non-zero exit status 2.
INFO:2026-08-08 06:09:54,034:migrate.transition-to-modify:All migration scripts are using pmt-modify command.
INFO:2026-08-08 06:09:54,456:migrate:Apply migration of task bundle quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.11.0 in package file .tekton/cli-main-push.yaml
DEBUG:2026-08-08 06:09:54,456:migrate:Run: ['bash', '/tmp/tmpfjc01pvj-migration-file', '.tekton/cli-main-push.yaml']
DEBUG:2026-08-08 06:09:54,639:migrate:b'Processing PipelineRun .tekton/cli-main-push.yaml\nProcessing overrides for pipelineTask build-container\nNo sbom-syft-generate step overrides found\nNo push step overrides found\n'
INFO:2026-08-08 06:09:54,639:migrate:Apply migration of task bundle quay.io/konflux-ci/tekton-catalog/task-tkn-bundle-oci-ta:0.2-aa0a7c544bec1c7c0c64abcd64674afea4bcaa98@sha256:da807e473a1f3b6565617080ccdbfa7f49f34084c224bc0fb5123acc08a9f51c in package file .tekton/cli-main-push.yaml
DEBUG:2026-08-08 06:09:54,640:migrate:Run: ['bash', '/tmp/tmpfjc01pvj-migration-file', '.tekton/cli-main-push.yaml']
DEBUG:2026-08-08 06:09:55,439:migrate:b'usage: pmt modify generic remove [-h] YAML-PATH\npmt modify generic remove: error: argument YAML-PATH: expected \'<document start>\', but found (\'[\',)\n  in "<unicode string>", line 6, column 1:\n    [\n    ^ (line: 6)\n'
ERROR:2026-08-08 06:09:55,439:migrate:Failed to apply migration: Command '['bash', '/tmp/tmpfjc01pvj-migration-file', '.tekton/cli-main-push.yaml']' returned non-zero exit status 2.
ERROR:2026-08-08 06:09:55,439:cli:Cannot do migration for pipeline. Reason: ExceptionGroup('migrate errors', [ExceptionGroup('Migration apply errors', [ExceptionGroup('Apply migrations errors', [MigrationApplyError("Failed to apply migration: Command '['bash', '/tmp/tmpnzq9i4f1-migration-file', '.tekton/cli-main-pull-request.yaml']' returned non-zero exit status 2.")]), ExceptionGroup('Apply migrations errors', [MigrationApplyError("Failed to apply migration: Command '['bash', '/tmp/tmpfjc01pvj-migration-file', '.tekton/cli-main-push.yaml']' returned non-zero exit status 2.")])])])
  + Exception Group Traceback (most recent call last):
  |   File "/home/renovate/.local/share/pipx/venvs/pipeline-migration-tool/lib64/python3.12/site-packages/pipeline_migration/cli.py", line 28, in entry_point
  |     main()
  |   File "/home/renovate/.local/share/pipx/venvs/pipeline-migration-tool/lib64/python3.12/site-packages/pipeline_migration/cli.py", line 22, in main
  |     args.action(args)
  |   File "/home/renovate/.local/share/pipx/venvs/pipeline-migration-tool/lib64/python3.12/site-packages/pipeline_migration/actions/migrate/cli.py", line 266, in action
  |     _action_impl(args)
  |   File "/home/renovate/.local/share/pipx/venvs/pipeline-migration-tool/lib64/python3.12/site-packages/pipeline_migration/actions/migrate/cli.py", line 299, in _action_impl
  |     migrate(upgrades, resolver_class)
  |   File "/home/renovate/.local/share/pipx/venvs/pipeline-migration-tool/lib64/python3.12/site-packages/pipeline_migration/actions/migrate/main.py", line 274, in migrate
  |     raise ExceptionGroup("migrate errors", errors)
  | ExceptionGroup: migrate errors (1 sub-exception)
  +-+---------------- 1 ----------------
    | Exception Group Traceback (most recent call last):
    |   File "/home/renovate/.local/share/pipx/venvs/pipeline-migration-tool/lib64/python3.12/site-packages/pipeline_migration/actions/migrate/main.py", line 269, in migrate
    |     manager.apply_migrations(skip_bundles=skip_bundles)
    |   File "/home/renovate/.local/share/pipx/venvs/pipeline-migration-tool/lib64/python3.12/site-packages/pipeline_migration/actions/migrate/main.py", line 244, in apply_migrations
    |     raise ExceptionGroup("Migration apply errors", errors)
    | ExceptionGroup: Migration apply errors (2 sub-exceptions)
    +-+---------------- 1 ----------------
      | Exception Group Traceback (most recent call last):
      |   File "/home/renovate/.local/share/pipx/venvs/pipeline-migration-tool/lib64/python3.12/site-packages/pipeline_migration/actions/migrate/main.py", line 240, in apply_migrations
      |     op.handle(package_file.file_path)
      |   File "/home/renovate/.local/share/pipx/venvs/pipeline-migration-tool/lib64/python3.12/site-packages/pipeline_migration/pipeline.py", line 46, in handle
      |     self.handle_pipeline_run_file(file_path, doc, yaml_style)
      |   File "/home/renovate/.local/share/pipx/venvs/pipeline-migration-tool/lib64/python3.12/site-packages/pipeline_migration/actions/migrate/main.py", line 168, in handle_pipeline_run_file
      |     self._apply_migration(file_path)
      |   File "/home/renovate/.local/share/pipx/venvs/pipeline-migration-tool/lib64/python3.12/site-packages/pipeline_migration/actions/migrate/main.py", line 97, in _apply_migration
      |     raise ExceptionGroup("Apply migrations errors", errors)
      | ExceptionGroup: Apply migrations errors (1 sub-exception)
      +-+---------------- 1 ----------------
        | pipeline_migration.actions.migrate.exceptions.MigrationApplyError: Failed to apply migration: Command '['bash', '/tmp/tmpnzq9i4f1-migration-file', '.tekton/cli-main-pull-request.yaml']' returned non-zero exit status 2.
        +------------------------------------
      +---------------- 2 ----------------
      | Exception Group Traceback (most recent call last):
      |   File "/home/renovate/.local/share/pipx/venvs/pipeline-migration-tool/lib64/python3.12/site-packages/pipeline_migration/actions/migrate/main.py", line 240, in apply_migrations
      |     op.handle(package_file.file_path)
      |   File "/home/renovate/.local/share/pipx/venvs/pipeline-migration-tool/lib64/python3.12/site-packages/pipeline_migration/pipeline.py", line 46, in handle
      |     self.handle_pipeline_run_file(file_path, doc, yaml_style)
      |   File "/home/renovate/.local/share/pipx/venvs/pipeline-migration-tool/lib64/python3.12/site-packages/pipeline_migration/actions/migrate/main.py", line 168, in handle_pipeline_run_file
      |     self._apply_migration(file_path)
      |   File "/home/renovate/.local/share/pipx/venvs/pipeline-migration-tool/lib64/python3.12/site-packages/pipeline_migration/actions/migrate/main.py", line 97, in _apply_migration
      |     raise ExceptionGroup("Apply migrations errors", errors)
      | ExceptionGroup: Apply migrations errors (1 sub-exception)
      +-+---------------- 1 ----------------
        | pipeline_migration.actions.migrate.exceptions.MigrationApplyError: Failed to apply migration: Command '['bash', '/tmp/tmpfjc01pvj-migration-file', '.tekton/cli-main-push.yaml']' returned non-zero exit status 2.
        +------------------------------------

@fullsend-ai-review

fullsend-ai-review Bot commented Aug 8, 2026

Copy link
Copy Markdown

🤖 Finished Review · ✅ Success · Started 6:11 AM UTC · Completed 6:19 AM UTC

Commit: 87c4a29 · View workflow run →

@fullsend-ai-review

Copy link
Copy Markdown

Looks good to me

@fullsend-ai-review fullsend-ai-review Bot added the ready-for-merge All reviewers approved — ready to merge label Aug 8, 2026
@codecov

codecov Bot commented Aug 8, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

Flag Coverage Δ
acceptance 54.40% <ø> (-0.01%) ⬇️
generative 16.36% <ø> (ø)
integration 27.58% <ø> (ø)
unit 71.97% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

main ready-for-merge All reviewers approved — ready to merge renovate size: S

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants