mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-05 02:40:18 +00:00
CCv0: Set v0.8.0 tag for image-rs, AA and td-shim
The release candidates for image-rs, AA, and td-shim have now been tagged with v0.8.0. Point the respective toml and yaml files to this tag. Fixes: #8352 Signed-off-by: Chris Porter <porter@ibm.com>
This commit is contained in:
4
src/agent/Cargo.lock
generated
4
src/agent/Cargo.lock
generated
@@ -2015,7 +2015,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=615a46ff16ee8670014946d14e44e85cede82f01#615a46ff16ee8670014946d14e44e85cede82f01"
|
source = "git+https://github.com/confidential-containers/guest-components?tag=v0.8.0#e849dc8921d2a48bec915f1a7c02f8988721022d"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"async-compression",
|
"async-compression",
|
||||||
@@ -2921,7 +2921,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=615a46ff16ee8670014946d14e44e85cede82f01#615a46ff16ee8670014946d14e44e85cede82f01"
|
source = "git+https://github.com/confidential-containers/guest-components?tag=v0.8.0#e849dc8921d2a48bec915f1a7c02f8988721022d"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"aes 0.8.3",
|
"aes 0.8.3",
|
||||||
"anyhow",
|
"anyhow",
|
||||||
|
@@ -74,7 +74,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 = "615a46ff16ee8670014946d14e44e85cede82f01", default-features = false, features = [
|
image-rs = { git = "https://github.com/confidential-containers/guest-components", tag = "v0.8.0", default-features = false, features = [
|
||||||
"kata-cc-native-tls",
|
"kata-cc-native-tls",
|
||||||
"verity",
|
"verity",
|
||||||
"signature-simple-xrss",
|
"signature-simple-xrss",
|
||||||
|
@@ -200,7 +200,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: "615a46ff16ee8670014946d14e44e85cede82f01"
|
version: "v0.8.0"
|
||||||
|
|
||||||
cni-plugins:
|
cni-plugins:
|
||||||
description: "CNI network plugins"
|
description: "CNI network plugins"
|
||||||
@@ -332,7 +332,7 @@ externals:
|
|||||||
# yamllint disable-line rule:line-length
|
# yamllint disable-line rule:line-length
|
||||||
description: "Confidential Containers Shim Firmware -- DO NOT TOUCH on main -> CCv0 merges"
|
description: "Confidential Containers Shim Firmware -- DO NOT TOUCH on main -> CCv0 merges"
|
||||||
url: "https://github.com/confidential-containers/td-shim"
|
url: "https://github.com/confidential-containers/td-shim"
|
||||||
version: "3f18d9f3f51c9428c034cf01b45ab94bcd0d1622"
|
version: "v0.8.0"
|
||||||
toolchain: "nightly-2023-08-28"
|
toolchain: "nightly-2023-08-28"
|
||||||
|
|
||||||
virtiofsd:
|
virtiofsd:
|
||||||
|
Reference in New Issue
Block a user