-
Notifications
You must be signed in to change notification settings - Fork 416
bump epochs on packages dependent on Go #3549
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
Conversation
Signed-off-by: Jason Hall <[email protected]>
|
after 2h+ building, metacontroller failed with: I'm going to remove it from this bump and try to figure out if this is a pervasive issue. |
Signed-off-by: Jason Hall <[email protected]>
Signed-off-by: Jason Hall <[email protected]>
|
This time it failed on newrelic-infrastructure-agent: The commit we have passed when wolfibot updated it, but it's different now: https://github.com/newrelic/infrastructure-agent/releases/tag/1.43.2 They may have updated the tag some time after wolfibot built the updated package, which would explain this. Anyway, using the new commit, let's see what happens 🤞 |
Signed-off-by: Jason Hall <[email protected]>
|
newrelic-prometheus-configurator failed with: ...which looks right to me: https://github.com/newrelic/newrelic-prometheus-configurator/releases/tag/v1.4.2 🤔 Updating, let's try it again. |
Go had a patch release for a security fix in net/http (#3531) so we should rebuild anything built with Go using that version of stdlib to ensure the fix is available in all the packages.
Previously, #1797
This was done with:
...then reverting changes to
go-[fips]-1.[19,20].yamlmanually.