Skip to content

Releases: elastic/quark

v0.3

26 Nov 14:12
Compare
Choose a tag to compare

Notable changes:

  • A new binary, quark-test(8) for testing the suite.
  • An initramfs.gz target including init and infrastructure to run quark-test
    statically built on any kernel via qemu.
  • Quark now knows about 4 namespaces (uts,ipc,mnt,net) and they're included in
    quark_process{}.
  • Fixed pgid in RHEL8 since the enum value changes, also fixed upstream
    elastic/ebpf.

What's Changed

Full Changelog: v0.2...v0.3

v0.2

23 Oct 13:20
Compare
Choose a tag to compare

Primarily a bug fix release due to 51e8137.

What's Changed

Full Changelog: https://github.com/elastic/quark/commits/v0.2

v0.1

14 Oct 14:30
5cae1f8
Compare
Choose a tag to compare

First release of quark, to be matched with go-quark.

A quick note on what this very first release includes:

  • Kprobe & EBPF backends
  • Process aggregation
  • Event flow control
  • Proper documentation
  • 3940 compiled btfhub offsets
  • quark-mon(8) and quark-btf(8)
  • Go bindings

Many thanks to everyone involved, especially: @nicholasberlin, @mjwolf and
@fearful-symmetry.

And there was much rejoicing.

What's Changed

New Contributors

Full Changelog: https://github.com/elastic/quark/commits/v0.1