Skip to content

NO-JIRA: Update kueue-operand-main to 2edec39#2074

Merged
openshift-merge-bot[bot] merged 1 commit into
mainfrom
konflux/component-updates/kueue-operator-main-component-update-kueue-operand-main
Jun 25, 2026
Merged

NO-JIRA: Update kueue-operand-main to 2edec39#2074
openshift-merge-bot[bot] 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 23, 2026

Copy link
Copy Markdown
Contributor

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

This PR contains the following updates:

Package Update Change
quay.io/redhat-user-workloads/kueue-operator-tenant/kueue-operand-main digest f21f758 -> 2edec39

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 container image digests for Kueue operand references to the latest versions.

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

Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
@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 23, 2026
@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 23, 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=1b9c906998e7e16fe165d3c3dab85b022c1230a0'

This PR contains the following updates:

Package Update Change
quay.io/redhat-user-workloads/kueue-operator-tenant/kueue-operand-main digest f21f758 -> 2edec39

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.

@coderabbitai

coderabbitai Bot commented Jun 23, 2026

Copy link
Copy Markdown

Walkthrough

Two JSON image manifest files (related_images.developer.json and related_images.json) have their operand entry updated with a new pinned SHA256 digest, replacing the previous f21f75... digest with 2edec....

Changes

Operand Image Digest Bump

Layer / File(s) Summary
Operand digest update in both image manifests
related_images.developer.json, related_images.json
The operand entry's pinned SHA256 digest is updated from the previous value to a new one in both the developer and production image manifest files.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

  • openshift/kueue-operator#2048: Updates the same operand image digest in related_images.developer.json and related_images.json to the f21f758 digest that this PR is replacing.
  • openshift/kueue-operator#2051: Updates the same operand image reference (SHA256 digest) in related_images.json for the kueue-rhel9 operand image.
  • openshift/kueue-operator#2040: Updates the same operand container image digest in related_images.json, changing the pinned kueue-rhel9 image reference.
🚥 Pre-merge checks | ✅ 14 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Topology-Aware Scheduling Compatibility ⚠️ Warning The deployment hardcodes 2 replicas without checking ControlPlaneTopology, breaking on SNO/HyperShift. Code comment says "Add HA configuration" but lacks topology-awareness required for all support... Check infrastructure.Status.ControlPlaneTopology before setting replicas; use 1 for SingleReplica, 2 for DualReplica/HighlyAvailableArbiter, adjust for External. Consider library-go topology-aware hooks.
✅ Passed checks (14 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and specifically identifies the main change: updating the kueue-operand-main container image digest to a new version (2edec39).
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 This PR only modifies configuration files (related_images.developer.json and related_images.json) to update container image digests. No test files or Ginkgo test definitions are included in this PR...
Test Structure And Quality ✅ Passed Check not applicable to this PR. The PR updates container image digests in JSON configuration files (related_images.developer.json and related_images.json), not Ginkgo test code.
Microshift Test Compatibility ✅ Passed No new Ginkgo e2e tests are added in this PR. The only changes are to configuration files (related_images.developer.json and related_images.json) that update container image digests. The check is n...
Single Node Openshift (Sno) Test Compatibility ✅ Passed This PR does not add any Ginkgo e2e tests. It only updates container image digests in JSON configuration files, so the SNO test compatibility check is not applicable.
Ote Binary Stdout Contract ✅ Passed The OTE Binary Stdout Contract check is not applicable to this repository. The kueue-operator is an OpenShift operator project, not an OTE (OpenShift Tests Extension) binary that communicates with...
Ipv6 And Disconnected Network Test Compatibility ✅ Passed PR modifies only JSON image configuration files (related_images.developer.json and related_images.json), not Ginkgo e2e tests. Check is not applicable.
No-Weak-Crypto ✅ Passed PR only modifies JSON configuration files with SHA256 image digests. No weak crypto (MD5, SHA1, DES, RC4, 3DES, Blowfish, ECB) or custom crypto implementations detected.
Container-Privileges ✅ Passed No privileged container configurations found. The operator uses secure security contexts with allowPrivilegeEscalation: false, dropped all capabilities, read-only root filesystem, and runs as non-r...
No-Sensitive-Data-In-Logs ✅ Passed PR updates container image digest references in configuration files with no logging code or sensitive data (passwords, tokens, API keys, PII, session IDs).

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ 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 23, 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

2 similar comments
@openshift-ci

openshift-ci Bot commented Jun 23, 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

@openshift-ci

openshift-ci Bot commented Jun 23, 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 image reference string in the "image" field contains a trailing
whitespace character at the end, which can cause issues when the jq/sed bundle
flow processes this file and propagates the space into generated manifests,
resulting in an invalid image reference. Remove the trailing space from the end
of the
quay.io/redhat-user-workloads/kueue-operator-tenant/kueue-operand-main@sha256:...
string to ensure the image reference is properly formatted without any
extraneous whitespace.
🪄 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: 458bcb16-4fdd-4563-88df-b199f993bf0b

📥 Commits

Reviewing files that changed from the base of the PR and between 1b9c906 and 86cf724.

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

{
"name": "operand",
"image": "quay.io/redhat-user-workloads/kueue-operator-tenant/kueue-operand-main@sha256:f21f758c6e4c2418a00e17d3b6b7fbe1151492e2a5fedd151576f59868da913a "
"image": "quay.io/redhat-user-workloads/kueue-operator-tenant/kueue-operand-main@sha256:2edec3923d06ccba1a650381f25b44f1b1a2346313883946b000f5f59bf6fbf6 "

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🩺 Stability & Availability | 🟠 Major | ⚡ Quick win

Remove trailing whitespace from the operand image reference.

The image string includes a trailing space, which is propagated by the jq/sed bundle flow and can result in an invalid image reference in generated manifests.

Suggested fix
-    "image": "quay.io/redhat-user-workloads/kueue-operator-tenant/kueue-operand-main@sha256:2edec3923d06ccba1a650381f25b44f1b1a2346313883946b000f5f59bf6fbf6 "
+    "image": "quay.io/redhat-user-workloads/kueue-operator-tenant/kueue-operand-main@sha256:2edec3923d06ccba1a650381f25b44f1b1a2346313883946b000f5f59bf6fbf6"
📝 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:2edec3923d06ccba1a650381f25b44f1b1a2346313883946b000f5f59bf6fbf6 "
"image": "quay.io/redhat-user-workloads/kueue-operator-tenant/kueue-operand-main@sha256:2edec3923d06ccba1a650381f25b44f1b1a2346313883946b000f5f59bf6fbf6"
🤖 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 image reference string in the
"image" field contains a trailing whitespace character at the end, which can
cause issues when the jq/sed bundle flow processes this file and propagates the
space into generated manifests, resulting in an invalid image reference. Remove
the trailing space from the end of the
quay.io/redhat-user-workloads/kueue-operator-tenant/kueue-operand-main@sha256:...
string to ensure the image reference is properly formatted without any
extraneous whitespace.

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

/retest-required

Remaining retests: 0 against base HEAD 1b9c906 and 2 for PR HEAD 86cf724 in total

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

/retest-required

Remaining retests: 0 against base HEAD 7be950a and 1 for PR HEAD 86cf724 in total

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

/retest-required

Remaining retests: 0 against base HEAD 1671228 and 0 for PR HEAD 86cf724 in total

@openshift-ci

openshift-ci Bot commented Jun 25, 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.

@openshift-merge-bot openshift-merge-bot Bot merged commit 6cb9c82 into main Jun 25, 2026
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 lgtm Indicates that a PR is ready to be merged.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant