smartxworks / cluster-api-provider-virtink

Kubernetes Cluster API Provider Virtink
Apache License 2.0
24 stars 2 forks source link

chore: Bump controller-runtime to v0.13.1 #37

Closed carezkh closed 1 year ago

carezkh commented 1 year ago

Update controller-runtime to v0.13.1 to include patch https://github.com/kubernetes-sigs/controller-runtime/pull/1907, otherwise all logger produced by controller-runtime will have the same controller, controllerGroup and controllerKind. Actually, this patch has been released in controller-runtime v0.13.0, but we have to choose a stable version of Cluster API compatible with the controller-runtime, and the controller-runtime v0.13.1 is used in Cluster API v1.3.0

codecov[bot] commented 1 year ago

Codecov Report

Merging #37 (45cf2d7) into main (ef6b2d6) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #37   +/-   ##
=======================================
  Coverage   39.95%   39.95%           
=======================================
  Files           3        3           
  Lines         453      453           
=======================================
  Hits          181      181           
  Misses        241      241           
  Partials       31       31           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.