summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrent Baude <bbaude@redhat.com>2024-02-09 11:47:22 -0600
committerBrent Baude <bbaude@redhat.com>2024-02-09 11:47:22 -0600
commitd9f9fdc116ea3ed72a6eb4e59da33bf5d7c60b38 (patch)
treeab051e120cc3697b28261228ae43d39a53b075c0
parent66c17f1df59ddc2a1d9c74c2fe083bd74c2f09fb (diff)
v1.10.3v1.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 <bbaude@redhat.com>
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
-rw-r--r--RELEASE_NOTES.md3
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