Skip to content

Commit 97ee174

Browse files
committed
release notes for v1.16.0
Signed-off-by: Paul Holzinger <pholzing@redhat.com>
1 parent ebe61f2 commit 97ee174

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

RELEASE_NOTES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Release Notes
22

3+
## v1.16.0
4+
5+
* 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](https://github.com/containers/podman/issues/20009))
6+
* 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.
7+
* The MSRV has been bumped to v1.83.
8+
* Dependency updates.
9+
310
## v1.15.2
411

512
* Fixed a bug that caused a thread leak in the dhcp-proxy for each started container. ([#811](https://github.com/containers/netavark/issues/811))

0 commit comments

Comments
 (0)