Skip to content

NO-JIRA: Update kueue-operand-main to cf985ed#2102

Merged
kannon92 merged 1 commit into
mainfrom
konflux/component-updates/kueue-operator-main-component-update-kueue-operand-main
Jun 29, 2026
Merged

NO-JIRA: Update kueue-operand-main to cf985ed#2102
kannon92 merged 1 commit into
mainfrom
konflux/component-updates/kueue-operator-main-component-update-kueue-operand-main

Conversation

@red-hat-konflux

@red-hat-konflux red-hat-konflux Bot commented Jun 28, 2026

Copy link
Copy Markdown
Contributor

Image created from 'https://github.com/openshift/kueue-operator?rev=88e9987f98ee9da7705b3e0bf0e7403206d50fef'

This PR contains the following updates:

Package Update Change
quay.io/redhat-user-workloads/kueue-operator-tenant/kueue-operand-main digest 1ec066f -> cf985ed

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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

Summary by CodeRabbit

  • Chores
    • Updated the application’s container image references to newer digest versions. This helps ensure deployments use the latest approved image builds.

@red-hat-konflux red-hat-konflux Bot added approved Indicates a PR has been approved by an approver from all required OWNERS files. konflux-nudge lgtm Indicates that a PR is ready to be merged. labels Jun 28, 2026
@openshift-ci-robot

Copy link
Copy Markdown

@red-hat-konflux[bot]: This pull request explicitly references no jira issue.

Details

In response to this:

Image created from 'https://github.com/openshift/kueue-operator?rev=10bd238e5cbfec090ffd55f2582a6ab26b64cd3c'

This PR contains the following updates:

Package Update Change
quay.io/redhat-user-workloads/kueue-operator-tenant/kueue-operand-main digest 1ec066f -> 9a59c3d

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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

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 openshift-eng/jira-lifecycle-plugin repository.

@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Jun 28, 2026
@openshift-ci

openshift-ci Bot commented Jun 28, 2026

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is APPROVED

Approval requirements bypassed by manually added approval.

This pull-request has been approved by: red-hat-konflux[bot]

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

The pull request process is described 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

@coderabbitai

coderabbitai Bot commented Jun 28, 2026

Copy link
Copy Markdown
ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository YAML (base), Central YAML (inherited)

Review profile: CHILL

Plan: Enterprise

Run ID: 543084db-ee28-4699-ad00-30070375f305

📥 Commits

Reviewing files that changed from the base of the PR and between 43af89a and 7a32063.

📒 Files selected for processing (2)
  • related_images.developer.json
  • related_images.json
✅ Files skipped from review due to trivial changes (1)
  • related_images.json

Walkthrough

Two JSON image manifest files update the operand container image SHA256 digest: related_images.developer.json updates kueue-operand-main and related_images.json updates kueue-rhel9.

Changes

Operand Image Digest Bump

Layer / File(s) Summary
Operand digest update
related_images.developer.json, related_images.json
Replaces the operand entry's SHA256 digest in both the developer and production image manifests with new values.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

Suggested labels

lgtm

🚥 Pre-merge checks | ✅ 15
✅ Passed checks (15 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly summarizes the main change: updating kueue-operand-main to the new cf985ed image digest.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Stable And Deterministic Test Names ✅ Passed PR only changes related_images JSON digests; no Ginkgo test titles or test files are modified, so there are no dynamic test names to flag.
Test Structure And Quality ✅ Passed PR only updates image digests in two JSON files; no Ginkgo test code was changed, so the test-structure check is not applicable.
Microshift Test Compatibility ✅ Passed Only related_images JSON digests changed; no Ginkgo/e2e tests were added or modified, so the MicroShift check is not applicable.
Single Node Openshift (Sno) Test Compatibility ✅ Passed PR only updates image digests in related_images JSON files; no Ginkgo e2e tests or SNO-sensitive assumptions were added.
Topology-Aware Scheduling Compatibility ✅ Passed Only related_images JSON digest updates; no deployment manifests, controllers, or scheduling/topology fields were changed.
Ote Binary Stdout Contract ✅ Passed PR only updates related_images JSON digests; no main/init/TestMain/suite setup code or stdout writes were changed.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed Only related_images JSON digests changed; no Ginkgo tests, IP literals, or external-network code added.
No-Weak-Crypto ✅ Passed Only image digests were updated, both using SHA256; no weak algorithms, custom crypto, or secret comparisons appear in the changed files.
Container-Privileges ✅ Passed PR only updates image digests; no privileged/hostPID/hostNetwork/hostIPC/SYS_ADMIN/allowPrivilegeEscalation:true changes are present.
No-Sensitive-Data-In-Logs ✅ Passed The only changes are container image digests in two JSON files; no logging, secrets, PII, hostnames, or customer data are present.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch konflux/component-updates/kueue-operator-main-component-update-kueue-operand-main

Comment @coderabbitai help to get the list of available commands.

@openshift-ci

openshift-ci Bot commented Jun 28, 2026

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is APPROVED

Approval requirements bypassed by manually added approval.

This pull-request has been approved by: red-hat-konflux[bot]

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

The pull request process is described 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

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@related_images.developer.json`:
- Line 12: The operand image reference in related_images.developer.json includes
a trailing space, which gets propagated into the generated CSV by the
bundle.Dockerfile flow. Remove the whitespace from the image value so the string
is a valid image reference. Use the related_images.developer.json entry for the
kueue-operand-main image as the target to fix.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Repository YAML (base), Central YAML (inherited)

Review profile: CHILL

Plan: Enterprise

Run ID: e85679c4-ad98-4cbb-a890-11718f3f5514

📥 Commits

Reviewing files that changed from the base of the PR and between 10bd238 and 43af89a.

📒 Files selected for processing (2)
  • related_images.developer.json
  • related_images.json

Comment thread related_images.developer.json Outdated
{
"name": "operand",
"image": "quay.io/redhat-user-workloads/kueue-operator-tenant/kueue-operand-main@sha256:1ec066f622ce80f60ab7d5d0544cbaca00541fe0e9a8102299100303e519622a "
"image": "quay.io/redhat-user-workloads/kueue-operator-tenant/kueue-operand-main@sha256:9a59c3de1aa869ee0e299d6aa9f845a94ebc76706ec77fc5f72e7969775a7bdf "

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🗄️ Data Integrity & Integration | 🟠 Major | ⚡ Quick win

Remove the trailing space from the operand image reference.

That whitespace is part of the JSON value, so bundle.developer.Dockerfile:10 will inject an invalid image string into the generated CSV.

Proposed fix
-    "image": "quay.io/redhat-user-workloads/kueue-operator-tenant/kueue-operand-main@sha256:9a59c3de1aa869ee0e299d6aa9f845a94ebc76706ec77fc5f72e7969775a7bdf "
+    "image": "quay.io/redhat-user-workloads/kueue-operator-tenant/kueue-operand-main@sha256:9a59c3de1aa869ee0e299d6aa9f845a94ebc76706ec77fc5f72e7969775a7bdf"
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
"image": "quay.io/redhat-user-workloads/kueue-operator-tenant/kueue-operand-main@sha256:9a59c3de1aa869ee0e299d6aa9f845a94ebc76706ec77fc5f72e7969775a7bdf "
"image": "quay.io/redhat-user-workloads/kueue-operator-tenant/kueue-operand-main@sha256:9a59c3de1aa869ee0e299d6aa9f845a94ebc76706ec77fc5f72e7969775a7bdf"
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@related_images.developer.json` at line 12, The operand image reference in
related_images.developer.json includes a trailing space, which gets propagated
into the generated CSV by the bundle.Dockerfile flow. Remove the whitespace from
the image value so the string is a valid image reference. Use the
related_images.developer.json entry for the kueue-operand-main image as the
target to fix.

Image created from 'https://github.com/openshift/kueue-operator?rev=88e9987f98ee9da7705b3e0bf0e7403206d50fef'

Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
@red-hat-konflux red-hat-konflux Bot changed the title NO-JIRA: Update kueue-operand-main to 9a59c3d NO-JIRA: Update kueue-operand-main to cf985ed Jun 28, 2026
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/component-updates/kueue-operator-main-component-update-kueue-operand-main branch from 43af89a to 7a32063 Compare June 28, 2026 18:32
@openshift-ci openshift-ci Bot removed the lgtm Indicates that a PR is ready to be merged. label Jun 28, 2026
@openshift-ci

openshift-ci Bot commented Jun 28, 2026

Copy link
Copy Markdown

New changes are detected. LGTM label has been removed.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@related_images.developer.json`:
- Around line 4-8: The image references in related_images.developer.json still
have trailing spaces, which will propagate into the generated bundle. Remove the
extra whitespace from the operator and must-gather image values in the
related_images entries so bundle.developer.Dockerfile reads clean references via
jq -r and writes valid CSV image references.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Repository YAML (base), Central YAML (inherited)

Review profile: CHILL

Plan: Enterprise

Run ID: 543084db-ee28-4699-ad00-30070375f305

📥 Commits

Reviewing files that changed from the base of the PR and between 43af89a and 7a32063.

📒 Files selected for processing (2)
  • related_images.developer.json
  • related_images.json
✅ Files skipped from review due to trivial changes (1)
  • related_images.json

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Caution

Inline review comments failed to post. This is likely due to GitHub's internal server error or limits when posting large numbers of comments. If you are seeing this consistently it is likely a permissions issue. Please check "Moderation" -> "Code review limits" under your organization settings.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@related_images.developer.json`:
- Around line 4-8: The image references in related_images.developer.json still
have trailing spaces, which will propagate into the generated bundle. Remove the
extra whitespace from the operator and must-gather image values in the
related_images entries so bundle.developer.Dockerfile reads clean references via
jq -r and writes valid CSV image references.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Repository YAML (base), Central YAML (inherited)

Review profile: CHILL

Plan: Enterprise

Run ID: 543084db-ee28-4699-ad00-30070375f305

📥 Commits

Reviewing files that changed from the base of the PR and between 43af89a and 7a32063.

📒 Files selected for processing (2)
  • related_images.developer.json
  • related_images.json
✅ Files skipped from review due to trivial changes (1)
  • related_images.json
🛑 Comments failed to post (1)
related_images.developer.json (1)

4-8: 🗄️ Data Integrity & Integration | 🟠 Major | ⚡ Quick win

Remove the trailing spaces from the other image references.

Line 4 and Line 8 still include a trailing space. bundle.developer.Dockerfile reads these values verbatim with jq -r and writes them into the CSV with sed, so the generated bundle will carry invalid operator and must-gather image references too.

Proposed fix
-    "image": "quay.io/redhat-user-workloads/kueue-operator-tenant/kueue-operator-main@sha256:3b035012a3318d168b07d8f1e3e4768be76bc70acc59ce0d44f554d3800fade0 "
+    "image": "quay.io/redhat-user-workloads/kueue-operator-tenant/kueue-operator-main@sha256:3b035012a3318d168b07d8f1e3e4768be76bc70acc59ce0d44f554d3800fade0"-    "image": "quay.io/redhat-user-workloads/kueue-operator-tenant/kueue-must-gather-main@sha256:3d66452b179687927aa610b1d2df7f96df6e6bbc356f8e2869b6f99831590f1c "
+    "image": "quay.io/redhat-user-workloads/kueue-operator-tenant/kueue-must-gather-main@sha256:3d66452b179687927aa610b1d2df7f96df6e6bbc356f8e2869b6f99831590f1c"
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

    "image": "quay.io/redhat-user-workloads/kueue-operator-tenant/kueue-operator-main@sha256:3b035012a3318d168b07d8f1e3e4768be76bc70acc59ce0d44f554d3800fade0"
  },
  {
    "name": "must-gather",
    "image": "quay.io/redhat-user-workloads/kueue-operator-tenant/kueue-must-gather-main@sha256:3d66452b179687927aa610b1d2df7f96df6e6bbc356f8e2869b6f99831590f1c"
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@related_images.developer.json` around lines 4 - 8, The image references in
related_images.developer.json still have trailing spaces, which will propagate
into the generated bundle. Remove the extra whitespace from the operator and
must-gather image values in the related_images entries so
bundle.developer.Dockerfile reads clean references via jq -r and writes valid
CSV image references.

@openshift-ci

openshift-ci Bot commented Jun 28, 2026

Copy link
Copy Markdown

@red-hat-konflux[bot]: all tests passed!

Full PR test history. Your PR dashboard.

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. I understand the commands that are listed here.

@kannon92 kannon92 merged commit 44c86ee into main Jun 29, 2026
18 of 19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. konflux-nudge

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants