Skip to content

Releases: bmc-toolbox/bmclib

Support for iDrac9 on Dell PowerEdge R6415 and R6515

03 Nov 01:16
46cba0b
Compare
Choose a tag to compare
  • Adds iDrac9 support for Dell PowerEdge R6415 and R6515

Fix a bug with managing the users on m1000e chassis

27 Oct 13:50
d1f8310
Compare
Choose a tag to compare

We were writing all the users to id=2 and the last write wins.

Generic logging Interface

30 Sep 15:36
13026a9
Compare
Choose a tag to compare
  • removes logrus logging in the package and allows clients to pass in a logger of their choice.
  • example usage can be found in examples/main.go
  • if no logger is provided, the default logger is a logrus implementation. code is at logging/logging.go

Add discover hint

29 May 09:06
Compare
Choose a tag to compare
  • discover.ScanAndConnect() supports optional hinting, which probe to try first. The idea is that clients can use prior knowledge to speed up the connect and reduce the load on BMC's by reducing failing connection attempts.

Add support for Dell PowerEdge R630 (idrac8) / R640 (idrac9)

28 Apr 08:04
c377a45
Compare
Choose a tag to compare
  • PSM-2322 Fix a race condition in creating SSHClient
  • PSM-2318 Add support for Dell PowerEdge R630 (idrac8) / R640 (idrac9)
  • PSM-2320 Fix a race condition in tests