Skip to content

Commit 692587e

Browse files
Bump github.com/netobserv/netobserv-ebpf-agent (#1216)
Bumps [github.com/netobserv/netobserv-ebpf-agent](https://github.com/netobserv/netobserv-ebpf-agent) from 1.7.0-community.0.20250130135234-c2d377a18f1b to 1.8.0-crc0. - [Release notes](https://github.com/netobserv/netobserv-ebpf-agent/releases) - [Commits](https://github.com/netobserv/netobserv-ebpf-agent/commits/v1.8.0-crc0) --- updated-dependencies: - dependency-name: github.com/netobserv/netobserv-ebpf-agent dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 85f78e4 commit 692587e

File tree

4 files changed

+50
-32
lines changed

4 files changed

+50
-32
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ require (
1010
github.com/go-logr/logr v1.4.2
1111
github.com/google/go-cmp v0.6.0
1212
github.com/netobserv/flowlogs-pipeline v1.7.0-community.0.20250303144123-5f6d6dcd0bdf
13-
github.com/netobserv/netobserv-ebpf-agent v1.7.0-community.0.20250130135234-c2d377a18f1b
13+
github.com/netobserv/netobserv-ebpf-agent v1.8.0-crc0
1414
github.com/onsi/ginkgo/v2 v2.22.2
1515
github.com/onsi/gomega v1.36.2
1616
github.com/openshift/api v0.0.0-20250228110707-635291d6fdf1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -698,8 +698,8 @@ github.com/netobserv/gopipes v0.3.0 h1:IYmPnnAVCdSK7VmHmpFhrVBOEm45qpgbZmJz1sSW+
698698
github.com/netobserv/gopipes v0.3.0/go.mod h1:N7/Gz05EOF0CQQSKWsv3eof22Cj2PB08Pbttw98YFYU=
699699
github.com/netobserv/loki-client-go v0.0.0-20220927092034-f37122a54500 h1:RmnoJe/ci5q+QdM7upFdxiU+D8F3L3qTd5wXCwwHefw=
700700
github.com/netobserv/loki-client-go v0.0.0-20220927092034-f37122a54500/go.mod h1:LHXpc5tjKvsfZn0pwLKrvlgEhZcCaw3Di9mUEZGAI4E=
701-
github.com/netobserv/netobserv-ebpf-agent v1.7.0-community.0.20250130135234-c2d377a18f1b h1:qOjnvcS5SGiqiGYxM5zzRxnvthx/9Pi8vvFsqnGGXtg=
702-
github.com/netobserv/netobserv-ebpf-agent v1.7.0-community.0.20250130135234-c2d377a18f1b/go.mod h1:MP3H40HA1Xa/lBDHHyuhohNXKenV5j2S6+wGgqqD+Qc=
701+
github.com/netobserv/netobserv-ebpf-agent v1.8.0-crc0 h1:CMWTc/f9KgVbPlakwEQSzPxtZwetTQ02s9Prspui8tI=
702+
github.com/netobserv/netobserv-ebpf-agent v1.8.0-crc0/go.mod h1:MP3H40HA1Xa/lBDHHyuhohNXKenV5j2S6+wGgqqD+Qc=
703703
github.com/netobserv/prometheus-common v0.59.1-netobserv h1:9Htzb0oC95diNpkL008fpd7HM3mMaYmQdKH0IYjWdfs=
704704
github.com/netobserv/prometheus-common v0.59.1-netobserv/go.mod h1:GpWM7dewqmVYcd7SmRaiWVe9SSqjf0UrwnYnpEZNuT0=
705705
github.com/netsampler/goflow2 v1.3.7 h1:XZaTy8kkMnGXpJ9hS3KbO1McyrFTpVNhVFEx9rNhMmc=

vendor/github.com/netobserv/netobserv-ebpf-agent/pkg/ifaces/watcher.go

Lines changed: 46 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ github.com/netobserv/loki-client-go/pkg/labelutil
370370
github.com/netobserv/loki-client-go/pkg/logproto
371371
github.com/netobserv/loki-client-go/pkg/metric
372372
github.com/netobserv/loki-client-go/pkg/urlutil
373-
# github.com/netobserv/netobserv-ebpf-agent v1.7.0-community.0.20250130135234-c2d377a18f1b
373+
# github.com/netobserv/netobserv-ebpf-agent v1.8.0-crc0
374374
## explicit; go 1.23.0
375375
github.com/netobserv/netobserv-ebpf-agent/pkg/agent
376376
github.com/netobserv/netobserv-ebpf-agent/pkg/decode

0 commit comments

Comments
 (0)