Merge pull request #180 from jsturtevant/release-shim

Bump the version for shim protos and containerd-shim
This commit is contained in:
Maksym Pavlenko 2023-08-24 12:04:22 -07:00 committed by GitHub
commit e86cf9082b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View File

@ -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"] }

View File

@ -1,6 +1,6 @@
[package]
name = "containerd-shim-protos"
version = "0.4.0"
version = "0.5.0"
authors = ["Maksym Pavlenko <pavlenko.maksym@gmail.com>", "The containerd Authors"]
description = "TTRPC bindings for containerd shim interfaces"
keywords = ["containerd", "shim", "containers", "ttrpc", "client"]

View File

@ -1,6 +1,6 @@
[package]
name = "containerd-shim"
version = "0.4.0"
version = "0.5.0"
authors = ["Maksym Pavlenko <pavlenko.maksym@gmail.com>", "The containerd Authors"]
keywords = ["containerd", "shim", "containers"]
description = "containerd shim extension"
@ -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 }