Skip to content

Releases: gojue/ebpfmanager

release v0.4.6

11 Aug 04:49
Compare
Choose a tag to compare

What's Changed

  • feat: Expose internal verifier error by @Asphaltt in #44
  • print ebpf verifier detail log. by @cfc4n in #47

New Contributors

Full Changelog: v0.4.5...v0.4.6

release v0.4.5

02 Feb 15:28
2822b00
Compare
Choose a tag to compare

What's Changed

  • add LinkPinPath by @veo in #40
  • feat(program): add program LSM suport by @xlango in #42
  • feat: Add support for custom instructions in eBPF program specification. by @cfc4n in #43

New Contributors

  • @veo made their first contribution in #40
  • @xlango made their first contribution in #42

Full Changelog: v0.4.4...v0.4.5

v0.4.4

26 Dec 14:09
ddf2a1a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.3...v0.4.4

v0.4.3

19 May 14:01
fec7bb1
Compare
Choose a tag to compare

What's Changed

  • feat: support SockOps eBPF program.

Full Changelog: v0.4.2...v0.4.3

v0.4.2

29 Apr 14:45
Compare
Choose a tag to compare

What's Changed

  • fixes: concurrent map kallsymsCache. (#27) by @cfc4n in #28
  • remove deprecated function by @cfc4n in #29
  • Use /proc/kallsyms for kprobe/kretprobe function name search. (fixes #30) by @cfc4n in #31
  • feat: supoort uprobe's opts address field. by @cfc4n in #32

Full Changelog: v0.4.1...v0.4.2

v0.4.1

05 Feb 13:46
4daf40e
Compare
Choose a tag to compare

Full Changelog: v0.4.0...v0.4.1

v0.4.0

17 Jan 15:26
4f367f1
Compare
Choose a tag to compare

What's Changed

  • Add attachRawTracepoint by @chriskaliX in #13
  • support disable TC probes in egress when interface was loopback (#18) by @cfc4n in #19
  • fix #16 by @chriskaliX in #22
  • update golang version and go tests command by @cfc4n in #23
  • update cilium ebpf version to v0.10.0 by @cfc4n in #25
  • sync datedog/ebpf-manager package feature (31843479aed048021827f50aa02d91fdfe2b3ac3). by @cfc4n in #26

Full Changelog: v0.3.0...v0.4.0

Release eBPFManager v0.3.0

15 Jun 16:37
1dbf8c7
Compare
Choose a tag to compare

What's Changed

  • format type error. by @cfc4n in #4
  • update cilium ebpf lib to v0.9.0 by @cfc4n in #6
  • fix #7. unsatisfied map reference by @cfc4n in #8
  • fixed #10 type 'Probe' contains 'sync.RWMutex' which is 'sync.Locker' by @cfc4n in #11
  • fix #9 go test run failed. by @cfc4n in #12

New Contributors

  • @cfc4n made their first contribution in #4

Full Changelog: v0.2.3...v0.3.0

Release v0.2.3

09 Apr 15:17
2706a96
Compare
Choose a tag to compare

v0.2.3 (2022-04-09)

  • Fix. #1
  • Fix format type error.

What's Changed

  • issue #1 fix (GetSyscallFnNameWithSymFile memory leak) by @chriskaliX in #2

New Contributors

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

v0.2.2版本

14 Mar 14:26
ed00674
Compare
Choose a tag to compare

修复uprobe类型eBPF程序,只挂在当前进程的缺陷。