Skip to content

chore(deps): update windows-machine-config-operator-release-5-0 to 77d7430#4232

Open
red-hat-konflux[bot] wants to merge 1 commit into
masterfrom
konflux/component-updates/windows-machine-config-operator-bundle-release-5-0-component-update-windows-machine-config-operator-release-5-0
Open

chore(deps): update windows-machine-config-operator-release-5-0 to 77d7430#4232
red-hat-konflux[bot] wants to merge 1 commit into
masterfrom
konflux/component-updates/windows-machine-config-operator-bundle-release-5-0-component-update-windows-machine-config-operator-release-5-0

Conversation

@red-hat-konflux

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

Copy link
Copy Markdown
Contributor

Image created from 'https://github.com/openshift/windows-machine-config-operator?rev=3a91a96625d2a1f54a917e4dfc3beda4e9340660'

This PR contains the following updates:

Package Update Change
quay.io/redhat-user-workloads/windows-machine-conf-tenant/windows-machine-config-operator/windows-machine-config-operator-release-5-0 digest 5c3a260 -> 77d7430

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 bundled Windows Machine Config Operator image reference to a newer verified digest.

…d7430

Image created from 'https://github.com/openshift/windows-machine-config-operator?rev=3a91a96625d2a1f54a917e4dfc3beda4e9340660'

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 25, 2026
@openshift-ci

openshift-ci Bot commented Jun 25, 2026

Copy link
Copy Markdown
Contributor

[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

1 similar comment
@openshift-ci

openshift-ci Bot commented Jun 25, 2026

Copy link
Copy Markdown
Contributor

[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 25, 2026

Copy link
Copy Markdown

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

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

Review profile: CHILL

Plan: Enterprise

Run ID: 1efd442f-3fae-4280-a61a-e2d0c517765f

📥 Commits

Reviewing files that changed from the base of the PR and between 3a91a96 and d63f29a.

📒 Files selected for processing (1)
  • Containerfile.bundle

📝 Walkthrough

Walkthrough

The bundle Containerfile updates the sed substitution used for REPLACE_IMAGE in the Windows Machine Config Operator ClusterServiceVersion manifest to a new registry.redhat.io/openshift4-wincw/windows-machine-config-rhel9-operator sha256 digest.

Suggested reviewers

  • jrvaldes
  • mansikulkarni96

Important

Pre-merge checks failed

Please resolve all errors before merging. Addressing warnings is optional.

❌ Failed checks (1 error)

Check name Status Explanation Resolution
Container-Privileges ❌ Error The bundle and manager manifests both set hostNetwork: true, which this check explicitly flags. Remove hostNetwork: true or document/justify it and review pod security settings for least privilege.
✅ Passed checks (19 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and accurately summarizes the dependency digest update for windows-machine-config-operator-release-5-0.
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.
Go Best Practices & Build Tags ✅ Passed The commit only updates an image digest in Containerfile.bundle; no Go source, error handling, or build-tag changes are present.
Security: Secrets, Ssh & Csr ✅ Passed PR only updates the bundle image digest in Containerfile.bundle; no SSH, secret, cert, or CSR approval logic changed.
Kubernetes Controller Patterns ✅ Passed PR only updates Containerfile.bundle image digest for the bundle CSV; no controller/reconciliation files, status, finalizer, or watch logic changed.
Windows Service Management ✅ Passed Only Containerfile.bundle digest changed; no Windows service handling code, docs, or SCM interactions were modified, so this check is not applicable.
Platform-Specific Requirements ✅ Passed PASS: The PR only bumps the bundle image digest in Containerfile.bundle; platform-specific constraints are already documented in README/docs (vSphere/AWS/Azure/limits).
Stable And Deterministic Test Names ✅ Passed Only Containerfile.bundle changed, updating an image digest; no Ginkgo test titles or test files were modified.
Test Structure And Quality ✅ Passed PR diff only changes Containerfile.bundle image digest; no Ginkgo test code is touched, so the test-quality check is not applicable.
Microshift Test Compatibility ✅ Passed Only Containerfile.bundle changed; no new Ginkgo tests or MicroShift-sensitive APIs/features were added.
Single Node Openshift (Sno) Test Compatibility ✅ Passed Only Containerfile.bundle digest changed; no Ginkgo e2e tests were added or modified, so the SNO compatibility check is not applicable.
Topology-Aware Scheduling Compatibility ✅ Passed Only Containerfile.bundle changed, updating a referenced image digest; no topology-aware scheduling manifests, selectors, affinity, or replica logic were added.
Ote Binary Stdout Contract ✅ Passed Only Containerfile.bundle changed; no Go/OTE process-level code was modified, so the stdout contract check is not applicable.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed PR only updates a bundle image digest in Containerfile.bundle; no new Ginkgo/e2e tests or IPv4/external-connectivity code were added.
No-Weak-Crypto ✅ Passed The only change swaps in a SHA-256 image digest; no MD5/SHA1/DES/RC4/3DES/Blowfish/ECB or custom-crypto code was introduced.
No-Sensitive-Data-In-Logs ✅ Passed The PR only updates a Containerfile image digest/date placeholder; I found no logging statements or embedded sensitive data.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch konflux/component-updates/windows-machine-config-operator-bundle-release-5-0-component-update-windows-machine-config-operator-release-5-0

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

@openshift-ci

openshift-ci Bot commented Jun 25, 2026

Copy link
Copy Markdown
Contributor

@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.

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. 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.

0 participants