Skip to content

Commit 8309b68

Browse files
Merge pull request #818 from baude/release1.8.0
Release1.8.0
2 parents d9341da + 33a4c86 commit 8309b68

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-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.8.0-dev"
3+
version = "1.9.0-dev"
44
edition = "2021"
55
authors = ["github.com/containers"]
66
license = "Apache-2.0"

RELEASE_NOTES.md

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

3+
## v1.8.0
4+
* iptables: improve error when ip6?tables commands are missing
5+
* docs: Convert markdown with go-md2man instead of mandown
6+
* iptables: drop invalid packages
7+
* bump rust edition to 2021
8+
* Add ACCEPT rules in firewall for bridge network with internal dns
9+
* Add vrf support for bridges
10+
311
## v1.7.0
412
* Fix misleading dns disabled log
513
* Dependency updates

0 commit comments

Comments
 (0)