-
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
update kubernetes dep to 1.31.0 #4763
Conversation
Looks like there is a conflict with controller-runtime? |
Yes we need new release of it, We can keep this on hold for now. let me check this later |
This pull request now has conflicts with the target branch. Could you please resolve conflicts and force push the corrected changes? 🙏 |
Added backport to 3.12 to avoid merge conflicts as this changing lot of things on the vendor side. |
We don't usual backport dependency changes to previous releases so it should be fine ? |
am fine for with that, as long as we don't have problem with solving merge conflict. |
If really needed, we can always backport this at a later time. |
@Mergifyio queue |
🛑 The pull request has been removed from the queue
|
updating the kubernetes to 1.31.0 in the api folder. Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
updating the kubernetes release to the latest in main go.mod Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
update controller-runtime to latest release. Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
updating go-ceph to latest 0.29.0 release. Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
adding k8s.io/cri-client to the replace section in the go.mod to fix below problem ``` running: go list -mod=readonly -m all go: k8s.io/cri-client@v0.0.0: invalid version: unknown revision v0.0.0 ``` Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
removed prometheus/client_golang and prometheus/common from replace section in go.mod as they are not required anymore to be in replace section. Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
/test ci/centos/k8s-e2e-external-storage/1.30 |
/test ci/centos/mini-e2e-helm/k8s-1.30 |
/test ci/centos/mini-e2e/k8s-1.30 |
/test ci/centos/k8s-e2e-external-storage/1.29 |
/test ci/centos/mini-e2e-helm/k8s-1.29 |
/test ci/centos/mini-e2e/k8s-1.29 |
/test ci/centos/upgrade-tests-cephfs |
/test ci/centos/upgrade-tests-rbd |
/test ci/centos/k8s-e2e-external-storage/1.31 |
/test ci/centos/mini-e2e-helm/k8s-1.31 |
/test ci/centos/mini-e2e/k8s-1.31 |
@Mergifyio refresh |
✅ Pull request refreshed |
Updating the kubernetes dependency to 1.31 release