mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-25 03:02:17 +00:00
versions: update dependencies to v0.4.0 tags
This covers td-shim, attestation-agent and image-rs. Fixes: #6366 Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
This commit is contained in:
parent
f46da42847
commit
dd274ab51a
2
src/agent/Cargo.lock
generated
2
src/agent/Cargo.lock
generated
@ -1887,7 +1887,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "image-rs"
|
name = "image-rs"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
source = "git+https://github.com/confidential-containers/image-rs?rev=948db858579be538724266a650e840e75e7e824d#948db858579be538724266a650e840e75e7e824d"
|
source = "git+https://github.com/confidential-containers/image-rs?rev=v0.4.0#948db858579be538724266a650e840e75e7e824d"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"async-compression",
|
"async-compression",
|
||||||
|
@ -70,13 +70,11 @@ clap = { version = "3.0.1", features = ["derive"] }
|
|||||||
openssl = { version = "0.10.38", features = ["vendored"] }
|
openssl = { version = "0.10.38", features = ["vendored"] }
|
||||||
|
|
||||||
# Image pull/decrypt
|
# Image pull/decrypt
|
||||||
# TODO: this image-rs rev pulls in wrong attestation_agent
|
|
||||||
[target.'cfg(target_arch = "s390x")'.dependencies]
|
[target.'cfg(target_arch = "s390x")'.dependencies]
|
||||||
image-rs = { git = "https://github.com/confidential-containers/image-rs", rev = "948db858579be538724266a650e840e75e7e824d", default-features = false, features = ["kata-cc-s390x"] }
|
image-rs = { git = "https://github.com/confidential-containers/image-rs", rev = "v0.4.0", default-features = false, features = ["kata-cc-s390x"] }
|
||||||
|
|
||||||
# TODO: this image-rs rev pulls in wrong attestation_agent
|
|
||||||
[target.'cfg(not(target_arch = "s390x"))'.dependencies]
|
[target.'cfg(not(target_arch = "s390x"))'.dependencies]
|
||||||
image-rs = { git = "https://github.com/confidential-containers/image-rs", rev = "948db858579be538724266a650e840e75e7e824d", default-features = true, features = ["kata-cc", "signature-simple"] }
|
image-rs = { git = "https://github.com/confidential-containers/image-rs", rev = "v0.4.0", default-features = true, features = ["kata-cc", "signature-simple"] }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
tempfile = "3.1.0"
|
tempfile = "3.1.0"
|
||||||
|
@ -191,8 +191,7 @@ externals:
|
|||||||
attestation-agent:
|
attestation-agent:
|
||||||
description: "Provide attested key unwrapping for image decryption"
|
description: "Provide attested key unwrapping for image decryption"
|
||||||
url: "https://github.com/confidential-containers/attestation-agent"
|
url: "https://github.com/confidential-containers/attestation-agent"
|
||||||
# v0.3.0-4-gc6cdff6
|
version: "v0.4.0"
|
||||||
version: "c6cdff6dcd4f4ca45fa0fb7df439057d2dba15ea"
|
|
||||||
|
|
||||||
cni-plugins:
|
cni-plugins:
|
||||||
description: "CNI network plugins"
|
description: "CNI network plugins"
|
||||||
@ -312,8 +311,7 @@ externals:
|
|||||||
td-shim:
|
td-shim:
|
||||||
description: "Confidential Containers Shim Firmware"
|
description: "Confidential Containers Shim Firmware"
|
||||||
url: "https://github.com/confidential-containers/td-shim"
|
url: "https://github.com/confidential-containers/td-shim"
|
||||||
# v0.3.0-32-g5fa81ef
|
version: "v0.4.0"
|
||||||
version: "5fa81efa1e43c8005d6d8099b5c099125c17b4b0"
|
|
||||||
toolchain: "nightly-2022-11-15"
|
toolchain: "nightly-2022-11-15"
|
||||||
|
|
||||||
virtiofsd:
|
virtiofsd:
|
||||||
|
Loading…
Reference in New Issue
Block a user