·
11 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
What's Changed
Non-breaking changes
- NETOBSERV-2768: Implement DUMP_EVENTS_ON_FAILURE env var by @Amoghrd in #2799
- Update .ci-operator.yaml to golang 1.26 / openshift 5.0 by @memodi in #2816
- NETOBSERV-2575: allow setting toleration for static plugin by @jotak in #2793
- ok-to-test: Use sha when building artifact by @jotak in #2817
- NETOBSERV-2676: TLS Alert by @Amoghrd in #2801
- Fix pprof broad exposition by @jotak in #2821
- NETOBSERV-2390 Trimmed junit, linux util commands and e2etests labelling workflow by @memodi in #2814
- security: use sha digests for github actions by @memodi in #2815
- Enhance release workflow with SBOM and signing by @jotak in #2833
- Add httpd-tools for htpasswd by @memodi in #2835
- NETOBSERV-2675: flp-informers deployment and wiring by @leandroberetta in #2650
- NETOBSERV-2817: Fixes for tests on OCP 4.14 by @Amoghrd in #2840
- Add workflow security checks for "pwn request" vulnerabilities by @jotak in #2820
- NETOBSERV-2841: Refactor bundling for vendoring by @jotak in #2822
- Fix agent env not overriding config by @jotak in #2832
Dependencies
- Bump github.com/prometheus/common from 0.68.1 to 0.69.0 by @dependabot[bot] in #2810
- Bump github.com/containerd/containerd from 1.7.32 to 1.7.33 in /integration-tests/backend by @dependabot[bot] in #2813
- Bump go.mongodb.org/mongo-driver from 1.17.3 to 1.17.7 in /integration-tests/backend by @dependabot[bot] in #2809
- Bump docker/login-action from 4.1.0 to 4.2.0 by @dependabot[bot] in #2828
- Bump actions/checkout from 6 to 7 by @dependabot[bot] in #2826
- Bump actions/setup-go from 6.4.0 to 6.5.0 by @dependabot[bot] in #2825
- Bump golang.org/x/net from 0.49.0 to 0.55.0 in /integration-tests/backend by @dependabot[bot] in #2837
- Bump golang.org/x/crypto from 0.51.0 to 0.52.0 in /integration-tests/backend by @dependabot[bot] in #2841
- Bump sigs.k8s.io/controller-runtime from 0.23.3 to 0.24.1 by @dependabot[bot] in #2759
- Bump azure/setup-helm from 4.3.1 to 5.0.1 by @dependabot[bot] in #2827
- Bump github.com/onsi/ginkgo/v2 from 2.31.0 to 2.32.0 by @dependabot[bot] in #2829
- Bump codecov/codecov-action from 4.6.0 to 7.0.0 by @dependabot[bot] in #2824
- Bump github.com/onsi/gomega from 1.41.0 to 1.42.1 by @dependabot[bot] in #2844
- Bump github.com/operator-framework/api from 0.42.0 to 0.44.0 by @dependabot[bot] in #2830
Full Changelog: 1.11.5-community...1.12.0-community
Related components
eBPF Agent
What's Changed
Non-breaking changes
- Update .ci-operator.yaml to golang 1.26 / openshift 5.0 by @memodi in netobserv/netobserv-ebpf-agent#997
- Fix pprof broad exposition by @jotak in netobserv/netobserv-ebpf-agent#996
- bump fedora by @jotak in netobserv/netobserv-ebpf-agent#999
- Minor security hardening, improve upstream releases by @jotak in netobserv/netobserv-ebpf-agent#998
- test(bench): add benchmark harness for flow hot paths by @awprice in netobserv/netobserv-ebpf-agent#1009
Dependencies
- Bump golang.org/x/net from 0.52.0 to 0.55.0 by @dependabot[bot] in netobserv/netobserv-ebpf-agent#1005
- Bump ubi9/ubi-minimal from 9.8-1781496742 to 1782797355 by @dependabot[bot] in netobserv/netobserv-ebpf-agent#1004
- Bump golang.org/x/crypto from 0.51.0 to 0.52.0 by @dependabot[bot] in netobserv/netobserv-ebpf-agent#1008
- Bump google.golang.org/grpc from 1.81.1 to 1.82.0 by @dependabot[bot] in netobserv/netobserv-ebpf-agent#1003
- Bump github.com/cilium/ebpf from 0.21.0 to 0.22.0 by @dependabot[bot] in netobserv/netobserv-ebpf-agent#1001
- Bump ubi9/ubi-minimal from 1782797355 to 1784092978 by @dependabot[bot] in netobserv/netobserv-ebpf-agent#1014
- Bump golang.org/x/sys from 0.46.0 to 0.47.0 by @dependabot[bot] in netobserv/netobserv-ebpf-agent#1011
- Bump github.com/gopacket/gopacket from 1.6.1 to 1.7.0 by @dependabot[bot] in netobserv/netobserv-ebpf-agent#1013
- Bump google.golang.org/grpc from 1.82.0 to 1.82.1 by @dependabot[bot] in netobserv/netobserv-ebpf-agent#1012
- Bump github.com/netobserv/flowlogs-pipeline from 1.11.4-community.0.20260521155724-7ee2fbbc7651 to 1.11.5-community by @dependabot[bot] in netobserv/netobserv-ebpf-agent#995
Full Changelog: netobserv/netobserv-ebpf-agent@v1.11.5-community...v1.12.0-community
Flowlogs-Pipeline
What's Changed
Breaking changes 🛠
- Fix pprof broad exposition by @jotak in netobserv/flowlogs-pipeline#1286
Non-breaking changes
- Fix S3 access key secret not being redacted in logs by @jotak in netobserv/flowlogs-pipeline#1285
- Update .ci-operator.yaml to golang 1.26 / openshift 5.0 by @memodi in netobserv/flowlogs-pipeline#1287
- Enhance release workflow with SBOM and signing by @Helion55 in netobserv/flowlogs-pipeline#1227
- Minor security hardening by @jotak in netobserv/flowlogs-pipeline#1289
- NETOBSERV-2675: Centralized K8s informers to reduce API load by @leandroberetta in netobserv/flowlogs-pipeline#1221
Dependencies
- Bump github.com/netobserv/netobserv-ebpf-agent from 1.11.4-community to 1.11.5-community by @dependabot[bot] in netobserv/flowlogs-pipeline#1284
- Bump google.golang.org/grpc from 1.81.1 to 1.82.0 by @dependabot[bot] in netobserv/flowlogs-pipeline#1292
- Bump github.com/minio/minio-go/v7 from 7.2.0 to 7.2.1 by @dependabot[bot] in netobserv/flowlogs-pipeline#1291
- Bump github.com/prometheus/common from 0.68.1 to 0.69.0 by @dependabot[bot] in netobserv/flowlogs-pipeline#1283
- Bump ubi9/ubi-minimal from 9.8-1781496742 to 1782797355 in /contrib/docker by @dependabot[bot] in netobserv/flowlogs-pipeline#1293
- Bump golang.org/x/crypto from 0.51.0 to 0.52.0 by @dependabot[bot] in netobserv/flowlogs-pipeline#1294
- Bump github.com/prometheus/common from 0.69.0 to 0.70.0 by @dependabot[bot] in netobserv/flowlogs-pipeline#1295
- Bump ubi9/ubi-minimal from 1782797355 to 1784092978 in /contrib/docker by @dependabot[bot] in netobserv/flowlogs-pipeline#1296
New Contributors
- @Helion55 made their first contribution in netobserv/flowlogs-pipeline#1227
Full Changelog: netobserv/flowlogs-pipeline@v1.11.5-community...v1.12.0-community
Web Console
What's Changed
Non-breaking changes
- Bump dynamic plugin sdk to 4.22.0 by @jpinsonneau in netobserv/netobserv-web-console#1567
- Update .ci-operator.yaml to golang 1.26 / openshift 5.0 by @memodi in netobserv/netobserv-web-console#1587
- NETOBSERV-1828: Refactor frontend and backend for loki/prometheus datasource by @memodi in netobserv/netobserv-web-console#1581
- NETOBSERV-2762: Add pending alerts count into the top banner by @leandroberetta in netobserv/netobserv-web-console#1546
- Minor security hardening, improve upstream releases by @jotak in netobserv/netobserv-web-console#1589
Dependencies
- Bump ubi9/ubi-minimal from 1781496842 to 1782797355 by @dependabot[bot] in netobserv/netobserv-web-console#1594
- Bump github.com/netobserv/netobserv-ebpf-agent from 1.11.4-community.0.20260526070517-19644c4749ad to 1.11.5-community by @dependabot[bot] in netobserv/netobserv-web-console#1584
- Bump undici from 7.24.7 to 7.28.0 in /web by @dependabot[bot] in netobserv/netobserv-web-console#1582
- Bump github.com/prometheus/common from 0.68.1 to 0.70.0 by @dependabot[bot] in netobserv/netobserv-web-console#1599
- Bump ws from 8.20.0 to 8.21.1 in /web by @dependabot[bot] in netobserv/netobserv-web-console#1600
- Bump systeminformation from 5.31.6 to 5.31.17 in /web by @dependabot[bot] in netobserv/netobserv-web-console#1601
- Bump websocket-driver from 0.7.4 to 0.7.5 in /web by @dependabot[bot] in netobserv/netobserv-web-console#1602
- Bump qs, @cypress/request and express in /web by @dependabot[bot] in netobserv/netobserv-web-console#1604
Full Changelog: netobserv/netobserv-web-console@v1.11.5-community...v1.12.0-community