Merge pull request #7401 from fitzthum/bump-070

CC | Update to v0.7.0 tags
This commit is contained in:
Fabiano Fidêncio 2023-07-21 16:56:30 +02:00 committed by GitHub
commit f5420e5cf1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

4
src/agent/Cargo.lock generated
View File

@ -1836,7 +1836,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/guest-components?rev=88dcc14#88dcc147ba8ddf34e8425c98d5931df8a995f04a" source = "git+https://github.com/confidential-containers/guest-components?tag=v0.7.0#88dcc147ba8ddf34e8425c98d5931df8a995f04a"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"async-compression", "async-compression",
@ -2693,7 +2693,7 @@ dependencies = [
[[package]] [[package]]
name = "ocicrypt-rs" name = "ocicrypt-rs"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/confidential-containers/guest-components?rev=88dcc14#88dcc147ba8ddf34e8425c98d5931df8a995f04a" source = "git+https://github.com/confidential-containers/guest-components?tag=v0.7.0#88dcc147ba8ddf34e8425c98d5931df8a995f04a"
dependencies = [ dependencies = [
"aes 0.8.2", "aes 0.8.2",
"anyhow", "anyhow",

View File

@ -71,7 +71,7 @@ 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
image-rs = { git = "https://github.com/confidential-containers/guest-components", rev = "88dcc14", default-features = false, features = ["kata-cc-native-tls"] } image-rs = { git = "https://github.com/confidential-containers/guest-components", tag = "v0.7.0", default-features = false, features = ["kata-cc-native-tls"] }
[patch.crates-io] [patch.crates-io]
oci-distribution = { git = "https://github.com/krustlet/oci-distribution.git", rev = "f44124c" } oci-distribution = { git = "https://github.com/krustlet/oci-distribution.git", rev = "f44124c" }

View File

@ -194,7 +194,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/guest-components/" url: "https://github.com/confidential-containers/guest-components/"
version: "88dcc147ba8ddf34e8425c98d5931df8a995f04a" version: "v0.7.0"
cni-plugins: cni-plugins:
description: "CNI network plugins" description: "CNI network plugins"
@ -311,7 +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"
version: "4ecf76ab8bc57c2e857937487d1923961c2b6769" version: "v0.7.0"
toolchain: "nightly-2022-11-15" toolchain: "nightly-2022-11-15"
virtiofsd: virtiofsd: