- The netavark bridge driver now defaults to using the MTU of the default route interface when no explicit MTU was configured for the network. This helps in environments where a non standard MTU is used. (containers/podman#20009)
- Netavark now creates sysctl config files under /run/sysctl.d (only when running as root and with systemd as init system) for the sysctl values we configure for our bridge/veth interface. This ensures that running
sysctl --system
or systemd-sysctl won't revert them back to its original value. - The MSRV has been bumped to v1.83.
- Dependency updates.