From 4e93eb783718853fe0875e27815af6445b71a881 Mon Sep 17 00:00:00 2001 From: "Jiaxiao (mossaka) Zhou" Date: Tue, 26 Nov 2024 21:33:31 +0000 Subject: [PATCH 1/2] Release containerd-shim-wasm: bump version to 0.8.0 Bump version to 0.8.0 for containerd-shim-wasm to include the latest features and bug fixes. Signed-off-by: Jiaxiao (mossaka) Zhou --- Cargo.lock | 2 +- Cargo.toml | 2 +- crates/containerd-shim-wasm/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f6d8cc337..3bd4c3021 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -861,7 +861,7 @@ dependencies = [ [[package]] name = "containerd-shim-wasm" -version = "0.7.0" +version = "0.8.0" dependencies = [ "anyhow", "caps", diff --git a/Cargo.toml b/Cargo.toml index e6eacb016..3ad9f0b16 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ anyhow = "1.0" cap-std = "1.0" chrono = { version = "0.4", default-features = false, features = ["clock"] } containerd-shim = "0.7.4" -containerd-shim-wasm = { path = "crates/containerd-shim-wasm", version = "0.7.0" } +containerd-shim-wasm = { path = "crates/containerd-shim-wasm", version = "0.8.0" } containerd-shim-wasm-test-modules = { path = "crates/containerd-shim-wasm-test-modules", version = "0.4.0"} oci-tar-builder = { path = "crates/oci-tar-builder", version = "0.4.0" } crossbeam = { version = "0.8.4", default-features = false } diff --git a/crates/containerd-shim-wasm/Cargo.toml b/crates/containerd-shim-wasm/Cargo.toml index 144831835..c9700f2d5 100644 --- a/crates/containerd-shim-wasm/Cargo.toml +++ b/crates/containerd-shim-wasm/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "containerd-shim-wasm" description = "Library for building containerd shims for wasm" -version = "0.7.0" +version = "0.8.0" edition.workspace = true license.workspace = true readme = "README.md" From 30d4f80788d2c748f019b37c83ffe03e57b6073d Mon Sep 17 00:00:00 2001 From: "Jiaxiao (mossaka) Zhou" Date: Tue, 26 Nov 2024 21:36:47 +0000 Subject: [PATCH 2/2] fix: change the wamr crate version to 0.1.0 Signed-off-by: Jiaxiao (mossaka) Zhou --- Cargo.lock | 2 +- crates/containerd-shim-wamr/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3bd4c3021..589b3c7f0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -850,7 +850,7 @@ dependencies = [ [[package]] name = "containerd-shim-wamr" -version = "0.4.0" +version = "0.1.0" dependencies = [ "anyhow", "containerd-shim-wasm", diff --git a/crates/containerd-shim-wamr/Cargo.toml b/crates/containerd-shim-wamr/Cargo.toml index a913111f7..bd7a63cfc 100644 --- a/crates/containerd-shim-wamr/Cargo.toml +++ b/crates/containerd-shim-wamr/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "containerd-shim-wamr" -version.workspace = true +version = "0.1.0" edition.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html