From 296588065b07e2fe3c3445f82e79baa326487c96 Mon Sep 17 00:00:00 2001 From: Brent Baude Date: Wed, 24 Jan 2024 07:52:30 -0600 Subject: [PATCH 1/3] Release notes for 1.10.0 Signed-off-by: Brent Baude --- RELEASE_NOTES.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 02701e093..cb5179b07 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,12 @@ # Release Notes +## v1.10.0 +* added an nftables backend that allows its use on systems without iptables installed +* added command line option to change firewall driver +* show error if process is in wrong netns +* removed unessesary unlock lockfile calls +* updated dependencies + ## v1.9.0 * add firewalld-reload subcommand * bridge: force static mac on bridge interface From 799c1aed9f78e5bd619f4ef346b82ebf264b3317 Mon Sep 17 00:00:00 2001 From: Brent Baude Date: Wed, 24 Jan 2024 13:55:14 -0600 Subject: [PATCH 2/3] Release 1.10.0 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 7d0d771ca..6808e688e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1335,7 +1335,7 @@ checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a" [[package]] name = "netavark" -version = "1.10.0-dev" +version = "1.10.0" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 02465092a..9f5ce1b2e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "netavark" -version = "1.10.0-dev" +version = "1.10.0" edition = "2021" authors = ["github.com/containers"] license = "Apache-2.0" From 332878491d985e915705dbdfbdc076f4b601c418 Mon Sep 17 00:00:00 2001 From: Brent Baude Date: Wed, 24 Jan 2024 13:57:52 -0600 Subject: [PATCH 3/3] Bump to 1.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 6808e688e..980264a05 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1335,7 +1335,7 @@ checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a" [[package]] name = "netavark" -version = "1.10.0" +version = "1.11.0-dev" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 9f5ce1b2e..7446ee35f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "netavark" -version = "1.10.0" +version = "1.11.0-dev" edition = "2021" authors = ["github.com/containers"] license = "Apache-2.0"