OSAC-2872: bump osac-operator BSR to v0.0.85 - #275
Conversation
Bump the private-api BSR module from v0.0.83 to v0.0.85 and regenerate the gRPC client. v0.0.85 includes the Volume proto definitions (VolumeSpec, VolumeStatus, VolumeAccessMode enum, StorageProtocol moved to storage_common_type.proto) from the merged Volume API PR (osac-project#201). The regeneration changes FabricManager from a value type to a pointer (optional field in the proto). Test files that constructed NetworkClass structs with bare string literals are updated to use pointer variables or ptr.To(). Signed-off-by: akshaynadkarni <25892229+akshaynadkarni@users.noreply.github.com> Assisted-by: Cursor/Claude Signed-off-by: akshaynadkarni <25892229+akshaynadkarni@users.noreply.github.com>
|
@akshaynadkarni: This pull request references OSAC-2872 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 feature 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: osac-project/coderabbit/.coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (83)
📒 Files selected for processing (3)
WalkthroughThe private API dependency advances to ChangesNetworkClass API alignment
Estimated code review effort: 1 (Trivial) | ~5 minutes Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 11✅ Passed checks (11 passed)
✨ Finishing Touches 💡 1🛠️ Fix failing CI checks 💡
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
🤖 Finished Review · ✅ Success · Started 9:13 PM UTC · Completed 9:25 PM UTC Commit: |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: akshaynadkarni, CrystalChun 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 |
|
Looks good to me |
|
/retest |
|
Re-triggered failed runs:
|
|
/retest |
|
/hold |
|
Re-triggered failed runs:
|
Summary
Bump the private-api BSR module from v0.0.83 to v0.0.85 and regenerate
the gRPC client. v0.0.85 includes the Volume proto definitions from
#201.
Why
The osac-operator gRPC client was pinned to BSR v0.0.83, which predates
the Volume proto. v0.0.85 was published after #201 merged and includes
Volume, VolumeAccessMode, StorageProtocol (moved to storage_common_type),
and the hub field on VolumeStatus.
The regeneration also changes FabricManager from a value type to a pointer
(optional field). Two test files are updated to use pointer variables.
Testing
Ticket
OSAC-2872
Signed-off-by: akshaynadkarni 25892229+akshaynadkarni@users.noreply.github.com
Assisted-by: Cursor/Claude
Summary by CodeRabbit
Tests
Chores