Releases: bmc-toolbox/actor
Releases · bmc-toolbox/actor
New bmclib version.
This release updates bmclib to v0.4.15.
IPMI Enhancement
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!
The PowerOnForce() was a useless method that offers less flexibility than PowerOn().
Update the bmclib dependency.
This release updates the bmclib dependency to v0.4.14. It also runs gofumpt -l -w
for stricter formatting rules.
Update the gingonic dependency.
This is a security patch: GHSA-h395-qcrw-5vmq
Update the bmclib dependency.
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.
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
Updating bmclib to support Dell PowerEdge R740xd
Add a config option to read BMC password from a file
Merge pull request #11 from bmc-toolbox/abdrabo/password-file Add a config option to read password from a file