From d9f9fdc116ea3ed72a6eb4e59da33bf5d7c60b38 Mon Sep 17 00:00:00 2001 From: Brent Baude Date: Fri, 9 Feb 2024 11:47:22 -0600 Subject: v1.10.3 Fixed a bug where the netavark update command could sometimes incorrectly start a new Aardvark DNS server instead of restarting the existing server Signed-off-by: Brent Baude --- Cargo.lock | 2 +- Cargo.toml | 2 +- RELEASE_NOTES.md | 3 +++ 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 54bc9b9..6eff928 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1335,7 +1335,7 @@ checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a" [[package]] name = "netavark" -version = "1.10.2" +version = "1.10.3" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index d870e4e..dde914b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "netavark" -version = "1.10.2" +version = "1.10.3" edition = "2021" authors = ["github.com/containers"] license = "Apache-2.0" diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 81bab5d..ed3ff92 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,8 @@ # Release Notes +## v1.10.3 +* Fixed a bug where the netavark update command could sometimes incorrectly start a new Aardvark DNS server instead of restarting the existing server + ## v1.10.2 * Fixed a bug where netavark update could sometimes fail -- cgit v1.2.3-70-g09d2