Skip to content

Releases: netobserv/netobserv-ebpf-agent

v0.2.0

07 Sep 12:49
Compare
Choose a tag to compare

What's Changed

This release improves the CPU consumption by 2 orders of magnitude and the Memory consumption by 1 order of magnitude. See the measurements.pptx for a comparison of CPU consumption on high-load scenarios.

Other Changes

  • [NETOBSERV-494, NETOBSERV-438] Performance optimization using eBPF aggregation by @praveingk and @mariomac in #39
  • Updated the eBPF <--> userspace interaction documentation by @mariomac in #50
  • Add breaking-change triage in release notes by @jotak in #46
  • NETOBSERV-560: fix fragmentation of reported flows by @mariomac in #51

Full Changelog: v0.1.2...v0.2.0

v0.1.2

08 Aug 16:00
036919c
Compare
Choose a tag to compare

What's Changed

  • Enable remote profiling by @mariomac in #38
  • add IPAddrFromNetIP function to allow conversion from NetIP to IPAddr by @eranra in #41
  • Added ICMP single-packet test by @mariomac in #42
  • Increased number of ICMP test packets by @mariomac in #43
  • NETOBSERV-397 Implement TLS for Kafka connection in the agent by @jotak in #44

Full Changelog: v0.1.1...v0.1.2

v0.1.1

29 Jun 06:53
d0c59d8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.0...v0.1.1

v0.1.0

03 May 09:43
2527326
Compare
Choose a tag to compare

What's Changed

  • Basic project structure + Build scripts by @mariomac in #1
  • NETOBSERV-200: Basic flows' agent architecture by @mariomac in #2
  • NETOBSERV-200: Basic eBPF agent that fetches flows' information by @mariomac in #3
  • NETOBSERV-212 (I): basic protobuf definition and generation for Flows by @mariomac in #4
  • [NETOBSERV-202] GRPC+Protobuf submission by @mariomac in #6
  • Github action to push short-lived images by @mariomac in #7
  • Fix some CI tasks by @mariomac in #8
  • Separate HOST from PORT in the env configuration by @mariomac in #9
  • Amend example images by @mariomac in #10
  • NETOBSERV-229 create pre-merge image on PR via action by @jotak in #11
  • NETOBSERV-218 upgrade base image by @jotak in #12
  • Rename project to netobserv-ebpf-agent by @mariomac in #13
  • Fix reported bytes by @mariomac in #14
  • NETOBSERV-201: Allow configuration from env by @mariomac in #15
  • NETOBSERV-201: configure LogLevel and Sampling by @mariomac in #16
  • Improved README and configuration documentation by @mariomac in #17
  • Add release action by @jotak in #18
  • NETOBSERV-281: dynamic registering/unregistering of network interfaces by @mariomac in #19

New Contributors

Full Changelog: https://github.com/netobserv/netobserv-ebpf-agent/commits/v0.1.0