Skip to content

Update Konflux references#2

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

Update Konflux references#2
konflux-staging[bot] wants to merge 1 commit into
mainfrom
konflux/references/main

Conversation

@konflux-staging

@konflux-staging konflux-staging Bot commented Oct 8, 2024

Copy link
Copy Markdown

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.20.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.10.3 ⚠️migration⚠️
quay.io/konflux-ci/tekton-catalog/task-deprecated-image-check (source, changelog) 0.40.5 ⚠️migration⚠️
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.10.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) 7aa4d3c65370cc
quay.io/konflux-ci/tekton-catalog/task-sast-snyk-check-oci-ta (source, changelog) 0.20.5 ⚠️migration⚠️
quay.io/konflux-ci/tekton-catalog/task-show-sbom (source, changelog) 9bfc6b9a7346ed
quay.io/konflux-ci/tekton-catalog/task-source-build-oci-ta (source, changelog) 0.10.3 ⚠️migration⚠️

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-oci-ta)

v0.10

Added
  • Added new parameter ALLOW_CROSS_PLATFORM_IMAGES to allow usage of parent images
    which don't match build host architecture.

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

Added
  • Added new parameter ALLOW_CROSS_PLATFORM_IMAGES to allow usage of parent images
    which don't match build host architecture.
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

  • Use git-clone implementation from konflux-build-cli instead of inline Bash.
  • Removed gitInitImage (deprecated since 0.1), verbose (replaced by logLevel), and userHome (handled by konflux-build-cli) parameters.
  • Added logLevel parameter.
konflux-ci/build-definitions (quay.io/konflux-ci/tekton-catalog/task-init)

v0.4

  • Pipeline upgrade: Remove PipelineRun parameter sast-target-dirs with invalid attributes from PipelineRun .spec.params definition

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.
konflux-ci/build-definitions (quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta)

v0.3

Fixed
  • Use Dockerfile as the file name in the uploaded artifact, regardless of the name of the actual file.

v0.2

Removed
  • BREAKING: Support for Dockerfile downloading in Konflux Build Pipeline.

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.

@konflux-staging

