Skip to content

Releases: DataDog/ebpf-manager

v0.3.9

07 Dec 16:11
3a41ef4
Compare
Choose a tag to compare

What's Changed

  • Bump golang.org/x/sys from 0.14.1-0.20231108175955-e4099bfacb8c to 0.15.0 by @dependabot in #164
  • Add perf telemetry collection by @brycekahle in #165

Full Changelog: v0.3.8...v0.3.9

v0.3.8

30 Nov 18:09
ddf39e8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.7...v0.3.8

v0.3.7

23 Nov 11:13
5ac7854
Compare
Choose a tag to compare

What's Changed

  • Expose BufferSize, Add RecordHandler and RecordGetter to ring buffer by @brycekahle in #161
  • add missing lock in netlinkSocketCache.remove by @paulcacheux in #162

Full Changelog: v0.3.6...v0.3.7

v0.3.6

09 Nov 17:46
fd61534
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.5...v0.3.6

v0.3.5

09 Nov 17:28
28b5743
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.4...v0.3.5

v0.3.4

17 Oct 14:58
60dc057
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.3...v0.3.4

v0.3.3

13 Oct 22:41
e379d67
Compare
Choose a tag to compare

What's Changed

  • Fix race between probe.Stop() and probe.ID() by @YoannGh in #155

Full Changelog: v0.3.2...v0.3.3

v0.3.2

10 Oct 18:58
9541cb0
Compare
Choose a tag to compare

What's Changed

  • Fix CleanupNetworkNamespace not properly detaching eBPF programs by @YoannGh in #154

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

v0.3.1

28 Sep 19:29
41c28d3
Compare
Choose a tag to compare

What's Changed

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

v0.3.0

19 Sep 15:26
8130fc2
Compare
Choose a tag to compare

Breaking Changes

  • Probe.EBPFSection has been removed.
  • ProbeIdentificationPair.Matches has been removed, because ProbeIdentificationPair is now comparable.
  • ProbeIdentificationPair.EBPFDefinitionMatches has been removed. You can now directly compare EBPFFuncName.
  • When using ManagerOptions.MapEditors, ensure the map being replaced matches the source in terms of key size, value size, type, and max entries.
  • MapCleanupType constants CleanExternal* have been removed, because we no longer need to track maps as "external".

What's Changed

New Contributors

Full Changelog: v0.2.16...v0.3.0