Skip to content

Commit

Permalink
Bump the version for shim protos and containerd-shim
Browse files Browse the repository at this point in the history
Signed-off-by: James Sturtevant <[email protected]>
  • Loading branch information
jsturtevant committed Aug 24, 2023
1 parent 621ebbb commit fd1b235
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion crates/runc-shim/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ async-trait = { workspace = true }
tokio = { workspace = true, features = ["full"] }
futures = { workspace = true }

containerd-shim = { path = "../shim", version = "0.4.0", features = ["async"] }
containerd-shim = { path = "../shim", version = "0.5.0", features = ["async"] }
runc = { path = "../runc", version = "0.2.0", features = ["async"] }
2 changes: 1 addition & 1 deletion crates/shim-protos/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "containerd-shim-protos"
version = "0.4.0"
version = "0.5.0"
authors = ["Maksym Pavlenko <[email protected]>", "The containerd Authors"]
description = "TTRPC bindings for containerd shim interfaces"
keywords = ["containerd", "shim", "containers", "ttrpc", "client"]
Expand Down
4 changes: 2 additions & 2 deletions crates/shim/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "containerd-shim"
version = "0.4.0"
version = "0.5.0"
authors = ["Maksym Pavlenko <[email protected]>", "The containerd Authors"]
keywords = ["containerd", "shim", "containers"]
description = "containerd shim extension"
Expand Down Expand Up @@ -38,7 +38,7 @@ prctl = "1.0.0"
page_size = "0.6.0"
regex = "1"

containerd-shim-protos = { path = "../shim-protos", version = "0.4.0" }
containerd-shim-protos = { path = "../shim-protos", version = "0.5.0" }

async-trait = { workspace = true, optional = true }
tokio = { workspace = true, features = ["full"], optional = true }
Expand Down

0 comments on commit fd1b235

Please sign in to comment.