Copy link
Copy Markdown
Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@konflux-staging konflux-staging Bot force-pushed the konflux/references/main branch from 7d32db8 to e07757f Compare February 15, 2025 08:04
@konflux-staging konflux-staging Bot force-pushed the konflux/references/main branch from e07757f to c56ecfb Compare February 22, 2025 08:08
@konflux-staging konflux-staging Bot force-pushed the konflux/references/main branch 2 times, most recently from 12693c6 to 6868602 Compare March 8, 2025 08:04
@konflux-staging konflux-staging Bot force-pushed the konflux/references/main branch 2 times, most recently from 6f619b3 to a71c88a Compare March 22, 2025 08:11
@konflux-staging konflux-staging Bot force-pushed the konflux/references/main branch from a71c88a to e998d15 Compare March 29, 2025 08:10
@konflux-staging konflux-staging Bot force-pushed the konflux/references/main branch 2 times, most recently from b896f78 to 4136f2e Compare April 12, 2025 08:11
@konflux-staging konflux-staging Bot force-pushed the konflux/references/main branch 2 times, most recently from 43b5d7c to dbec8d0 Compare April 26, 2025 08:08
@konflux-staging konflux-staging Bot force-pushed the konflux/references/main branch 2 times, most recently from f92745f to 7d96ae1 Compare May 10, 2025 08:04
@konflux-staging konflux-staging Bot force-pushed the konflux/references/main branch from 7d96ae1 to 76f4a8c Compare May 17, 2025 08:10
@konflux-staging konflux-staging Bot force-pushed the konflux/references/main branch 2 times, most recently from 447505a to 8091087 Compare May 31, 2025 08:13
@konflux-staging konflux-staging Bot force-pushed the konflux/references/main branch from 8091087 to 92e4a79 Compare June 7, 2025 08:22
@konflux-staging konflux-staging Bot force-pushed the konflux/references/main branch from 92e4a79 to b4624ab Compare July 12, 2025 08:09
@konflux-staging konflux-staging Bot force-pushed the konflux/references/main branch from b4624ab to 5583e43 Compare July 19, 2025 12:10
@konflux-staging konflux-staging Bot force-pushed the konflux/references/main branch from 5583e43 to 716ffe5 Compare August 9, 2025 08:12
@konflux-staging konflux-staging Bot force-pushed the konflux/references/main branch from 716ffe5 to bdb6d45 Compare September 6, 2025 08:07
@konflux-staging konflux-staging Bot force-pushed the konflux/references/main branch 2 times, most recently from 76e6162 to 2768ec1 Compare September 13, 2025 12:13
@konflux-staging konflux-staging Bot force-pushed the konflux/references/main branch 6 times, most recently from 7f330f7 to 49bbc61 Compare September 25, 2025 04:18
@konflux-staging konflux-staging Bot force-pushed the konflux/references/main branch 2 times, most recently from 04b9a90 to 2188c57 Compare October 25, 2025 20:22
@konflux-staging konflux-staging Bot force-pushed the konflux/references/main branch 2 times, most recently from 919690b to 1de29b2 Compare November 8, 2025 08:25
@konflux-staging konflux-staging Bot force-pushed the konflux/references/main branch 2 times, most recently from a2b3697 to e2312cf Compare November 8, 2025 20:24
@konflux-staging konflux-staging Bot force-pushed the konflux/references/main branch from e2312cf to 27dc019 Compare November 15, 2025 16:34
@konflux-staging konflux-staging Bot force-pushed the konflux/references/main branch 2 times, most recently from 27f25ff to 2c6b28a Compare December 13, 2025 20:24
@konflux-staging konflux-staging Bot force-pushed the konflux/references/main branch from 2c6b28a to c375ca0 Compare December 20, 2025 20:21
@konflux-staging konflux-staging Bot changed the title Update Konflux references Update Konflux references to v0.2 Dec 27, 2025
@konflux-staging konflux-staging Bot changed the title Update Konflux references to v0.2 Update Konflux references Jan 3, 2026
@konflux-staging konflux-staging Bot force-pushed the konflux/references/main branch from c375ca0 to 57c9681 Compare January 3, 2026 16:21
@konflux-staging konflux-staging Bot force-pushed the konflux/references/main branch 2 times, most recently from 6a75c09 to 6385ac5 Compare January 10, 2026 20:22
@konflux-staging konflux-staging Bot changed the title Update Konflux references Update Konflux references to 56f65a1 Jan 17, 2026
@konflux-staging konflux-staging Bot changed the title Update Konflux references to 56f65a1 Update Konflux references Jan 17, 2026
@konflux-staging konflux-staging Bot force-pushed the konflux/references/main branch 3 times, most recently from 9f05ed5 to 0fece2a Compare January 24, 2026 08:23
@konflux-staging konflux-staging Bot force-pushed the konflux/references/main branch 2 times, most recently from 597bda7 to e0af56f Compare January 31, 2026 20:23
@konflux-staging konflux-staging Bot force-pushed the konflux/references/main branch 2 times, most recently from 5ff8aaa to c0dd7b9 Compare February 14, 2026 08:20
@konflux-staging konflux-staging Bot force-pushed the konflux/references/main branch from c0dd7b9 to 2036e16 Compare February 21, 2026 08:13
@konflux-staging konflux-staging Bot force-pushed the konflux/references/main branch from 2036e16 to d5b6fe7 Compare February 28, 2026 12:14
@konflux-staging konflux-staging Bot force-pushed the konflux/references/main branch 2 times, most recently from 0bf27ba to 7ed61e7 Compare March 14, 2026 12:28
@konflux-staging konflux-staging Bot force-pushed the konflux/references/main branch from 7ed61e7 to a996c4c Compare May 2, 2026 08:20
Signed-off-by: konflux-staging <124796549+konflux-staging[bot]@users.noreply.github.com>
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