From 9215d9d23c5fc2554dee8033cee776558c02a024 Mon Sep 17 00:00:00 2001 From: Chao Wu Date: Thu, 9 Feb 2023 20:00:00 +0800 Subject: [PATCH] virtio: release virtio device 0.2.0 - Update kvm-ioctls to v0.12.0 - Update kvm-bindings to v0.6.0 - Update virtio-queue to v0.6.0 - Update Nydus API to adjust to the latest Nydus version Signed-off-by: Chao Wu --- crates/dbs-upcall/Cargo.toml | 2 +- crates/dbs-virtio-devices/CHANGELOG.md | 15 ++++++++++++--- crates/dbs-virtio-devices/Cargo.toml | 2 +- 3 files changed, 14 insertions(+), 5 deletions(-) diff --git a/crates/dbs-upcall/Cargo.toml b/crates/dbs-upcall/Cargo.toml index 8f30739e..6208b37c 100755 --- a/crates/dbs-upcall/Cargo.toml +++ b/crates/dbs-upcall/Cargo.toml @@ -17,4 +17,4 @@ thiserror = "1" timerfd = "1.2.0" dbs-utils = { path = "../dbs-utils", version = "0.2" } -dbs-virtio-devices = { path = "../dbs-virtio-devices", version = "0.1", features = ["virtio-vsock"] } +dbs-virtio-devices = { path = "../dbs-virtio-devices", version = "0.2", features = ["virtio-vsock"] } diff --git a/crates/dbs-virtio-devices/CHANGELOG.md b/crates/dbs-virtio-devices/CHANGELOG.md index fdba8dcc..30014b36 100644 --- a/crates/dbs-virtio-devices/CHANGELOG.md +++ b/crates/dbs-virtio-devices/CHANGELOG.md @@ -1,13 +1,22 @@ # CHANGELOG +## v0.1.0 + +### Added + +- This is the initial release for dbs-virtio-devices + ## v0.1.1 ### Updated - Update vmm-sys-util to 0.11.0 -## v0.1.0 +## v0.2.0 -### Added +### Updated -- This is the initial release for dbs-virtio-devices +- Update kvm-ioctls to v0.12.0 +- Update kvm-bindings to v0.6.0 +- Update virtio-queue to v0.6.0 +- Update Nydus API to adjust to the latest Nydus version \ No newline at end of file diff --git a/crates/dbs-virtio-devices/Cargo.toml b/crates/dbs-virtio-devices/Cargo.toml index ba77d387..d516d2f7 100644 --- a/crates/dbs-virtio-devices/Cargo.toml +++ b/crates/dbs-virtio-devices/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dbs-virtio-devices" -version = "0.1.1" +version = "0.2.0" authors = ["Alibaba Dragonball Team"] license = "Apache-2.0 AND BSD-3-Clause" edition = "2018"