Skip to content

v0.3.2

Compare
Choose a tag to compare
@jotak jotak released this 11 Sep 12:59
· 192 commits to main since this release
faf274e

What's Changed

Breaking changes 🛠

Non-breaking changes

  • update agent spec for profiling docs by @memodi in #132
  • NETOBSERV-1091: remove CO-RE file and extensions as that causes douple allocations by @msherif1234 in #133
  • Fix makefile image-build with podman by @jotak in #136
  • Fix make docker-generate issue #137 by @msherif1234 in #138
  • Add IBM Z (s390x) by @jotak in #139
  • NETOBSERV-1107: optimize ebpf agent map memory and cpu usage by @msherif1234 in #140
  • NETOBSERV-1112: Add TCP RTT calculation to ebpf-agent and userspace. by @dushyantbehl in #117
  • Bump google.golang.org/grpc from 1.45.0 to 1.53.0 by @dependabot in #145
  • NETOBSERV-1129: Add kernel version chk to disable hooks not supported on older version by @msherif1234 in #144
  • NETOBSERV-1107: Update cilium to v0.11.0 by @msherif1234 in #147
  • Upgrade linter - fix found issues - use go1.20 by @jotak in #148
  • NETOBSERV-1190: update dns tracker to calc latency instead of TS by @msherif1234 in #149
  • github ok-to-test: add more info in comment by @jotak in #150
  • fix build for s390x and ppc64le by @msherif1234 in #151
  • NETOBSERV-1199: Socket doesn't always have valid if_index so we can't use it as key by @msherif1234 in #153
  • NETOBSERV-1197: Generalize TCPDrop to include other protocols by @msherif1234 in #152
  • Avoid using LRU hashmap because they consume lots of memory by @msherif1234 in #162
  • NETOBSERV-1198: drop_cause enum in vmlinux are based off old kernel by @msherif1234 in #161
  • Add support to evict DNS and RTT stale entries by @msherif1234 in #163
  • Shrink DNSMap if DNS not enabled to save memory by @msherif1234 in #165
  • NETOBSERV-1223: check Maps to make sure not nil b4 iterating by @msherif1234 in #167
  • NETOBSERV-1112: This patch fixes a bug where RTT was not visible for flow logs at times. by @dushyantbehl in #159
  • NETOBSERV-1283: Make ifaces watcher netns aware by @msherif1234 in #171
  • NETOBSERV-1268: handle concurrency issues between kernel and userspace by @msherif1234 in #172

New Contributors

Full Changelog: v0.3.1...v0.3.2