Skip to content

Releases: bmc-toolbox/actor

New bmclib version.

30 Dec 12:24
Compare
Choose a tag to compare

This release updates bmclib to v0.4.15.

IPMI Enhancement

30 Dec 08:37
Compare
Choose a tag to compare

This release incorporates bmc-toolbox/bmclib#223, which is not approved yet. It is tested in PROD already, so I don't want to wait till the approval cycle is finished.

Bug with HP servers!

29 Dec 09:27
Compare
Choose a tag to compare

The PowerOnForce() was a useless method that offers less flexibility than PowerOn().

Update the bmclib dependency.

24 Dec 00:50
Compare
Choose a tag to compare

This release updates the bmclib dependency to v0.4.14. It also runs gofumpt -l -w for stricter formatting rules.

Update the gingonic dependency.

27 Jul 13:34
Compare
Choose a tag to compare

Update the bmclib dependency.

18 Jul 12:41
Compare
Choose a tag to compare

This release updates bmclib to v0.4.13, to change SuperMicro servers to be handled by RedFish when dealing with the chassis information.

Updating dependencies.

09 Apr 13:08
Compare
Choose a tag to compare

This release contains

  • a patch to a nil reference exception in bmclib (which was updated to the latest tag 0.4.11).
  • a bug fix, where IPMI was not tried when it should.
  • a bug fix, where "chassis power cycle" was always tried, whereas the power status should be tried first.
  • the updated IPMI implementation (copied from bmclib, but we should actually use bmclib in a proper way... not copy it).

Update dependencies

13 Nov 14:52
Compare
Choose a tag to compare

Updating bmclib to support Dell PowerEdge R740xd

Add a config option to read BMC password from a file

05 Nov 10:52
5ec11a3
Compare
Choose a tag to compare
Merge pull request #11 from bmc-toolbox/abdrabo/password-file

Add a config option to read password from a file

Bugfix

24 Aug 10:52
7dc28c7
Compare
Choose a tag to compare
  • Fixup reference to ipmitool
  • If BMC connection fails but IPMI succeeds then continue without error. (Previously an error was returned)