From 187e0a61c4360a3938a9e3b1e722176194a60821 Mon Sep 17 00:00:00 2001 From: Brent Baude Date: Thu, 25 Jan 2024 08:52:10 -0600 Subject: [PATCH 1/3] Updated release notes for v1.10.1 Signed-off-by: Brent Baude --- RELEASE_NOTES.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index cb5179b07..151bbd19a 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,8 @@ # Release Notes +## v1.10.1 +* updated nftables to 0.3 + ## v1.10.0 * added an nftables backend that allows its use on systems without iptables installed * added command line option to change firewall driver From a78cfa83d2a6c0e29e2e22b9d38f1ce0ffc57cf5 Mon Sep 17 00:00:00 2001 From: Brent Baude Date: Thu, 25 Jan 2024 08:53:40 -0600 Subject: [PATCH 2/3] Release v1.10.1 Signed-off-by: Brent Baude --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0676d3001..3fa7fb29c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1335,7 +1335,7 @@ checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a" [[package]] name = "netavark" -version = "1.11.0-dev" +version = "1.10.1" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 4758164a1..6d1b69628 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "netavark" -version = "1.11.0-dev" +version = "1.10.1" edition = "2021" authors = ["github.com/containers"] license = "Apache-2.0" From c5acdece42bd9bdfc8ff996674b5305c822319fa Mon Sep 17 00:00:00 2001 From: Brent Baude Date: Thu, 25 Jan 2024 08:54:53 -0600 Subject: [PATCH 3/3] Bump to v1.11.0-dev Signed-off-by: Brent Baude --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3fa7fb29c..0676d3001 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1335,7 +1335,7 @@ checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a" [[package]] name = "netavark" -version = "1.10.1" +version = "1.11.0-dev" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 6d1b69628..4758164a1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "netavark" -version = "1.10.1" +version = "1.11.0-dev" edition = "2021" authors = ["github.com/containers"] license = "Apache-2.0"