1.11.3-community
What's Changed
Non-breaking changes
- NETOBSERV-2375: make consistent status handling by @jotak in #2520
- NETOBSERV-2477: prevent displaying invalid scopes by @jotak in #2519
- NETOBSERV-2085: automatic enrichment with secondary interfaces by @jotak in #2514
- NETOBSERV-2620: Make prometheus default true by @Amoghrd in #2597
- NETOBSERV-2657: Allow external/contributed recording rules in Network Health by @leandroberetta in #2500
- shellcheck fix: move shebang first line by @jotak in #2569
- NETOBSERV-2471: TLSTracking feature knob, TLS fields by @jotak in #2124
- remove duplicate placeholder in console plugin config by @jpinsonneau in #2616
- NETOBSERV-2488 Add coderabbit config by @memodi in #2596
Dependencies
Dependencies
- Update netobserv-ebpf-agent-ystream to 7fdc55b by @red-hat-konflux[bot] in #2545
- Update netobserv-ebpf-agent-ystream to 7986d34 by @red-hat-konflux[bot] in #2547
- Update Konflux references by @red-hat-konflux[bot] in #2548
- Update network-observability-operator-ystream to 61509ab by @red-hat-konflux[bot] in #2555
- Bump github.com/netobserv/netobserv-ebpf-agent from 1.10.1-community to 1.11.2-community by @dependabot[bot] in #2550
- Bump github.com/netobserv/flowlogs-pipeline from 1.11.0-community to 1.11.2-community by @dependabot[bot] in #2551
- Bump google.golang.org/grpc from 1.79.1 to 1.79.3 by @dependabot[bot] in #2558
- Update registry.access.redhat.com/ubi9/ubi-minimal Docker tag to v9.7-1773939694 by @red-hat-konflux[bot] in #2568
- Update flowlogs-pipeline-ystream to 1d64783 by @red-hat-konflux[bot] in #2579
- Update netobserv-ebpf-agent-ystream to ac9caf5 by @red-hat-konflux[bot] in #2588
- Update network-observability-console-plugin-pf4-ystream to c7840a0 by @red-hat-konflux[bot] in #2591
- Update network-observability-console-plugin-ystream to 8286805 by @red-hat-konflux[bot] in #2587
- Update quay.io/operator-framework/opm Docker tag to v1.65.0 by @red-hat-konflux[bot] in #2600
- Update Konflux references by @red-hat-konflux[bot] in #2583
- Update flowlogs-pipeline-ystream to 5e1bbea by @red-hat-konflux[bot] in #2604
- Update network-observability-operator-ystream to f746c6f by @red-hat-konflux[bot] in #2602
- Update netobserv-ebpf-agent-ystream to b5fa0ac by @red-hat-konflux[bot] in #2606
- Update network-observability-console-plugin-ystream to aeeca00 by @red-hat-konflux[bot] in #2607
- Update network-observability-operator-ystream to d97f1da by @red-hat-konflux[bot] in #2608
- Update network-observability-console-plugin-ystream to 5b6da2b by @red-hat-konflux[bot] in #2615
- Update network-observability-console-plugin-pf4-ystream to a00b970 by @red-hat-konflux[bot] in #2614
- Update flowlogs-pipeline-ystream to 66decf6 by @red-hat-konflux[bot] in #2613
- Update netobserv-ebpf-agent-ystream to f16c8cc by @red-hat-konflux[bot] in #2612
- Update network-observability-operator-ystream to 2b199ae by @red-hat-konflux[bot] in #2611
- Bump the k8s group across 1 directory with 5 updates by @dependabot[bot] in #2584
Full Changelog: 1.11.2-community...1.11.3-community
Related components
eBPF Agent
What's Changed
Non-breaking changes
- Fix failing e2e: pin nginx image by @jotak in netobserv/netobserv-ebpf-agent#910
- fix flaky test by @jotak in netobserv/netobserv-ebpf-agent#918
- fix: use host page size for minimized ringbuf maps by @jkaflik in netobserv/netobserv-ebpf-agent#925
- NETOBSERV-2471: TLS usage tracking by @jotak in netobserv/netobserv-ebpf-agent#815
Dependencies
- Bump github.com/cilium/ebpf from 0.20.0 to 0.21.0 by @dependabot[bot] in netobserv/netobserv-ebpf-agent#907
- Bump github.com/caarlos0/env/v11 from 11.3.1 to 11.4.0 by @dependabot[bot] in netobserv/netobserv-ebpf-agent#897
- Bump golang.org/x/sys from 0.41.0 to 0.42.0 by @dependabot[bot] in netobserv/netobserv-ebpf-agent#916
- Bump github.com/netobserv/flowlogs-pipeline from 1.11.0-community to 1.11.2-community by @dependabot[bot] in netobserv/netobserv-ebpf-agent#915
- chore(deps): update konflux references by @red-hat-konflux[bot] in netobserv/netobserv-ebpf-agent#913
- Bump google.golang.org/grpc from 1.79.1 to 1.79.3 by @dependabot[bot] in netobserv/netobserv-ebpf-agent#917
- Bump the k8s group with 3 updates by @dependabot[bot] in netobserv/netobserv-ebpf-agent#904
- chore(deps): update registry.access.redhat.com/ubi9/ubi-minimal docker tag to v9.7-1773895075 by @red-hat-konflux[bot] in netobserv/netobserv-ebpf-agent#919
- chore(deps): update registry.access.redhat.com/ubi9/ubi-minimal docker tag to v9.7-1773939694 by @red-hat-konflux[bot] in netobserv/netobserv-ebpf-agent#921
- chore(deps): update konflux references by @red-hat-konflux[bot] in netobserv/netobserv-ebpf-agent#923
- Bump the k8s group across 1 directory with 3 updates by @dependabot[bot] in netobserv/netobserv-ebpf-agent#926
New Contributors
- @jkaflik made their first contribution in netobserv/netobserv-ebpf-agent#925
Full Changelog: netobserv/netobserv-ebpf-agent@v1.11.2-community...v1.11.3-community
Flowlogs-Pipeline
What's Changed
Breaking changes 🛠
- NETOBSERV-2085: more flexible secondary nets indexing by @jotak in netobserv/flowlogs-pipeline#1203
Non-breaking changes
- Fix location tests failing by @jpinsonneau in netobserv/flowlogs-pipeline#1222
- NETOBSERV-2471: TLS usage tracking (bump agent) by @jotak in netobserv/flowlogs-pipeline#1119
- Update Konflux references by @red-hat-konflux[bot] in netobserv/flowlogs-pipeline#1218
Dependencies
- Bump github.com/netobserv/netobserv-ebpf-agent from 1.11.1-community to 1.11.2-community by @dependabot[bot] in netobserv/flowlogs-pipeline#1211
- Update Konflux references by @red-hat-konflux[bot] in netobserv/flowlogs-pipeline#1210
- Bump github.com/minio/minio-go/v7 from 7.0.98 to 7.0.99 by @dependabot[bot] in netobserv/flowlogs-pipeline#1206
- Bump the otel group with 9 updates by @dependabot[bot] in netobserv/flowlogs-pipeline#1204
- Bump the k8s group with 3 updates by @dependabot[bot] in netobserv/flowlogs-pipeline#1202
- Bump google.golang.org/grpc from 1.79.1 to 1.79.3 by @dependabot[bot] in netobserv/flowlogs-pipeline#1212
- Update registry.access.redhat.com/ubi9/ubi-minimal Docker tag to v9.7-1773895075 by @red-hat-konflux[bot] in netobserv/flowlogs-pipeline#1214
- Update registry.access.redhat.com/ubi9/ubi-minimal Docker tag to v9.7-1773939694 by @red-hat-konflux[bot] in netobserv/flowlogs-pipeline#1215
- Bump github.com/google/go-jsonnet from 0.20.0 to 0.22.0 by @dependabot[bot] in netobserv/flowlogs-pipeline#1225
Full Changelog: netobserv/flowlogs-pipeline@v1.11.2-community...v1.11.3-community
Web Console
What's Changed
Non-breaking changes
- NETOBSERV-2375: adapt statuses to operator changes; sort conditions by @jotak in netobserv/netobserv-web-console#1319
- NETOBSERV-2477: fix failed query when namespace scope isn't available by @jotak in netobserv/netobserv-web-console#1347
- NETOBSERV-2388 QE Frontend tests migration by @memodi in netobserv/netobserv-web-console#1317
- NETOBSERV-2620: Schema update to fix typo and other changes by @Amoghrd in netobserv/netobserv-web-console#1384
- NETOBSERV-2669: Fix high latency display by @Amoghrd in netobserv/netobserv-web-console#1371
- NETOBSERV-2657: Allow external/contributed recording rules in Network Health by @leandroberetta in netobserv/netobserv-web-console#1311
- NETOBSERV-2471: Allow space in filtered values by @jotak in netobserv/netobserv-web-console#1393
- remove duplicate placeholder in sample config by @jpinsonneau in netobserv/netobserv-web-console#1397
Dependencies
- Update registry.access.redhat.com/ubi9/nodejs-22 Docker tag to v9.7-1773304419 by @red-hat-konflux[bot] in netobserv/netobserv-web-console#1335
- Update Konflux references by @red-hat-konflux[bot] in netobserv/netobserv-web-console#1344
- Bump github.com/netobserv/netobserv-ebpf-agent from 1.11.0-community to 1.11.2-community by @dependabot[bot] in netobserv/netobserv-web-console#1348
- Update registry.access.redhat.com/ubi9/nodejs-22 Docker tag to v9.7-1773809184 by @red-hat-konflux[bot] in netobserv/netobserv-web-console#1353
- Bump undici from 7.22.0 to 7.24.4 in /web by @dependabot[bot] in netobserv/netobserv-web-console#1354
- Update registry.access.redhat.com/ubi9/ubi-minimal Docker tag to v9.7-1773939694 by @red-hat-konflux[bot] in netobserv/netobserv-web-console#1362
- Update registry.access.redhat.com/ubi9/nodejs-22 Docker tag to v9.7-1774326843 by @red-hat-konflux[bot] in netobserv/netobserv-web-console#1372
- Update registry.access.redhat.com/ubi9/nodejs-22 Docker tag to v9.7-1774457043 by @red-hat-konflux[bot] in netobserv/netobserv-web-console#1382
- Update Konflux references by @red-hat-konflux[bot] in netobserv/netobserv-web-console#1368
- Update registry.access.redhat.com/ubi9/nodejs-22 Docker tag to v9.7-1775152218 by @red-hat-konflux[bot] in netobserv/netobserv-web-console#1391
- Update Konflux references by @red-hat-konflux[bot] in netobserv/netobserv-web-console#1387
- Bump the k8s group across 1 directory with 3 updates by @dependabot[bot] in netobserv/netobserv-web-console#1376
Full Changelog: netobserv/netobserv-web-console@v1.11.2-community...v1.11.3-community