Releases: containers/netavark
Releases · containers/netavark
v1.10.2
- Fixed a bug where netavark update could sometimes fail
v1.10.0
- added an nftables backend that allows its use on systems without iptables installed
- added command line option to change firewall driver
- show error if process is in wrong netns
- removed unessesary unlock lockfile calls
- updated dependencies
v1.9.0
- add firewalld-reload subcommand
- bridge: force static mac on bridge interface
- dependency updates
- numerous fixes to test suite
v1.8.0
- iptables: improve error when ip6?tables commands are missing
- docs: Convert markdown with go-md2man instead of mandown
- iptables: drop invalid packages
- bump rust edition to 2021
- Add ACCEPT rules in firewall for bridge network with internal dns
- Add vrf support for bridges
Update 2023-09-28:
replaced netavark-v1.8.0-vendor.tar.gz tarball with working one (#819)
v1.6.0
- Now supports a driver plugin module for user defined network drivers
- Initial MACVLAN DHCP support (additional unit file required for packagers)
- Dependency updates
v1.5.0
- Removed crossbeam-utils
- Dependency updates
- Preliminary macvlan dhcp support (not fully supported yet)
- Addition of ipvlan support
v1.4.0
- Added network update command
- Corrected issue #491 to only teardown network forwarding when on complete teardown only
- Fixed some rust documentation