tinkerbell / pbnj

Service for interacting with BMCs
Apache License 2.0
109 stars 37 forks source link

Fixes ipmitool init error Failed to initialize the OEM info dictionary #159

Closed joelrebel closed 9 months ago

joelrebel commented 9 months ago

Description

Its silly that we missed this in the original PR incrementing the ipmitool version, but here we go.

ipmitool fails to start up with the error ipmitool init error Failed to initialize the OEM info dictionary, this pulls in the fix referenced in the linked issue.

https://github.com/ipmitool/ipmitool/issues/377

Why is this needed

Fixes: #

How Has This Been Tested?

How are existing users impacted? What migration steps/scripts do we need?

No impact.

Checklist:

I have:

codecov[bot] commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (c1aa245) 82.29% compared to head (b99edf3) 82.29%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #159 +/- ## ======================================= Coverage 82.29% 82.29% ======================================= Files 9 9 Lines 514 514 ======================================= Hits 423 423 Misses 76 76 Partials 15 15 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.