-
Notifications
You must be signed in to change notification settings - Fork 40k
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
Bump prometheus/common
to v0.55.0
#125759
Bump prometheus/common
to v0.55.0
#125759
Conversation
prometheus/common to
v0.55.0prometheus/common to
v0.55.0
prometheus/common to
v0.55.0prometheus/common
to v0.55.0
@dims fyi that there might be a future change coming once we're aligned: prometheus/common#652 |
@mrueg ACK! |
/retest |
/assign |
/skip |
/priority important-longterm |
Got through most of it, github has been really slow to expand the diffs ... will come back to this soon. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
noting binary in vendor/google.golang.org/protobuf/internal/editiondefaults/editions_defaults.binpb
/lgtm
/approve
@@ -18,6 +18,9 @@ import ( | |||
"github.com/stretchr/testify/assert" | |||
) | |||
|
|||
// regex for GCCGO functions | |||
var gccgoRE = regexp.MustCompile(`\.pN\d+_`) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not ideal in runtime code but should be fine in a mock package.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess we don't have any way to ensure it's test-import only? something to investigate in the future.
LGTM label has been added. Git tree hash: 89a0ba9ba6d7e8640a329b357c33ad6c333b1b3e
|
(for go.mod/sum changes, needs staging/src/k8s.io/api/OWNERS approval) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
/lgtm
/approve
@dims: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
/retest |
/lgtm |
I was catching up on golang/go#19307 and realized that we have 2
goautoneg
forks in our dependencies.Checking on the one that prometheus forked internally, they ended up standardizing on what we use already namely the one maintained by @munnerz here:
prometheus/common#625
So let's switch to the latest prometheus/common to drop the extra copy.
BONUS: one less transitive dependency on
google.golang.org/appengine
( see prometheus/common@v0.48.0...v0.55.0 )What type of PR is this?
/kind cleanup
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.: