Skip to content

Releases: netobserv/netobserv-ebpf-agent

v0.3.1

05 Jun 08:29
cd4974f

Choose a tag to compare

What's Changed

Non-breaking changes

New Contributors

Full Changelog: v0.3.0...v0.3.1

v0.3.0

21 Feb 08:26
e33e690

Choose a tag to compare

What's Changed

Non-breaking changes

  • NETOBSERV-868: Update to use cilium auto generated golang structures by @msherif1234 in #90
  • Bump github.com/emicklei/go-restful from 2.9.5+incompatible to 2.16.0+incompatible by @dependabot in #92
  • Move to go1.19 by @jotak in #96
  • Bump github.com/pion/dtls/v2 from 2.0.3 to 2.2.4 by @dependabot in #97
  • Add owners file by @jotak in #95
  • NETOBSERV-889: fix too many colons in address error by @msherif1234 in #98
  • Fix v6 ipfix export by @praveingk in #94

New Contributors

Full Changelog: v0.2.4...v0.3.0

v0.2.4

26 Jan 08:49
c54e7eb

Choose a tag to compare

What's Changed

Non-breaking changes

  • Fix github actions by @mariomac in #76
  • NETOBSERV-759: decorate flows with agent IP by @mariomac in #78
  • Update Go and go-pipes version by @mariomac in #80
  • NETOBSERV-755 Revert "Revert "NETOBSERV-755: ignore flow direction in deduplication… by @jotak in #79
  • ghactions: remove strategy matrix by @jotak in #84
  • NETOBSERV-617: split big payloads in GRPC exporter by @mariomac in #81
  • Fix linter and testing errors by @praveingk in #86
  • Add goreport by @jotak in #87
  • Added TCP Flags to Flow Record metrics by @shach33 in #68
  • NETOBSERV-661: fix crash on shutdown by @mariomac in #88
  • Upgrade github actions by @jotak in #89

New Contributors

Full Changelog: v0.2.3...v0.2.4

v0.2.3

19 Dec 17:27
0e3f5ea

Choose a tag to compare

What's Changed

Non-breaking changes

Full Changelog: v0.2.2...v0.2.3

v0.2.2

07 Dec 08:52
bfba2a1

Choose a tag to compare

What's Changed

Non-breaking changes

Full Changelog: v0.2.1...v0.2.2

v0.2.1

25 Oct 07:31
689b24d

Choose a tag to compare

What's Changed

Breaking changes 🛠

  • NETOBSERV-589: send kafka flows as protobuf lines by @mariomac in #55

Non-breaking changes

New Contributors

Full Changelog: v0.2.0...v0.2.1

v0.2.0

07 Sep 12:49

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

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

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

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