Skip to content

Update hyperfleet-api to 99f8cdd - #21

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

Update hyperfleet-api to 99f8cdd#21
red-hat-konflux-kflux-prd-rh02[bot] wants to merge 1 commit into
mainfrom
konflux/component-updates/hyperfleet-operator-bundle-component-update-hyperfleet-api

Conversation

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

Copy link
Copy Markdown
Contributor

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

This PR contains the following updates:

Package Update Change
quay.io/redhat-user-workloads/hyperfleet-tenant/hyperfleet/hyperfleet-api digest 8533d0d -> 99f8cdd

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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
This is Konflux nudging PR, not Mintmaker.

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

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 4, 2026

Copy link
Copy Markdown

[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 crizzo71 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 4, 2026

Copy link
Copy Markdown

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 4, 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: 13f8dd3e-82f3-4e57-a714-20c737ac50b0

📥 Commits

Reviewing files that changed from the base of the PR and between 6e94abc and 1e227ad.

📒 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; 11 remain after this review.


📝 Summary

Summary by CodeRabbit

  • Chores
    • Updated the HyperFleet API image reference to a newer digest-pinned version.

Walkthrough

The bundle Dockerfile updates the default HYPERFLEET_API_IMAGE_PULLSPEC digest. The image repository and argument name remain unchanged.

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

Merge Risk: ⚪ Minimal · up to 1e227

This updates the pinned HyperFleet API image version while retaining the existing repository and pullspec structure. No current merge-blocking risk is identified.

Suggested reviewers: ma-hill

🚥 Pre-merge checks | ✅ 11
✅ Passed checks (11 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly identifies the main change: updating the hyperfleet-api image to revision 99f8cdd.
Description check ✅ Passed The description directly explains the hyperfleet-api digest update from 8533d0d to 99f8cdd and provides the source revision and merge 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 one Dockerfile image digest. The patch adds no slog, log, logr, zap, or fmt.Print* statement. It adds no token, password, credential, or secret field or interpolate…
No Hardcoded Secrets ✅ Passed PASS. The only added line changes an image pullspec from one SHA-256 digest to another. The value is a 64-character lowercase hexadecimal image digest, not a base64 string, credential URL, secret assi…
No Weak Cryptography ✅ Passed The pull request changes only the HYPERFLEET_API_IMAGE_PULLSPEC value in bundle.konflux.Dockerfile, from one SHA-256 image digest to another. The diff adds no cryptographic primitive, comparison, …
No Injection Vectors ✅ Passed PASS. The commit changes only one hardcoded, digest-pinned HYPERFLEET_API_IMAGE_PULLSPEC value in bundle.konflux.Dockerfile. It adds no SQL construction (CWE-89), command execution (CWE-78), `temp…
No Privileged Containers ✅ Passed PASS. The only changed line updates the HYPERFLEET_API_IMAGE_PULLSPEC digest in bundle.konflux.Dockerfile. The changed Dockerfile contains no privileged: true, hostPID, hostNetwork, `hostIPC…
No Pii Or Sensitive Data In Logs ✅ Passed PASS. The pull request changes only the HYPERFLEET_API_IMAGE_PULLSPEC digest in bundle.konflux.Dockerfile. The diff adds no slog, logr, zap, log, or fmt.Print* statement and adds no requ…
✨ 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-api
✨ Simplify code
  • Create PR with simplified code
  • Commit simplified code in branch konflux/component-updates/hyperfleet-operator-bundle-component-update-hyperfleet-api

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