Skip to content

Update hyperfleet-operator to 45de8db - #32

Open
red-hat-konflux-kflux-prd-rh02[bot] wants to merge 1 commit into
mainfrom
konflux/component-updates/hyperfleet-operator-bundle-component-update-hyperfleet-operator
Open

Update hyperfleet-operator to 45de8db#32
red-hat-konflux-kflux-prd-rh02[bot] wants to merge 1 commit into
mainfrom
konflux/component-updates/hyperfleet-operator-bundle-component-update-hyperfleet-operator

Conversation

@red-hat-konflux-kflux-prd-rh02

Copy link
Copy Markdown
Contributor

Image created from 'https://github.com/openshift-hyperfleet/hyperfleet-operator?rev=dd2572fcc420ffeb97d26f1f3c89ed6a05425b01'

This PR contains the following updates:

Package Update Change
quay.io/redhat-user-workloads/hyperfleet-tenant/hyperfleet/hyperfleet-operator digest ca96669 -> 45de8db

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
This is Konflux nudging PR, not Mintmaker.

Image created from 'https://github.com/openshift-hyperfleet/hyperfleet-operator?rev=dd2572fcc420ffeb97d26f1f3c89ed6a05425b01'

Signed-off-by: red-hat-konflux-kflux-prd-rh02 <190377777+red-hat-konflux-kflux-prd-rh02[bot]@users.noreply.github.com>
@openshift-ci

openshift-ci Bot commented Sep 12, 2026

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign mischulee 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

openshift-ci Bot commented Sep 12, 2026

Copy link
Copy Markdown
Contributor

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

I'm waiting for a openshift-hyperfleet 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.

@coderabbitai

coderabbitai Bot commented Sep 12, 2026

Copy link
Copy Markdown

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Central YAML (base), Organization UI (inherited)

Review profile: CHILL

Plan: Enterprise

Run ID: b4c32fea-a8df-4b24-a4b4-30e4fca14664

📥 Commits

Reviewing files that changed from the base of the PR and between dd2572f and cfc6c64.

📒 Files selected for processing (1)
  • bundle.konflux.Dockerfile
🔗 Linked repositories identified

CodeRabbit considers these linked repositories for cross-repo context during reviews:

  • openshift-hyperfleet/architecture (manual)
  • openshift-hyperfleet/hyperfleet-api (manual)
  • openshift-hyperfleet/hyperfleet-sentinel (manual)
  • openshift-hyperfleet/hyperfleet-adapter (manual)
  • openshift-hyperfleet/hyperfleet-broker (manual)

Included review availability: Your plan provides up to 12 included reviews per hour; 6 remain after this review.


📝 Summary

Summary by CodeRabbit

  • Chores
    • Updated the HyperFleet Operator image reference used during bundle builds.

Walkthrough

The bundle Dockerfile updates HYPERFLEET_OPERATOR_IMAGE_PULLSPEC to reference a different digest-pinned HyperFleet Operator image.

Priority: ⬇️ Low

Estimated code review effort: 1 (Trivial) | ~2 minutes

Change: Other

Merge Risk: ⚪ Minimal · up to cfc6c

The operator image update remains digest-pinned and introduces no identified merge-blocking risk.

🚥 Pre-merge checks | ✅ 11
✅ Passed checks (11 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly identifies the primary change: updating the HyperFleet Operator image to digest 45de8db.
Description check ✅ Passed The description documents the image digest update from ca96669 to 45de8db and provides related Renovate and Konflux details.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0…
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.
Sec-02: Secrets In Log Output ✅ Passed PASS. The pull request changes only bundle.konflux.Dockerfile, a non-Go Dockerfile. The sole change replaces the HYPERFLEET_OPERATOR_IMAGE_PULLSPEC digest. No slog, log, logr, zap, or `fmt…
No Hardcoded Secrets ✅ Passed The pull request changes only the operator image pullspec in bundle.konflux.Dockerfile. The new value is a 64-character SHA-256 image digest under quay.io, used by update_bundle.sh as a containe…
No Weak Cryptography ✅ Passed PASS. The authoritative diff changes only the HyperFleet Operator image pullspec from one sha256 digest to another in bundle.konflux.Dockerfile. It introduces no crypto/md5, DES, RC4, SHA-1 secu…
No Injection Vectors ✅ Passed PASS. The pull request changes only one line in bundle.konflux.Dockerfile: a hardcoded digest in HYPERFLEET_OPERATOR_IMAGE_PULLSPEC. The value is passed to yq as image data and is not used in SQ…
No Privileged Containers ✅ Passed PASS — The pull request changes only the operator image digest in bundle.konflux.Dockerfile. The changed Dockerfile contains no privileged: true, host namespace settings, SYS_ADMIN, `allowPrivil…
No Pii Or Sensitive Data In Logs ✅ Passed PASS. The pull request changes only the digest in HYPERFLEET_OPERATOR_IMAGE_PULLSPEC in bundle.konflux.Dockerfile. It adds no logging statement and no PII, session ID, request/response body, or cr…
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch konflux/component-updates/hyperfleet-operator-bundle-component-update-hyperfleet-operator
✨ Simplify code
  • Create PR with simplified code
  • Commit simplified code in branch konflux/component-updates/hyperfleet-operator-bundle-component-update-hyperfleet-operator

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

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.

0 participants