OCPCLOUD-3438: Bump govmomi to 0.53.0 - #1498
Conversation
|
@dlom: This pull request references OCPCLOUD-3438 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the task to target the "5.0.0" version, but no target version was set. DetailsIn response to this:
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. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository: openshift/coderabbit/.coderabbit.yaml Review profile: CHILL Plan: Advanced Run ID: ⛔ Files ignored due to path filters (2)
📒 Files selected for processing (2)
Included review availability: Your plan provides up to 2 included reviews per hour; 1 remains after this review. WalkthroughThe PR upgrades ChangesVMware clone update
Estimated code review effort: 1 (Trivial) | ~5 minutes Suggested reviewers: Merge Risk: ⚪ Minimal · up to This updates govmomi and adapts the VM clone CPU field to its new pointer type while preserving the configured value. No concrete merge-blocking risk is identified. Important Pre-merge checks failedPlease resolve all errors before merging. Addressing warnings is optional. ❌ Failed checks (1 error, 1 warning)
✅ Passed checks (13 passed)
Full details: Docstring CoverageExplanation Docstring coverage is 0.00% which is insufficient. The required threshold is 80.00%. Docstring coverage is scoped to functions touched by this diff. Analyzed 1 functions across 1 files. (1 skipped: 1 unsupported.) Full details: No-Sensitive-Data-In-LogsExplanation The vendored govmomi update adds sensitive-data-capable logging in Resolution Remove full-request logging. Log only the required method, action, and URL path. If request details are required for simulator diagnostics, explicitly redact
✨ Finishing Touches🧪 Generate unit tests (beta)
Warning Some tools did not complete. Review the errors below. 🔧 golangci-lint (2.13.2)Error: can't load config: unsupported version of the configuration: "" See https://golangci-lint.run/docs/product/migration-guide for migration instructions Comment |
|
/retest Looks like some test infra glitchiness. |
|
/retest-required |
1 similar comment
|
/retest-required |
|
/lgtm |
|
/assign @nrb Nolan, would you mind approving? |
|
would you be able to rebase this? Thanks! |
|
@dlom: This pull request references OCPCLOUD-3438 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the task to target the "5.1.0" version, but no target version was set. DetailsIn response to this:
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. |
|
/test images |
|
Scheduling tests matching the |
|
/retest |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: damdo The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/hold until the regression job passess /verified by ci |
|
@damdo: This PR has been marked as verified by DetailsIn response to this:
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. |
|
/test ? |
|
/test e2e-vsphere-ovn-upgrade e2e-vsphere-ovn-techpreview e2e-vsphere-ovn-serial e2e-vsphere-operator |
|
@dlom: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions 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. |
Hive depends on two other projects with a
govmomidependency: The installer and the MAO. We're in the process of revendoring the installer, and they have pulled in a newer version ofgovmomithat is slightly backwards incompatible. The actual "change" is a one-line fix inpkg/controller/vsphere/reconciler.goxref: OCPCLOUD-3438
/cc @suhanime
/cc @2uasimojo
Motivator: openshift/hive#2901
Summary by CodeRabbit
Chores
Bug Fixes