Skip to content

Commit 90beddd

Browse files
committed
bump flp
1 parent 40d3be4 commit 90beddd

File tree

9 files changed

+52
-46
lines changed

9 files changed

+52
-46
lines changed

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ require (
77
github.com/coreos/go-semver v0.3.1
88
github.com/google/go-cmp v0.7.0
99
github.com/grafana/loki/operator/apis/loki v0.0.0-20241021105923-5e970e50b166
10-
github.com/netobserv/flowlogs-pipeline v1.10.0-community.0.20251210194924-86e5b0087faa
11-
github.com/netobserv/netobserv-ebpf-agent v1.10.0-community.0.20260105153759-648a4f37b74d
10+
github.com/netobserv/flowlogs-pipeline v1.10.1-community.0.20260128081215-6575ca967373
11+
github.com/netobserv/netobserv-ebpf-agent v1.10.1-community
1212
github.com/onsi/ginkgo/v2 v2.27.5
1313
github.com/onsi/gomega v1.39.0
1414
github.com/openshift/api v0.0.0-20250707164913-2cd5821c9080
@@ -94,7 +94,7 @@ require (
9494
golang.org/x/net v0.48.0 // indirect
9595
golang.org/x/oauth2 v0.34.0 // indirect
9696
golang.org/x/sync v0.19.0 // indirect
97-
golang.org/x/sys v0.39.0 // indirect
97+
golang.org/x/sys v0.40.0 // indirect
9898
golang.org/x/term v0.38.0 // indirect
9999
golang.org/x/text v0.32.0 // indirect
100100
golang.org/x/time v0.12.0 // indirect

go.sum

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ github.com/json-iterator/go v1.1.12 h1:PV8peI4a0ysnczrg+LtxykD8LfKY9ML6u2jnxaEnr
9797
github.com/json-iterator/go v1.1.12/go.mod h1:e30LSqwooZae/UwlEbR2852Gd8hjQvJoHmT4TnhNGBo=
9898
github.com/kisielk/errcheck v1.5.0/go.mod h1:pFxgyoBC7bSaBwPgfKdkLd5X25qrDl4LWUI2bnpBCr8=
9999
github.com/kisielk/gotool v1.0.0/go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+oQHNcck=
100-
github.com/klauspost/compress v1.18.0 h1:c/Cqfb0r+Yi+JtIEq73FWXVkRonBlf0CRNYc8Zttxdo=
101-
github.com/klauspost/compress v1.18.0/go.mod h1:2Pp+KzxcywXVXMr50+X0Q/Lsb43OQHYWRCY2AiWywWQ=
100+
github.com/klauspost/compress v1.18.2 h1:iiPHWW0YrcFgpBYhsA6D1+fqHssJscY/Tm/y2Uqnapk=
101+
github.com/klauspost/compress v1.18.2/go.mod h1:R0h/fSBs8DE4ENlcrlib3PsXS61voFxhIs2DeRhCvJ4=
102102
github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE=
103103
github.com/kr/pretty v0.3.1/go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk=
104104
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
@@ -121,10 +121,10 @@ github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 h1:C3w9PqII01/Oq
121121
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ=
122122
github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f h1:KUppIJq7/+SVif2QVs3tOP0zanoHgBEVAwHxUSIzRqU=
123123
github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U=
124-
github.com/netobserv/flowlogs-pipeline v1.10.0-community.0.20251210194924-86e5b0087faa h1:kBDUEbukEj/vvt+7nL5FprbjXhFYPaZGQElDm58vkdU=
125-
github.com/netobserv/flowlogs-pipeline v1.10.0-community.0.20251210194924-86e5b0087faa/go.mod h1:xotGz14dPOGoNwFOVeIsnK1SDGVuLtMMZSyIV4iK6Lw=
126-
github.com/netobserv/netobserv-ebpf-agent v1.10.0-community.0.20260105153759-648a4f37b74d h1:3qm/NFqvCk/wAlOOD0FiENw/YXM56BBRi5Y80ZzxyUo=
127-
github.com/netobserv/netobserv-ebpf-agent v1.10.0-community.0.20260105153759-648a4f37b74d/go.mod h1:0BEBkQnVX4lMg/PQWbScZNI6A/mYPGONi3QqRFdVGPw=
124+
github.com/netobserv/flowlogs-pipeline v1.10.1-community.0.20260128081215-6575ca967373 h1:/XZ/t0+NlXawU7VwEkZ590UVN7bC6kCDLPCCB9zNCpE=
125+
github.com/netobserv/flowlogs-pipeline v1.10.1-community.0.20260128081215-6575ca967373/go.mod h1:vOXMJwWooj/RiGkLYS9WXSoiGPPWAFLXIYJ2vzIFWU4=
126+
github.com/netobserv/netobserv-ebpf-agent v1.10.1-community h1:9elSOcMkEQeztWH6w8eB3cRZUApaBvexZNQ/xExXXnA=
127+
github.com/netobserv/netobserv-ebpf-agent v1.10.1-community/go.mod h1:l9igyOCKLjPGD49AOuMWPbwdUTPHqid1fvC8dSYzOR4=
128128
github.com/netsampler/goflow2 v1.3.7 h1:XZaTy8kkMnGXpJ9hS3KbO1McyrFTpVNhVFEx9rNhMmc=
129129
github.com/netsampler/goflow2 v1.3.7/go.mod h1:4UZsVGVAs//iMCptUHn3WNScztJeUhZH7kDW2+/vDdQ=
130130
github.com/onsi/ginkgo/v2 v2.27.5 h1:ZeVgZMx2PDMdJm/+w5fE/OyG6ILo1Y3e+QX4zSR0zTE=
@@ -250,8 +250,8 @@ golang.org/x/sync v0.19.0/go.mod h1:9KTHXmSnoGruLpwFjVSX0lNNA75CykiMECbovNTZqGI=
250250
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
251251
golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
252252
golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
253-
golang.org/x/sys v0.39.0 h1:CvCKL8MeisomCi6qNZ+wbb0DN9E5AATixKsvNtMoMFk=
254-
golang.org/x/sys v0.39.0/go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks=
253+
golang.org/x/sys v0.40.0 h1:DBZZqJ2Rkml6QMQsZywtnjnnGvHza6BTfYFWY9kjEWQ=
254+
golang.org/x/sys v0.40.0/go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks=
255255
golang.org/x/term v0.38.0 h1:PQ5pkm/rLO6HnxFR7N2lJHOZX6Kez5Y1gDSJla6jo7Q=
256256
golang.org/x/term v0.38.0/go.mod h1:bSEAKrOT1W+VSu9TSCMtoGEOUcKxOKgl3LE5QEF/xVg=
257257
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=

internal/controller/ebpf/agent_controller_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ func TestBpfmanConfig(t *testing.T) {
216216
assert.Equal(t, corev1.EnvVar{Name: "EBPF_PROGRAM_MANAGER_MODE", Value: "true"}, ds.Spec.Template.Spec.Containers[0].Env[0])
217217
assert.Equal(t, "bpfman-maps", ds.Spec.Template.Spec.Volumes[1].Name)
218218
assert.Equal(t, map[string]string{
219-
"csi.bpfman.io/maps": "direct_flows,aggregated_flows,aggregated_flows_dns,aggregated_flows_pkt_drop,aggregated_flows_network_events,aggregated_flows_xlat,additional_flow_metrics,packet_record,dns_flows,global_counters,filter_map,peer_filter_map,ipsec_ingress_map,ipsec_egress_map",
219+
"csi.bpfman.io/maps": "direct_flows,aggregated_flows,aggregated_flows_dns,aggregated_flows_pkt_drop,aggregated_flows_network_events,aggregated_flows_xlat,additional_flow_metrics,packet_record,dns_flows,global_counters,filter_map,peer_filter_map,ipsec_ingress_map,ipsec_egress_map,ssl_data_event_map,dns_name_map",
220220
"csi.bpfman.io/program": "netobserv",
221221
}, ds.Spec.Template.Spec.Volumes[1].CSI.VolumeAttributes)
222222
}

vendor/github.com/netobserv/flowlogs-pipeline/pkg/api/write_ipfix.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/netobserv/flowlogs-pipeline/pkg/config/config.go

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/netobserv/flowlogs-pipeline/pkg/config/pipeline_builder.go

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

vendor/github.com/netobserv/netobserv-ebpf-agent/pkg/config/config.go

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

vendor/github.com/netobserv/netobserv-ebpf-agent/pkg/maps/maps.go

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

vendor/modules.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -163,14 +163,14 @@ github.com/munnerz/goautoneg
163163
# github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f
164164
## explicit
165165
github.com/mwitkow/go-conntrack
166-
# github.com/netobserv/flowlogs-pipeline v1.10.0-community.0.20251210194924-86e5b0087faa
167-
## explicit; go 1.24.0
166+
# github.com/netobserv/flowlogs-pipeline v1.10.1-community.0.20260128081215-6575ca967373
167+
## explicit; go 1.25.0
168168
github.com/netobserv/flowlogs-pipeline/pkg/api
169169
github.com/netobserv/flowlogs-pipeline/pkg/config
170170
github.com/netobserv/flowlogs-pipeline/pkg/dsl
171171
github.com/netobserv/flowlogs-pipeline/pkg/utils
172172
github.com/netobserv/flowlogs-pipeline/pkg/utils/filters
173-
# github.com/netobserv/netobserv-ebpf-agent v1.10.0-community.0.20260105153759-648a4f37b74d
173+
# github.com/netobserv/netobserv-ebpf-agent v1.10.1-community
174174
## explicit; go 1.24.0
175175
github.com/netobserv/netobserv-ebpf-agent/pkg/config
176176
github.com/netobserv/netobserv-ebpf-agent/pkg/maps
@@ -398,7 +398,7 @@ golang.org/x/oauth2/internal
398398
## explicit; go 1.24.0
399399
golang.org/x/sync/errgroup
400400
golang.org/x/sync/singleflight
401-
# golang.org/x/sys v0.39.0
401+
# golang.org/x/sys v0.40.0
402402
## explicit; go 1.24.0
403403
golang.org/x/sys/plan9
404404
golang.org/x/sys/unix

0 commit comments

Comments
 (0)