Skip to content

Update hyperfleet-operator-bundle to 2b36131 - #55

Merged
openshift-merge-bot[bot] merged 1 commit into
mainfrom
konflux/component-updates/hyperfleet-operator-catalog-component-update-hyperfleet-operator-bundle
Sep 21, 2026
Merged

openshift-merge-bot[bot] merged 1 commit into
mainfrom
konflux/component-updates/hyperfleet-operator-catalog-component-update-hyperfleet-operator-bundle

Conversation

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

@red-hat-konflux-kflux-prd-rh02 red-hat-konflux-kflux-prd-rh02 Bot commented Sep 19, 2026

Copy link
Copy Markdown
Contributor

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

This PR contains the following updates:

Package Update Change
quay.io/redhat-user-workloads/hyperfleet-tenant/hyperfleet/hyperfleet-operator-bundle digest 7ae2f57 -> 2b36131

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.

@openshift-ci

openshift-ci Bot commented Sep 19, 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 19, 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: a476bb27-d178-4519-b6ac-fe38ae58bbed

📥 Commits

Reviewing files that changed from the base of the PR and between 40f162e and 1264d46.

📒 Files selected for processing (1)
  • catalog/konflux-template.yaml
🔗 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; 10 remain after this review.


📝 Summary

Summary by CodeRabbit

  • Maintenance
    • Updated the bundled catalog image reference to the immutable SHA256 digest 2b361310da523d76772caab26a382017f13bd52cad35fd908dedf0fb0172314a.
    • Catalog deployments now use this specific image version consistently.

Walkthrough

The Konflux template now references OLM bundle image digest 2b361310da523d76772caab26a382017f13bd52cad35fd908dedf0fb0172314a instead of 7ae2f577ee2b0118ced9b486092281956688206f005962260a527d1b46870045.

Priority: ⬇️ Low

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

Change: Other

Suggested reviewers: ma-hill

🚥 Pre-merge checks | ✅ 11
✅ Passed checks (11 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly identifies the update to hyperfleet-operator-bundle and specifies the new digest prefix 2b36131.
Description check ✅ Passed The description directly documents the digest change from 7ae2f57 to 2b36131 and identifies the source revision.
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 authoritative diff changes only one line in catalog/konflux-template.yaml: an OLM bundle image digest. The added line contains no slog, log, logr, zap, or fmt.Print* statement an…
No Hardcoded Secrets ✅ Passed PASS. The pull request changes only the OLM image reference in catalog/konflux-template.yaml. The new value is a sha256: container image digest, not a base64-encoded secret. It contains no embedde…
No Weak Cryptography ✅ Passed The pull request changes only one image reference in catalog/konflux-template.yaml. It replaces one OCI sha256 image digest with another immutable sha256 digest. This is a content checksum for i…
No Injection Vectors ✅ Passed PASS: The pull request changes only one OLM image reference from one SHA256 digest to another. The changed file contains no SQL construction, command execution, template.HTML, or yaml.Unmarshal patter…
No Privileged Containers ✅ Passed PASS. The authoritative PR diff changes only the SHA256 digest on the image: field in catalog/konflux-template.yaml; it adds no privileged-container setting. The referenced source revision's produ…
No Pii Or Sensitive Data In Logs ✅ Passed The pull request changes only the immutable image digest in catalog/konflux-template.yaml. It adds no slog, logr, zap, log, or fmt.Print* logging statement, and it does not expose request …
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Commit to this branch
  • Create a new PR
✨ Simplify code
  • Commit to this branch
  • Create a new PR

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

@ciaranRoche

Copy link
Copy Markdown
Contributor

/ok-to-test

@ciaranRoche ciaranRoche left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

/lgtm

@hyperfleet-ci-bot

Copy link
Copy Markdown

Risk Score: 0 — risk/low

Signal Detail Points
PR size 2 lines +0
Sensitive paths none +0

Computed by hyperfleet-risk-scorer

@red-hat-konflux-kflux-prd-rh02 red-hat-konflux-kflux-prd-rh02 Bot changed the title Update hyperfleet-operator-bundle to 4481a2d Update hyperfleet-operator-bundle to fe2ac7c Sep 21, 2026
@red-hat-konflux-kflux-prd-rh02
red-hat-konflux-kflux-prd-rh02 Bot force-pushed the konflux/component-updates/hyperfleet-operator-catalog-component-update-hyperfleet-operator-bundle branch from cb9a19d to 80a3d06 Compare September 21, 2026 08:03
@openshift-ci openshift-ci Bot removed the lgtm label Sep 21, 2026
@ciaranRoche

Copy link
Copy Markdown
Contributor

/lgtm

@openshift-ci openshift-ci Bot added the lgtm label Sep 21, 2026
@red-hat-konflux-kflux-prd-rh02 red-hat-konflux-kflux-prd-rh02 Bot changed the title Update hyperfleet-operator-bundle to fe2ac7c Update hyperfleet-operator-bundle to 20fd418 Sep 21, 2026
@red-hat-konflux-kflux-prd-rh02
red-hat-konflux-kflux-prd-rh02 Bot force-pushed the konflux/component-updates/hyperfleet-operator-catalog-component-update-hyperfleet-operator-bundle branch from 80a3d06 to 40f162e Compare September 21, 2026 09:29
@openshift-ci openshift-ci Bot removed the lgtm label Sep 21, 2026
@ciaranRoche

Copy link
Copy Markdown
Contributor

/lgtm

@openshift-ci openshift-ci Bot added the lgtm label Sep 21, 2026
Image created from 'https://github.com/openshift-hyperfleet/hyperfleet-operator?rev=94e372d017b90e70e83e045436ba669142300f93'

Signed-off-by: red-hat-konflux-kflux-prd-rh02 <190377777+red-hat-konflux-kflux-prd-rh02[bot]@users.noreply.github.com>
@red-hat-konflux-kflux-prd-rh02 red-hat-konflux-kflux-prd-rh02 Bot changed the title Update hyperfleet-operator-bundle to 20fd418 Update hyperfleet-operator-bundle to 2b36131 Sep 21, 2026
@red-hat-konflux-kflux-prd-rh02
red-hat-konflux-kflux-prd-rh02 Bot force-pushed the konflux/component-updates/hyperfleet-operator-catalog-component-update-hyperfleet-operator-bundle branch from 40f162e to 1264d46 Compare September 21, 2026 10:06
@openshift-ci openshift-ci Bot removed the lgtm label Sep 21, 2026
@ciaranRoche

Copy link
Copy Markdown
Contributor

/lgtm

@openshift-ci openshift-ci Bot added the lgtm label Sep 21, 2026
@openshift-ci

openshift-ci Bot commented Sep 21, 2026

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: ciaranRoche

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-merge-bot
openshift-merge-bot Bot merged commit 3eb8016 into main Sep 21, 2026
6 checks passed
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.

1 participant