What's Changed
Non-breaking changes
- [Trivial] Remove obsolete fix, add --server-side to deploy-kind by @jotak in #658
- NETOBSERV-1664: flowmetric isn't dev preview; also mention samples location by @jotak in #660
- NETOBSERV-1665: use v1 for conversionReviewVersions by @jotak in #662
- H&H: Allow using Test Console (standalone) from operator 🤘 by @jotak in #666
- Regenerate docs by @jotak in #657
- NETOBSERV-1672: add cluster & zone to predefined metrics by @jotak in #665
- NETOBSERV-1647: Do not load loki cert when loki disabled by @jotak in #669
- Update documentation from feedback by @jotak in #672
- NETOBSERV-1688: relax ebpf drop alert by @jotak in #674
- Add FAQ/troubleshooting: metrics discrepancies + loki timeout by @jotak in #663
- NETOBSERV-1707: move to go 1.22 by @jotak in #682
- Add .ci-operator.yaml by @jotak in #683
- NETOBSERV-1705: do not send zone/cluster labels config... by @jotak in #677
- force conflicts on deploy by @jotak in #689
- NETOBSERV-1617: generalize flow filter so it can be used with pcap feature by @msherif1234 in #691
- NETOBSERV-1731: hide metrics enable setting from form by @jotak in #692
- NETOBSERV-1649: add drop cause & state labels to metrics by @jotak in #676
Dependencies
- Bump k8s dependencies: k8s -> v0.30.2, ctrl-run -> v0.18.4 by @dependabot in #673
- Bump github.com/go-logr/logr from 1.4.1 to 1.4.2 by @dependabot in #686
- Bump github.com/onsi/ginkgo/v2 from 2.18.0 to 2.19.0 by @dependabot in #687
Full Changelog: 1.6.0-community...1.6.1-community
Related components
eBPF Agent
What's Changed
Non-breaking changes
- Codecov: remove token, turn off CI failure by @jotak in netobserv/netobserv-ebpf-agent#341
- NETOBSERV-1682: Revert toolchain version by @OlivierCazade in netobserv/netobserv-ebpf-agent#344
- NETOBSERV-1676: make ebpf sampling global and visible to all hooks by @msherif1234 in netobserv/netobserv-ebpf-agent#346
- NETOBSERV-1707: move to go 1.22 by @jotak in netobserv/netobserv-ebpf-agent#349
- Add .ci-operator.yaml by @jotak in netobserv/netobserv-ebpf-agent#353
- NETOBSERV-1564: do not force flushing maps when rb is triggered by @jotak in netobserv/netobserv-ebpf-agent#348
- NETOBSERV-1697: Add retry around netlinkSubscribeAt by @msherif1234 in netobserv/netobserv-ebpf-agent#358
- NETOBSERV-1617: reuse flow filter capability with pcap feature by @msherif1234 in netobserv/netobserv-ebpf-agent#359
- flow filtering default settings for cidr and action by @msherif1234 in netobserv/netobserv-ebpf-agent#357
- NETOBSERV-1732: add logic to lkup all previous tc filters and remove them by @msherif1234 in netobserv/netobserv-ebpf-agent#360
- NETOBSERV-1743: handle file exits error using TCx hooks and update FC by @msherif1234 in netobserv/netobserv-ebpf-agent#363
Dependencies
- Bump k8s.io/client-go from 0.29.4 to 0.30.2 by @dependabot in netobserv/netobserv-ebpf-agent#352
- Bump golang.org/x/sys from 0.20.0 to 0.21.0 by @dependabot in netobserv/netobserv-ebpf-agent#356
- Bump sigs.k8s.io/e2e-framework from 0.3.0 to 0.4.0 by @dependabot in netobserv/netobserv-ebpf-agent#354
- Bump google.golang.org/protobuf from 1.34.1 to 1.34.2 by @dependabot in netobserv/netobserv-ebpf-agent#355
- Bump github.com/vladimirvivien/gexe from 0.2.0 to 0.3.0 by @dependabot in netobserv/netobserv-ebpf-agent#361
- Bump github.com/netobserv/flowlogs-pipeline from 0.1.12-0.20240325100124-fd783b283c7c to 1.6.1-crc0 by @dependabot in netobserv/netobserv-ebpf-agent#362
Full Changelog: netobserv/netobserv-ebpf-agent@v1.6.0-community...v1.6.1-community
Flowlogs-Pipeline
What's Changed
Breaking changes 🛠
- Add new filters allowing FLP-based dedup by @jotak in netobserv/flowlogs-pipeline#640
Non-breaking changes
- NETOBSERV-1522 Add otel to pipeline builder by @jpinsonneau in netobserv/flowlogs-pipeline#672
- NETOBSERV-1707: move to go 1.22 by @jotak in netobserv/flowlogs-pipeline#675
- Add .ci-operator.yaml by @jotak in netobserv/flowlogs-pipeline#680
Dependencies
- Bump github.com/prometheus/client_golang from 1.19.0 to 1.19.1 by @dependabot in netobserv/flowlogs-pipeline#665
- Bump google.golang.org/protobuf from 1.33.0 to 1.34.1 by @dependabot in netobserv/flowlogs-pipeline#670
- Bump github.com/spf13/viper from 1.18.2 to 1.19.0 by @dependabot in netobserv/flowlogs-pipeline#673
Full Changelog: netobserv/flowlogs-pipeline@v1.6.0-community...v1.6.1-community
Console Plugin
What's Changed
Non-breaking changes
- NETOBSERV-1630 allow not for ip filters by @jpinsonneau in netobserv/network-observability-console-plugin#533
- NETOBSERV-1661 wait for filter load before tick by @jpinsonneau in netobserv/network-observability-console-plugin#534
- NETOBSERV-1621: fix error messages by @jpinsonneau in netobserv/network-observability-console-plugin#523
- NETOBSERV-1707: move to go 1.22 by @jotak in netobserv/network-observability-console-plugin#542
- NETOBSERV-1649: remove obsolete comment by @jotak in netobserv/network-observability-console-plugin#540
- Add .ci-operator.yaml by @jotak in netobserv/network-observability-console-plugin#547
- NETOBSERV-268 frontend code styling by @jpinsonneau in netobserv/network-observability-console-plugin#541
- NETOBSERV-1720: fix issues with topology scopes by @jotak in netobserv/network-observability-console-plugin#550
- NETOBSERV-1706: fix error displayed due to max-chunk-age by @jotak in netobserv/network-observability-console-plugin#552
- NETOBSERV-1649: Improve UX and cases managed with prometheus by @jotak in netobserv/network-observability-console-plugin#549
Full Changelog: netobserv/network-observability-console-plugin@v1.6.0-community...v1.6.1-community