-
Story
-
Resolution: Done
-
Normal
-
None
User or Developer story
As a WMCO developer, I want to pick up the openshift/kubernetes updates for the 1.25 k8s rebase to track the k8s version as rest of the OpenShift 1.25 cluster.
Engineering Details
Update the submodules using hack/submodule.sh script
Update the go.mod, go.sum and vendor dependencies pointing to the 1.25 libraries.
Acceptance Criteria
- WMCO submodules for kubelet and kube-proxy should pickup the latest updates for 1.25 rebase.
- K8s client and controller-runtime dependencies should be upgraded to 1.25.
- OpenShift client and API dependencies should be upgraded to 1.25.
- Set 1.25 as the minKubeVersion in the bundle CSV and update the baseK8sVersion in the cluster config tests.