Skip to content

Commit 5ab4cb1

Browse files
Merge pull request #1111 from baude/releasev1.13.0
Release v1.13.0
2 parents c2c0f4e + 1d75d62 commit 5ab4cb1

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

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

RELEASE_NOTES.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Release Notes
22

3+
## v1.13.0
4+
5+
* Fixed bug where port forwarding rules might not be removed correctly on nftables
6+
* Add DNS DNAT rules first with nftables
7+
8+
## v1.12.2
9+
10+
* Ensure DNS rules cover TCP for iptables and nftables
11+
* On ardvark-dns start, delete entries again on failure
12+
313
## v1.12.1
414

515
* Fixed problem with categories in Cargo.toml that prevented us from publishing v1.12.0

0 commit comments

Comments
 (0)