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

chore: Bump k8s modules #38625

Merged
merged 2 commits into from
Feb 26, 2024
Merged

chore: Bump k8s modules #38625

merged 2 commits into from
Feb 26, 2024

Conversation

codingllama
Copy link
Contributor

Update k8s modules to their latest versions.

Split from #38605.

@codingllama codingllama added the no-changelog Indicates that a PR does not require a changelog entry label Feb 26, 2024
@codingllama
Copy link
Contributor Author

Branched from #38624.

@github-actions github-actions bot requested review from bl-nero and zmb3 February 26, 2024 14:39
@codingllama codingllama force-pushed the codingllama/bump-otel branch from 4065c86 to 3bc239f Compare February 26, 2024 15:10
Base automatically changed from codingllama/bump-otel to master February 26, 2024 15:45
@rosstimothy
Copy link
Contributor

Hrmm there seems to be a breakage introduced here

=== Failed
=== FAIL: lib/bpf  (0.00s)
FAIL	github.com/gravitational/teleport/lib/bpf [build failed]

@codingllama
Copy link
Contributor Author

Yep, I'm trying to figure out what's up.

@codingllama
Copy link
Contributor Author

$ make enter
$ C_INCLUDE_PATH=/usr/libbpf-1.2.2/include go test -tags=bpf ./lib/bpf/... -v
# github.com/prometheus/client_golang/prometheus/testutil/promlint
/tmp/gomodcache/github.com/prometheus/[email protected]/prometheus/testutil/promlint/promlint.go:71:38: undefined: expfmt.FmtText
FAIL	github.com/gravitational/teleport/lib/bpf [build failed]
FAIL

@@ -149,7 +149,7 @@ require (
github.com/pquerna/otp v1.4.0
github.com/prometheus/client_golang v1.18.0
github.com/prometheus/client_model v0.5.0
github.com/prometheus/common v0.46.0
github.com/prometheus/common v0.45.0
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This matches prometheus/client_golang v1.18.0: https://github.com/prometheus/client_golang/blob/v1.18.0/go.mod#L10-L12

@codingllama codingllama added this pull request to the merge queue Feb 26, 2024
Merged via the queue into master with commit 4b52e0a Feb 26, 2024
34 checks passed
@codingllama codingllama deleted the codingllama/bump-k8s branch February 26, 2024 19:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no-changelog Indicates that a PR does not require a changelog entry size/sm
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants