Skip to content

[release-1.36] Update Konflux references#3847

Open
red-hat-konflux-kflux-prd-rh02[bot] wants to merge 1 commit intorelease-1.36from
konflux/references/release-1.36
Open

[release-1.36] Update Konflux references#3847
red-hat-konflux-kflux-prd-rh02[bot] wants to merge 1 commit intorelease-1.36from
konflux/references/release-1.36

Conversation

@red-hat-konflux-kflux-prd-rh02
Copy link
Copy Markdown
Contributor

@red-hat-konflux-kflux-prd-rh02 red-hat-konflux-kflux-prd-rh02 Bot commented Oct 11, 2025

This PR contains the following updates:

Package Change Notes
quay.io/konflux-ci/tekton-catalog/task-apply-tags (source, changelog) 0.20.3 ⚠️migration⚠️
quay.io/konflux-ci/tekton-catalog/task-build-image-index (source, changelog) 0.10.3 ⚠️migration⚠️
quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta (source, changelog) 0.50.9 ⚠️migration⚠️
quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check (source, changelog) f59175d57d1f55
quay.io/konflux-ci/tekton-catalog/task-fbc-fips-check-oci-ta (source, changelog) 286eff4247616a
quay.io/konflux-ci/tekton-catalog/task-fbc-target-index-pruning-check (source, changelog) cd86fe9fcc6f1b
quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta (source, changelog) 0d80f6613d49df
quay.io/konflux-ci/tekton-catalog/task-init (source, changelog) 0.20.4 ⚠️migration⚠️
quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta (source, changelog) 0.20.3 ⚠️migration⚠️
quay.io/konflux-ci/tekton-catalog/task-show-sbom (source, changelog) beb0616a7346ed
quay.io/konflux-ci/tekton-catalog/task-validate-fbc (source, changelog) 730dd40291cbcc

Release Notes

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

v0.3

  • Switched from bash implementation to Konflux Build CLI.
  • Deprecated older 0.1 and 0.2 versions.
konflux-ci/build-definitions (quay.io/konflux-ci/tekton-catalog/task-build-image-index)

v0.3

Changed
  • The task now uses konflux-build-cli for the build step instead of an inline bash
    implementation. This provides more robust error handling and simplified maintenance.
  • When ALWAYS_BUILD_INDEX is false and multiple images are provided, the task now
    creates an image index instead of failing. The previous behavior (failing with an error)
    was not useful.
  • Image reference validation is now stricter and will fail earlier for invalid formats.
Removed
  • COMMIT_SHA parameter (was not used by the task implementation)
  • IMAGE_EXPIRES_AFTER parameter (was not used by the task implementation)
Added
  • Started tracking changes in this file.
konflux-ci/build-definitions (quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta)

v0.9

Fixed
  • Added --fail flag and error handling to the curl call that retrieves the SSH key from the OTP
    server. Previously, HTTP errors (e.g. 400 when a one-time token was already consumed by a
    PipelineRun retry) were silently swallowed, writing the error body into ~/.ssh/id_rsa and
    causing Load key: invalid format build failures.

v0.8

Fixed
  • Platform build arguments (BUILDPLATFORM, TARGETPLATFORM) now correctly include CPU variant
    for ARM architectures (e.g., linux/arm/v7 or linux/arm64/v8 instead of just linux/arm
    or linux/arm64).

v0.7

Added
  • Started tracking changes in this file.
konflux-ci/build-definitions (quay.io/konflux-ci/tekton-catalog/task-init)

v0.4

  • Task started using konflux build cli instead of bash script.

v0.3

  • Remove params image-url, rebuild and skip-checks
  • Remove task result build
konflux-ci/build-definitions (quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies-oci-ta)

v0.3

  • Added enable-package-registry-proxy parameter to enable use of the package registry proxy when prefetching dependencies.
  • Added SERVICE_CA_TRUST_CONFIG_MAP_NAME and SERVICE_CA_TRUST_CONFIG_MAP_KEY parameters to mount the OpenShift service CA for verifying TLS connections to in-cluster services such as the package registry proxy.

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.


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

@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented Oct 11, 2025

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: red-hat-konflux-kflux-prd-rh02[bot]
Once this PR has been reviewed and has the lgtm label, please assign maschmid for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented Oct 11, 2025

Hi @red-hat-konflux-kflux-prd-rh02[bot]. Thanks for your PR.

I'm waiting for a github.com member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Details

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

@red-hat-konflux-kflux-prd-rh02 red-hat-konflux-kflux-prd-rh02 Bot force-pushed the konflux/references/release-1.36 branch from 649cc0f to a7fd467 Compare October 18, 2025 08:04
@dsimansk
Copy link
Copy Markdown
Contributor

/ok-to-test

@Kaustubh-pande
Copy link
Copy Markdown
Contributor

/retest

@red-hat-konflux-kflux-prd-rh02 red-hat-konflux-kflux-prd-rh02 Bot force-pushed the konflux/references/release-1.36 branch 2 times, most recently from 5b5673b to 30f6481 Compare November 1, 2025 12:09
@red-hat-konflux-kflux-prd-rh02 red-hat-konflux-kflux-prd-rh02 Bot force-pushed the konflux/references/release-1.36 branch from 30f6481 to 612edff Compare November 8, 2025 08:39
@rudyredhat1
Copy link
Copy Markdown
Contributor

/retest serverless-must-gather-136-on-pull-request

@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented Nov 21, 2025

@rudyredhat1: The /retest command does not accept any targets.
The following commands are available to trigger required jobs:

/test 414-images
/test 414-operator-e2e
/test 414-test-upgrade
/test 419-images
/test 419-operator-e2e
/test 419-test-upgrade
/test 420-images
/test 420-operator-e2e
/test 420-test-upgrade

The following commands are available to trigger optional jobs:

/test 414-kitchensink-e2e
/test 414-kitchensink-upgrade
/test 414-mesh-e2e
/test 414-mesh-upgrade
/test 414-test-soak
/test 414-ui-e2e
/test 414-upstream-e2e
/test 414-upstream-e2e-kafka
/test 419-kitchensink-e2e
/test 419-kitchensink-upgrade
/test 419-mesh-e2e
/test 419-mesh-upgrade
/test 419-test-soak
/test 419-ui-e2e
/test 419-upstream-e2e
/test 419-upstream-e2e-kafka
/test 420-kitchensink-e2e
/test 420-kitchensink-upgrade
/test 420-mesh-e2e
/test 420-mesh-upgrade
/test 420-test-soak
/test 420-ui-e2e
/test 420-upstream-e2e
/test 420-upstream-e2e-kafka
Details

In response to this:

/retest serverless-must-gather-136-on-pull-request

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

@rudyredhat1
Copy link
Copy Markdown
Contributor

retest "Validate / Generated files are committed"

@red-hat-konflux-kflux-prd-rh02 red-hat-konflux-kflux-prd-rh02 Bot force-pushed the konflux/references/release-1.36 branch from 612edff to 8322196 Compare November 29, 2025 08:09
@red-hat-konflux-kflux-prd-rh02 red-hat-konflux-kflux-prd-rh02 Bot force-pushed the konflux/references/release-1.36 branch 2 times, most recently from 9cf236c to 1db6af9 Compare December 13, 2025 08:07
@red-hat-konflux-kflux-prd-rh02 red-hat-konflux-kflux-prd-rh02 Bot force-pushed the konflux/references/release-1.36 branch from 1db6af9 to e095f96 Compare December 20, 2025 08:15
@red-hat-konflux-kflux-prd-rh02 red-hat-konflux-kflux-prd-rh02 Bot force-pushed the konflux/references/release-1.36 branch from e095f96 to e469eed Compare January 10, 2026 08:14
@rudyredhat1
Copy link
Copy Markdown
Contributor

/retest

@red-hat-konflux-kflux-prd-rh02 red-hat-konflux-kflux-prd-rh02 Bot force-pushed the konflux/references/release-1.36 branch 2 times, most recently from 13b24b8 to 725f706 Compare January 24, 2026 08:11
@red-hat-konflux-kflux-prd-rh02 red-hat-konflux-kflux-prd-rh02 Bot force-pushed the konflux/references/release-1.36 branch from 725f706 to 42dc47b Compare January 31, 2026 08:13
@red-hat-konflux-kflux-prd-rh02 red-hat-konflux-kflux-prd-rh02 Bot force-pushed the konflux/references/release-1.36 branch 2 times, most recently from 629ebaa to fe0d100 Compare February 14, 2026 08:14
@red-hat-konflux-kflux-prd-rh02 red-hat-konflux-kflux-prd-rh02 Bot force-pushed the konflux/references/release-1.36 branch 2 times, most recently from d498973 to 07457f4 Compare February 28, 2026 08:13
@red-hat-konflux-kflux-prd-rh02 red-hat-konflux-kflux-prd-rh02 Bot force-pushed the konflux/references/release-1.36 branch from 07457f4 to 4881ee2 Compare March 7, 2026 08:12
@red-hat-konflux-kflux-prd-rh02 red-hat-konflux-kflux-prd-rh02 Bot force-pushed the konflux/references/release-1.36 branch 2 times, most recently from 262cb2f to 0a015fc Compare March 21, 2026 12:08
@red-hat-konflux-kflux-prd-rh02 red-hat-konflux-kflux-prd-rh02 Bot force-pushed the konflux/references/release-1.36 branch from 0a015fc to da988e5 Compare March 28, 2026 08:21
@red-hat-konflux-kflux-prd-rh02 red-hat-konflux-kflux-prd-rh02 Bot force-pushed the konflux/references/release-1.36 branch 3 times, most recently from f041395 to f2b0714 Compare April 10, 2026 20:07
@red-hat-konflux-kflux-prd-rh02 red-hat-konflux-kflux-prd-rh02 Bot force-pushed the konflux/references/release-1.36 branch from f2b0714 to a9ee8f9 Compare April 14, 2026 16:06
@red-hat-konflux-kflux-prd-rh02 red-hat-konflux-kflux-prd-rh02 Bot force-pushed the konflux/references/release-1.36 branch 2 times, most recently from 42add89 to fd6bfdd Compare May 2, 2026 08:11
Signed-off-by: red-hat-konflux-kflux-prd-rh02 <190377777+red-hat-konflux-kflux-prd-rh02[bot]@users.noreply.github.com>
@red-hat-konflux-kflux-prd-rh02 red-hat-konflux-kflux-prd-rh02 Bot force-pushed the konflux/references/release-1.36 branch from fd6bfdd to 5a445c5 Compare May 2, 2026 12:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants