Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FS-1833 #41

Merged
merged 3 commits into from
Nov 11, 2024
Merged

FS-1833 #41

merged 3 commits into from
Nov 11, 2024

Conversation

jakeschuurmans
Copy link
Collaborator

@jakeschuurmans jakeschuurmans commented Nov 11, 2024

What does this PR do

Update bmclib tag to incorporate SetBiosFromFile bug fix.

Fix bmc code so it uses sum when possible.

Fix condition error state not being set when connection to bmc client fails

Revert retry logic
Install glibc in its entirety.

Upkeep:
-Update go-mod
-Update gitrunner release go version
Fix bad condition error state
Copy link
Contributor

@DoctorVin DoctorVin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is OK as far as it goes. I'm concerned about what we're hauling in with bmclib.

@@ -3,7 +3,7 @@ module github.com/metal-toolbox/bioscfg
go 1.23.1

require (
github.com/bmc-toolbox/bmclib/v2 v2.3.4
github.com/bmc-toolbox/bmclib/v2 v2.3.5-0.20241111155613-31918a066b74
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why not cut a release of bmclib?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just dont want to deal with the same stuff as last time. I made sure to pull this commit from main, instead of the branch, so this wont result in issues with the commit no longer existing.

@jakeschuurmans jakeschuurmans merged commit 6430fb2 into main Nov 11, 2024
6 checks passed
@jakeschuurmans jakeschuurmans deleted the FS-1833 branch November 11, 2024 16:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants