Skip to content

Minor/Patch Release v0.4.7

Compare
Choose a tag to compare
@jacobweinstock jacobweinstock released this 10 Dec 16:54
443fc2d

New Features

  • registry/registry.go: PreferProtocol; allows ordering a registry by protocols. See client_test.go for a usage example (5b428eb)
  • registry/registry.go: logger in initFn; gets a logger into interface implementations. (5af407d)

Bug Fixes

  • discover/probe.go: long/unconfigurable probe timeout (c276071)
  • bmc/: interface function returns non nil error on success(a28e0ae)

Additional

  • Full unit test coverage for ipmitool provider (7648b28)