Skip to content

v1.0.0

Compare
Choose a tag to compare
@jniesz jniesz released this 03 Nov 15:00
· 293 commits to main since this release
99a0d1a

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