From d688bdcce17ac167e271f3509d5e4b7fa9cd628c Mon Sep 17 00:00:00 2001 From: Brent Baude Date: Mon, 20 Nov 2023 13:48:34 -0600 Subject: [PATCH 1/3] v1.9.0 Release notes Signed-off-by: Brent Baude --- RELEASE_NOTES.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index f58586d7b..02701e093 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,11 @@ # Release Notes +## v1.9.0 +* add firewalld-reload subcommand +* bridge: force static mac on bridge interface +* dependency updates +* numerous fixes to test suite + ## v1.8.0 * iptables: improve error when ip6?tables commands are missing * docs: Convert markdown with go-md2man instead of mandown From 1ac690051d5ba3a6dbc5898b931f7175a9d8e7ac Mon Sep 17 00:00:00 2001 From: Brent Baude Date: Mon, 20 Nov 2023 13:51:19 -0600 Subject: [PATCH 2/3] v1.9.0 Release 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 d62e771ba..4cea7d655 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1336,7 +1336,7 @@ checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a" [[package]] name = "netavark" -version = "1.9.0-dev" +version = "1.9.0" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 5ff892063..9935fc502 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "netavark" -version = "1.9.0-dev" +version = "1.9.0" edition = "2021" authors = ["github.com/containers"] license = "Apache-2.0" From f588f1d3cb289cc1b573d7949b9d35520d21f469 Mon Sep 17 00:00:00 2001 From: Brent Baude Date: Mon, 20 Nov 2023 13:56:20 -0600 Subject: [PATCH 3/3] Bump working version to v1.10.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 4cea7d655..438ff2f1b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1336,7 +1336,7 @@ checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a" [[package]] name = "netavark" -version = "1.9.0" +version = "1.10.0-dev" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 9935fc502..062ce53b1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "netavark" -version = "1.9.0" +version = "1.10.0-dev" edition = "2021" authors = ["github.com/containers"] license = "Apache-2.0"