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

Unpin prometheus library versions from go.mod #3283

Closed
perdasilva opened this issue May 27, 2024 · 0 comments · Fixed by #3380
Closed

Unpin prometheus library versions from go.mod #3283

perdasilva opened this issue May 27, 2024 · 0 comments · Fixed by #3380
Labels
maintenance Indicates an outstanding maintenance issue with the codebase

Comments

@perdasilva
Copy link
Collaborator

Description

The transition to go 1.22 and kubernetes 1.30 brought with it a conflict between our prometheus library versions and that of k8s.io/component-base (which we use for its feature package). Until component-base bumps their version of prometheus, we'll need to track it.

Fix

There have been updates to the component-base dependencies already. Once 1.30 is released, we can try to drop the replaces from go.mod

@perdasilva perdasilva added the maintenance Indicates an outstanding maintenance issue with the codebase label May 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Indicates an outstanding maintenance issue with the codebase
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant