Skip to content

Commit 3e88736

Browse files
mergify[bot]haesbaertCopilotebeahan
authored
[8.19](backport #50609) libbeat: update ebpfevents to 0.9.0 (#50639)
* libbeat: update ebpfevents to 0.9.0 (#50609) Improvements to the loader so it uses considerably less memory and loads faster, only one change: elastic/ebpfevents#32 (cherry picked from commit 4d1f975) # Conflicts: # go.mod # go.sum * libbeat: resolve ebpfevents backport merge conflicts Keep the 8.19 elastic-agent dependency versions while updating ebpfevents to 0.9.0 so the backport no longer leaves conflict markers in go.mod and go.sum.\n\nAssisted-By: OpenAI Codex Co-authored-by: ebeahan <7226265+ebeahan@users.noreply.github.com> --------- Co-authored-by: Christiano Haesbaert <haesbaert@elastic.co> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: ebeahan <7226265+ebeahan@users.noreply.github.com>
1 parent 8af850d commit 3e88736

4 files changed

Lines changed: 8 additions & 5 deletions

File tree

NOTICE.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10672,11 +10672,11 @@ SOFTWARE.
1067210672

1067310673
--------------------------------------------------------------------------------
1067410674
Dependency : github.com/elastic/ebpfevents
10675-
Version: v0.8.0
10675+
Version: v0.9.0
1067610676
Licence type (autodetected): Apache-2.0
1067710677
--------------------------------------------------------------------------------
1067810678

10679-
Contents of probable licence file $GOMODCACHE/github.com/elastic/ebpfevents@v0.8.0/LICENSE.txt:
10679+
Contents of probable licence file $GOMODCACHE/github.com/elastic/ebpfevents@v0.9.0/LICENSE.txt:
1068010680

1068110681
The https://github.com/elastic/ebpfevents repository contains source code under
1068210682
various licenses:
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
kind: enhancement
2+
summary: Update ebpfevents to 0.9.0
3+
component: libbeat

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ require (
170170
github.com/brianvoe/gofakeit v3.18.0+incompatible
171171
github.com/dgraph-io/badger/v4 v4.6.0
172172
github.com/elastic/bayeux v1.0.5
173-
github.com/elastic/ebpfevents v0.8.0
173+
github.com/elastic/ebpfevents v0.9.0
174174
github.com/elastic/elastic-agent-autodiscover v0.10.2
175175
github.com/elastic/elastic-agent-libs v0.33.3
176176
github.com/elastic/elastic-agent-system-metrics v0.14.3

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -361,8 +361,8 @@ github.com/elastic/azure-sdk-for-go/sdk/resourcemanager/consumption/armconsumpti
361361
github.com/elastic/azure-sdk-for-go/sdk/resourcemanager/consumption/armconsumption v1.1.0-elastic/go.mod h1:0vCBR1wgGwZeGmloJ+eCWIZF2S47grTXRzj2mftg2Nk=
362362
github.com/elastic/bayeux v1.0.5 h1:UceFq01ipmT3S8DzFK+uVAkbCdiPR0Bqei8qIGmUeY0=
363363
github.com/elastic/bayeux v1.0.5/go.mod h1:CSI4iP7qeo5MMlkznGvYKftp8M7qqP/3nzmVZoXHY68=
364-
github.com/elastic/ebpfevents v0.8.0 h1:rIrhj3SSsrwSOIv/MderZd0ZpbCLT4pudBtfnAbj3Oo=
365-
github.com/elastic/ebpfevents v0.8.0/go.mod h1:b6nLyQ8SA1RolRkP/nyGN6VAKqIObSJj8c2mhDGoNmg=
364+
github.com/elastic/ebpfevents v0.9.0 h1:La6+7+hbnzlM6IOo9edRJfa4qQ6Uo4ALsKRhS2gwBKI=
365+
github.com/elastic/ebpfevents v0.9.0/go.mod h1:RDOopYpSomVu55gCO8CPqDMzcU1poDvBeQUEb7pkI2k=
366366
github.com/elastic/elastic-agent-autodiscover v0.10.2 h1:fzi+CIcK7FKUQlQHfKP+3Ixg1wbuEYacaChunmMAP38=
367367
github.com/elastic/elastic-agent-autodiscover v0.10.2/go.mod h1:qBoYxp3lX3qFRYjEgsOaROC+xL4ItG63GSvOg1SjjsQ=
368368
github.com/elastic/elastic-agent-client/v7 v7.18.1 h1:WnM53JjaukeysrAuiTyrhDPmFxJG07ZAByc2TrkcKcs=

0 commit comments

Comments
 (0)