bump cilium to v1.20.0 - #364
Open
vishnukumarkvs wants to merge 2 commits into
Open
Conversation
Contributor
Author
|
checking go vet failure |
vishnukumarkvs
marked this pull request as draft
August 12, 2026 11:42
Member
|
Just a note: none of these CVEs apply to the agent. |
vishnukumarkvs
commented
Aug 12, 2026
Comment on lines
-222
to
+214
| github.com/grafana/pyroscope/ebpf => github.com/coroot/pyroscope/ebpf v0.0.0-20260804213318-758a0e72af3a | ||
| github.com/grafana/pyroscope/ebpf => github.com/vishnukumarkvs/pyroscope-coroot/ebpf v0.0.0-20260812093720-16395093d5d7 |
Contributor
Author
There was a problem hiding this comment.
This needs to be updated with coroot/pyroscope commit sha of this change: coroot/pyroscope#6
Contributor
Author
|
@def I have tested this private build, but on a EKS cluster (with VPC CNI). So, it might not invoke above cilium cni datapath. |
vishnukumarkvs
marked this pull request as ready for review
August 12, 2026 17:26
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This to fix below CVE's
CVE-2026-33726 (4.3) in github.com/cilium/cilium, fixed in 1.17.14
CVE-2026-41520 (4.4) in github.com/cilium/cilium, fixed in 1.17.15
CVE-2026-53935 (6.9) in github.com/cilium/cilium, fixed in 1.17.16
I have bumped cilium to recent version v1.20.0. It requires few code refactors, as stated below
lbmap reloactions
This cilium bump breaks pyroscope import as it also uses latest cilium/ebpf to build. hece these changes: coroot/pyroscope#6