Skip to content

Update Konflux references#8

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

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

Conversation

@red-hat-konflux

@red-hat-konflux red-hat-konflux Bot commented May 17, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Notes
quay.io/konflux-ci/tekton-catalog/task-apply-tags (source, changelog) 0.10.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-oci-ta (source, changelog) 0.40.10 ⚠️migration⚠️
quay.io/konflux-ci/tekton-catalog/task-clair-scan (source, changelog) 0.20.3 ⚠️migration⚠️
quay.io/konflux-ci/tekton-catalog/task-clamav-scan (source, changelog) 0.20.3 ⚠️migration⚠️
quay.io/konflux-ci/tekton-catalog/task-coverity-availability-check (source, changelog) 0b352928b50144
quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check (source, changelog) 5d63b92e78d0d3
quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks (source, changelog) 0.10.2 ⚠️migration⚠️
quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta (source, changelog) 0.10.2 ⚠️migration⚠️
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-push-dockerfile-oci-ta (source, changelog) 0.10.3 ⚠️migration⚠️
quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan (source, changelog) d00d1592e79e47
quay.io/konflux-ci/tekton-catalog/task-sast-coverity-check-oci-ta (source, changelog) 0.20.3 ⚠️migration⚠️
quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta (source, changelog) 371ba9df6a115e
quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta (source, changelog) 0.30.5 ⚠️migration⚠️
quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta (source, changelog) 0.10.4 ⚠️migration⚠️
quay.io/konflux-ci/tekton-catalog/task-show-sbom (source, changelog) 04f15cb8fe70a9
quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta (source, changelog) 0.20.3 ⚠️migration⚠️

Release Notes

konflux-ci/build-pipeline-tasks (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-oci-ta)

v0.10

Added
  • Added a new parameter RHSM_MOUNT_CA_CERTS to allow setting [konflux-build-cli]'s
    --rhsm-mount-ca-certs option.

v0.9

Fixed
  • Validate base image architecture before build. The task now fails if a base image
    doesn't match the host architecture, preventing silent emulation builds.

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.

v0.5

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

v0.3

Changed
  • Replaced quay.io/konflux-ci/oras:latest image with quay.io/konflux-ci/task-runner:1.5.0 in the oci-attach-report step.
konflux-ci/build-definitions (quay.io/konflux-ci/tekton-catalog/task-git-clone-oci-ta)

v0.2

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

v0.3

Added
  • Started tracking changes in this file.

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.

@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/references/main branch from a0cc112 to 8298112 Compare May 24, 2025 05:41
@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/references/main branch 2 times, most recently from d1d8cac to 75bf20e Compare June 7, 2025 09:29
@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/references/main branch 2 times, most recently from fa48061 to bc83cba Compare June 21, 2025 06:31
@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/references/main branch 2 times, most recently from db9e627 to 614b610 Compare July 5, 2025 05:37
@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/references/main branch from 614b610 to c06d1ce Compare July 12, 2025 05:19
@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/references/main branch from c06d1ce to 5babb58 Compare July 19, 2025 18:40
@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/references/main branch from 5babb58 to d5248ac Compare August 9, 2025 08:30
@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/references/main branch from d5248ac to 507c3cd Compare August 16, 2025 08:43
@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/references/main branch from 507c3cd to 469b706 Compare August 23, 2025 08:48
@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/references/main branch 2 times, most recently from ea7eb26 to 03db576 Compare September 6, 2025 08:43
@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/references/main branch from 03db576 to 244eec5 Compare September 13, 2025 08:45
@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/references/main branch 4 times, most recently from 3760b5a to c0d45d5 Compare September 27, 2025 08:45
@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/references/main branch 3 times, most recently from ba84bc7 to 381655d Compare October 4, 2025 08:45
@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/references/main branch 2 times, most recently from c92d98d to 9ff384d Compare October 25, 2025 08:54
@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/references/main branch 2 times, most recently from 683222b to 10df064 Compare November 8, 2025 09:32
@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/references/main branch from 10df064 to f2f446c Compare November 15, 2025 05:30
@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/references/main branch from f2f446c to 5ac8a37 Compare November 22, 2025 10:07
@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/references/main branch 2 times, most recently from ac9c63d to 168e913 Compare December 6, 2025 05:01
@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/references/main branch 2 times, most recently from df6ab22 to 5847690 Compare January 17, 2026 05:21
@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/references/main branch 2 times, most recently from 8629604 to 8fcddc6 Compare January 31, 2026 05:02
@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/references/main branch from 8fcddc6 to fe77cb9 Compare February 7, 2026 05:04
@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/references/main branch 2 times, most recently from ebec36b to 996b5c5 Compare February 21, 2026 05:26
@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/references/main branch from 996b5c5 to 13e1af6 Compare February 28, 2026 06:16
@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/references/main branch 2 times, most recently from 94ba812 to b880b0d Compare March 14, 2026 06:08
@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/references/main branch from b880b0d to bcf17b2 Compare March 21, 2026 06:08
@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/references/main branch 2 times, most recently from 6aac9cd to 46762c5 Compare April 4, 2026 06:19
@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/references/main branch 4 times, most recently from b556922 to fa0830b Compare April 14, 2026 16:40
@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/references/main branch 2 times, most recently from 2662af6 to 5a4b7a1 Compare April 25, 2026 06:18
@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/references/main branch from 5a4b7a1 to 97e4ff9 Compare May 2, 2026 06:35
@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/references/main branch 2 times, most recently from 314360d to 3ee45f3 Compare May 16, 2026 06:39
@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/references/main branch 2 times, most recently from 5635ef7 to c580a2c Compare May 30, 2026 06:07
@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/references/main branch 2 times, most recently from a1f6bf4 to e796ac9 Compare June 27, 2026 05:24
@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/references/main branch 2 times, most recently from 063b383 to 6e528f1 Compare July 11, 2026 05:34
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/main branch from 6e528f1 to 51226ae Compare July 18, 2026 06:29
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.

0 participants