Release v0.7
Pre-release
Pre-release
This release adds the support for Kubernetes network policy and fixes some bugs.
Feature enhancements to support Kubernetes network policy:
- Added operators to list/watch network policy objects, pod objects and namespace objects.
- Updated operator logics to calculate eBPF map entries for the CRUD events of above objects.
- Updated Mizar daemon to receive eBPF map entry changes and update maps.
- Added eBPF maps to support O(1) policy enforcement, including maps for policies, CIDRs, excepted CIDRs, etc.
- Updated Mizar transit XDP to enforce ingress rules.
- Updated Mizar transit agent to enforce egress rules.
- Added connection tracking module on XDP layer.
Bug fixes: