Skip to content

Commit c38577b

Browse files
committed
release notes for v1.14.0
Signed-off-by: Paul Holzinger <pholzing@redhat.com>
1 parent b086c4e commit c38577b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

RELEASE_NOTES.md

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

3+
## v1.14.0
4+
5+
* bridge: Add support for a new option called `mode`. When set to `unmanaged` only the veth pair and ip addresses are setup. The bridge must exist and no firewall or sysctl setting will be configured in this mode. ([#1090](https://github.com/containers/netavark/issues/1090))
6+
* bridge: Add support for DHCP when using unmanaged mode. ([#868](https://github.com/containers/netavark/issues/868))
7+
* bridge: Add support for the `vlan` option. ([#1028](https://github.com/containers/netavark/issues/1028))
8+
* When using DHCP netavark will now send the container hostname in the DHCP request and use the container id as client id. ([#676](https://github.com/containers/netavark/issues/676))
9+
* The firewalld driver was improved and major outstanding bugs were addressed but is still considered experimental. A new man page `netavark-firewalld(7)` has been added to document some of the firewalld interactions.
10+
* Dependency updates.
11+
312
## v1.13.1
413

514
* Fixed a bug where port forwarding rules might not be removed correctly on nftables when different host ips are used for the same port. ([#1129](https://github.com/containers/netavark/issues/1129))

0 commit comments

Comments
 (0)