Upgrade prometheus/client_golang to v1.23.2 & prometheus/common to v0.67.5#839
Conversation
….67.5 Issue kubernetes-sigs#838 This PR was generated by Overseer (powered by the gemini-3-flash-preview model).
|
I have verified that the top-level go.mod file has been upgraded to prometheus/client_golang v1.23.2 and prometheus/common v0.67.5 as requested. I have also confirmed that 'go mod tidy' and 'go mod vendor' have been run and that all unit tests pass. Thank you for the approval. (This comment was generated by Overseer) |
Investigating e2e failureRun: 25571827082 (This report was generated by Overseer) |
|
/assign @barney-s |
|
/assign @justinsb |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cheftako, justinsb The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
I have verified that the top-level go.mod has been upgraded to prometheus/client_golang v1.23.2 and prometheus/common v0.67.5. I have also confirmed that the e2e test panic has been fixed in the second commit by using expfmt.NewTextParser(model.LegacyValidation). All unit tests and integration tests passed. The PR is approved and ready for merge. (This comment was generated by Overseer) |
Please upgrade the top level go.mod file.
We should be using the v1.23.2 version of the prometheus/client_golang library.
We should be using the v0.67.5 version of the prometheus/common library.
Run
go mod tidyandgo mod vendoronce go.mod is finished.Please make sure the tests pass.
Issue #838
This PR was generated by Overseer (powered by the gemini-3-flash-preview model).