-
Notifications
You must be signed in to change notification settings - Fork 184
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rook api & image update to latest master #2224
Rook api & image update to latest master #2224
Conversation
294f53e
to
2c829ff
Compare
4101a1a
to
228cb9a
Compare
/retest |
fa1a0e6
to
20c97b4
Compare
20c97b4
to
c0b8748
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Keep the CSV generation commit and squash the other 3.
Since first commit breaks the build and unit test, it's good to have fixes for those in the same commit.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add a description to the PR and commit about breaking changes. It's easier to track a change via commit later.
go get github.com/rook/rook@master go get github.com/rook/rook/pkg/apis@master Also add make deps-update changes Fix breaking changes in manager due to new controller-runtime version Unit test fixes after controller-runtime update to v0.16.0 Create mock storageClusters with finalizers inside them as the fake client has issues when both status & objectmeta are updated in the same reconcile loop. Also fixed TestCreateSCCs & TestOcsProviderServerEnsureCreated tests. No longer skip the TestOCSProviderServerStorageClassRequest test. Signed-off-by: Malay Kumar Parida <[email protected]>
Also add make gen-latest-csv changes Signed-off-by: Malay Kumar Parida <[email protected]>
c0b8748
to
2ee5b3a
Compare
Done |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: malayparida2000, umangachapagain The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
e6631e6
into
red-hat-storage:main
Update rook api & image to latest on master.
Also add make deps-update changes
Fix breaking changes in manager due to new controller-runtime version
Unit test fixes after controller-runtime update to v0.16.0
Create mock storageClusters with finalizers inside them as the fake
client has issues when both status & objectmeta are updated in the same
reconcile loop.
Also fixed TestCreateSCCs & TestOcsProviderServerEnsureCreated tests.
No longer skip the TestOCSProviderServerStorageClassRequest test.