gardener / machine-controller-manager

Declarative way of managing machines for Kubernetes cluster
Apache License 2.0
256 stars 117 forks source link

Upgrade k8s dependencies to `v0.29.3`, Fix yaml parsing issues #907

Closed rishabh-11 closed 5 months ago

rishabh-11 commented 5 months ago

What this PR does / why we need it: Upgrade k8s dependencies to v0.29.3. This is needed as we have upgraded controller-gen to v0.14.0 and it is not working with v0.28.2 of k8s dependencies. It also fixes the yaml parsing issue introduced due to updating controller-gen to 0.14.0

Which issue(s) this PR fixes: Fixes #

Special notes for your reviewer: IT tests pass (cc @sssash18 )

Release note:

Updated k8s dependencies to `v0.29.3`