Skip to content

Commit a8bd0a7

Browse files
Merge pull request #1175 from Luap99/release-1.14
Release 1.14
2 parents e67ad9e + dfac98b commit a8bd0a7

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "netavark"
3-
version = "1.14.0-dev"
3+
version = "1.15.0-dev"
44
edition = "2021"
55
authors = ["github.com/containers"]
66
license = "Apache-2.0"

RELEASE_NOTES.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
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+
12+
## v1.13.1
13+
14+
* 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))
15+
* On aardvark-dns setup errors properly cleanup interfaces and firewall rules again. ([#1121](https://github.com/containers/netavark/issues/1121))
16+
317
## v1.13.0
418

519
* Fixed bug where port forwarding rules might not be removed correctly on nftables

0 commit comments

Comments
 (0)