-
Notifications
You must be signed in to change notification settings - Fork 206
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
Bump kub libs #568
Bump kub libs #568
Conversation
117dacc
to
b47b0f6
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #568 +/- ##
=======================================
Coverage 85.12% 85.12%
=======================================
Files 12 12
Lines 1613 1613
=======================================
Hits 1373 1373
Misses 155 155
Partials 85 85
☔ View full report in Codecov by Sentry. |
3d2068f
to
18597b9
Compare
Run e2e tests locally and they passed
|
@AKamyshnikova could you please check if there is change in CRD file generated? If there is change please check in the CRD file too |
182bf3d
to
fb0ad2b
Compare
@anishakj Thanks for pointing this! Updated CRDs |
@AKamyshnikova Could you please resolve conflicts? |
fb0ad2b
to
dc5276b
Compare
- k8s libs to v0.27.5 - controller-runtime to v0.15.0 Updated usage for fake client - now required WithStatusSubresource(..) MultiNamespacedCacheBuilder is deprecated switched to usage Cache.Options.Namespaces. Updated usage for depricated wait.Poll and use fake.NewClientBuilder() Fixes: pravega#567 Signed-off-by: Ann Taraday <[email protected]> Change-Id: Ia673486d8ebb3c76e86d1cc3af846cd890b4ffaa
Signed-off-by: Ann Taraday <[email protected]> Change-Id: I2fafe2a37bc3392e0db4cf20879567b690a2aa4c
dc5276b
to
1159ce0
Compare
Signed-off-by: Ann Taraday [email protected]
Change-Id: Ia673486d8ebb3c76e86d1cc3af846cd890b4ffaa
Change log description
Updated usage for fake client - now required WithStatusSubresource(..)
Purpose of the change
Fixes: #567
What the code does
(Detailed description of the code changes)
How to verify it
All e2e tests should pass