smartxworks / virtink

Lightweight Virtualization Add-on for Kubernetes
Apache License 2.0
481 stars 37 forks source link

chore: Bump controller-runtime to v0.13.0 #91

Closed carezkh closed 1 year ago

carezkh commented 1 year ago

Update controller-runtime to v0.13.0 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. E.g the logger comes from function ctrl.LoggerFrom(ctx) will have the value controller: virtualmachinemigration, controllerGroup: virt.virtink.smartx.com and controllerKind: VirtualMachineMigration for all controllers in virt-controller.

codecov[bot] commented 1 year ago

Codecov Report

Merging #91 (7623608) into main (1317b3e) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #91   +/-   ##
=======================================
  Coverage   34.11%   34.11%           
=======================================
  Files           6        6           
  Lines        1952     1952           
=======================================
  Hits          666      666           
  Misses       1182     1182           
  Partials      104      104           

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