-
Notifications
You must be signed in to change notification settings - Fork 547
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
rebase: update kubernetes deps to 1.27.1 #3752
Conversation
This pull request now has conflicts with the target branch. Could you please resolve conflicts and force push the corrected changes? 🙏 |
@riya-singhal31 please rebase the PR |
Rebased, thanks! |
go.mod
Outdated
@@ -35,21 +35,24 @@ require ( | |||
// | |||
// when updating k8s.io/kubernetes, make sure to update the replace section too | |||
// | |||
k8s.io/api v0.26.3 | |||
k8s.io/apimachinery v0.26.3 | |||
k8s.io/api v0.27.0 |
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.
we have kubernetes 1.27.1 release , instead of updating to older release lets update to new release.
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.
Yes, sure.
Updated to 1.27.1
Lines 183 to 186 in f0e6ee0
|
Removed the other two, leaving github.com/portworx/sched-ops => github.com/portworx/sched-ops v0.20.4-openstorage-rc3 |
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.
Please fix the CI failures
This pull request now has conflicts with the target branch. Could you please resolve conflicts and force push the corrected changes? 🙏 |
@riya-singhal31 please rebase the PR |
Rebased, thanks! |
It seems like a bug in operator-sdk client.go operator-framework/operator-sdk#6396 |
This pull request now has conflicts with the target branch. Could you please resolve conflicts and force push the corrected changes? 🙏 |
This pull request now has conflicts with the target branch. Could you please resolve conflicts and force push the corrected changes? 🙏 |
Thanks for the commits @nixpanic. I'll take a look and fix the rest of CIs. |
This pull request now has conflicts with the target branch. Could you please resolve conflicts and force push the corrected changes? 🙏 |
This pull request now has conflicts with the target branch. Could you please resolve conflicts and force push the corrected changes? 🙏 |
1 similar comment
This pull request now has conflicts with the target branch. Could you please resolve conflicts and force push the corrected changes? 🙏 |
@riya-singhal31 can you please refresh the PR? |
Signed-off-by: riya-singhal31 <rsinghal@redhat.com>
replaced ErrWaitTimeout with Interrupted Signed-off-by: riya-singhal31 <rsinghal@redhat.com>
It seems `ceph-selinux` now needs `/etc/selinux/config`, otherwise installing will fail. Signed-off-by: Niels de Vos <ndevos@ibm.com>
Kubernetes 1.27 is not compatible with any released controller-runtime version. A commit that addresses the issue is only available in the `main` branch of the project for now, so rebasing to that version. See-also: kubernetes-sigs/controller-runtime#2223 Signed-off-by: Niels de Vos <ndevos@ibm.com>
Signed-off-by: Niels de Vos <ndevos@ibm.com>
Signed-off-by: Niels de Vos <ndevos@ibm.com>
Thanks, rebased. |
This pull request now has conflicts with the target branch. Could you please resolve conflicts and force push the corrected changes? 🙏 |
As the k8s 1.27 is released, updating the do dependencies to 1.27.