Closed dbasunag closed 2 months ago
Report bugs in Issues
The following are automatically added:
.pre-commit-config.yaml
exists in the repo.Available user actions:
/wip
to the PR, To remove it from the PR comment /wip cancel
to the PR./hold
, To un-block merging of PR comment /hold cancel
./verified
to the PR, to un-verify comment /verified cancel
to the PR.
verified label removed on each new commit push./cherry-pick <target branch to cherry-pick to>
in the PR.
/cherry-pick branch1 branch2
)/build-and-push-container
in the PR (tag will be the PR number).
/build-and-push-container --build-arg OPENSHIFT_PYTHON_WRAPPER_COMMIT=<commit_hash>
/<label name>
, to remove, use /<label name> cancel
/assign-reviewers
/check-can-merge
[!CAUTION]
Review failed
The pull request is closed.
The recent changes involve updating the import statements in ocp_resources/virtual_machine_preferences.py
, moving from VirtualMachineClusterPreference
to VirtualMachinePreference
. This shift reflects a reorganization of module dependencies, accompanied by a deprecation warning indicating that the former class will be removed in version 4.17. Users are advised to transition to the new import path to ensure compatibility with future releases.
Files | Change Summary |
---|---|
ocp_resources/virtual_machine_preferences.py |
Updated import from VirtualMachineClusterPreference to VirtualMachinePreference , and added a deprecation warning for removal in version 4.17. |
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Short description:
More details:
What this PR does / why we need it:
Which issue(s) this PR fixes:
Special notes for reviewer:
Bug:
Summary by CodeRabbit
VirtualMachinePreference
.