-
Notifications
You must be signed in to change notification settings - Fork 38
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
build: bump kube from v0.85.0 to v0.87.2 and k8s-openapi from v0.19.0 to v0.20.0 #854
build: bump kube from v0.85.0 to v0.87.2 and k8s-openapi from v0.19.0 to v0.20.0 #854
Conversation
d2d8cfc
to
da19a9f
Compare
bors try |
tryTimed out. |
bors try |
tryBuild failed: |
oops had forgotten about this, sorry. |
@niladrih you had another PR where you also upped the k8s deps, where did you stand there, can we go ahead and update kube and k8s api? |
tryBuild failed: |
I suspect you might need to update the kube crates across the tomls, which means updating the k8s api, which again brings me to ping @niladrih about his previous attempt |
da19a9f
to
34d53ff
Compare
Signed-off-by: Mike Beaumont <mjboamail@gmail.com>
Signed-off-by: Mike Beaumont <mjboamail@gmail.com>
Signed-off-by: Mike Beaumont <mjboamail@gmail.com>
34d53ff
to
8193432
Compare
bors delegate+ |
✌️ michaelbeaumont can now approve this pull request. To approve and merge a pull request, simply reply with |
bors try |
tryBuild succeeded: |
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.
Awesome, thank you!
I think you can also comment 'bors merge', whenever you are ready @michaelbeaumont :) |
bors merge |
Build succeeded: |
This switches to the
rustls
backend, it's the default for the first time in this version, and thus fixes openebs/mayastor#1729 by way of the rustls-only fix of kube-rs/kube#991This is the minimum change necessary to just fix the above issue. Probably this and other dependencies should be updated in addition to this PR.
Closes openebs/mayastor#1729
This also bumps the minimum k8s version to v1.22