Skip to content

Releases: l3af-project/l3afd

v2.0.0

10 Jan 12:45
a65e12f
Compare
Choose a tag to compare

Release Notes

Second major release of l3afd since open source v1.0.0! All eBPF programs in the L3AF package repository should work on Linux (kernel 5.15 or newer) with the ability to order and chain programs.

Release Highlights

  • Improve eBPF program loading and chaining
  • Modify existing eBPF programs for l3afd v2.0.0 native go chaining
  • Remove hard coding of map paths in eBPF programs
  • Chaining with multiple network interfaces
  • Metric to monitor ebpf_program version running on the node
  • Open Source Traffic Mirroring program
  • CI/CD Improvements (End-to-End Testing, Upload Artifacts)

Helpful Documentation

What's Changed

Breaking Changes 💥

New Features 🎉

  • Update data model to improve chaining enhancements by @sanfern in #199

Bug Fixes 🐛

  • update delete ebpf program in tc egress chain by @sanfern in #216

Other Changes

New Contributors

Full Changelog: v1.0.0...v2.0.0

v1.0.0

03 Nov 15:00
99a0d1a
Compare
Choose a tag to compare

Release Notes

First major release of l3afd since open source! All eBPF programs in the L3AF package repository should work on Linux (kernel 5.1 or newer) with the ability to order and chain programs.

Release Highlights

  • mTLS support for protecting REST APIs
  • New REST APIs for adding and removing eBPF programs
  • Support file and http(s) eBPF package repositories and overriding default repo for each eBPF program
  • CI/CD improvements (CodeQL, OpenSSF scorecard, Dependabot, staticcheck)

Helpful Documentation

What's Changed

New Features 🎉

Bug Fixes 🐛

  • Solved Bug: forever loop for nf close until ctx is cancelled. by @ankur-anand in #8
  • Fix for artifact download error by @sanfern in #51
  • Check and mount trace filesystem by @sanfern in #101
  • fix installing of swag binary on newer versions of go by @jniesz in #119

Other Changes

New Contributors

Full Changelog: https://github.com/l3af-project/l3afd/commits/v1.0.0