Skip to content

Commit

Permalink
Merge pull request kata-containers#6661 from fidencio/topic/update-de…
Browse files Browse the repository at this point in the history
…ps-for-v0.5.0-release

Update deps for the v0.5.0 release of Confidential Containers
  • Loading branch information
fidencio authored Apr 14, 2023
2 parents e58ccb6 a3b2358 commit 6abfb9d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/agent/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/agent/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 72,10 @@ openssl = { version = "0.10.38", features = ["vendored"] }

# Image pull/decrypt
[target.'cfg(target_arch = "s390x")'.dependencies]
image-rs = { git = "https://github.com/confidential-containers/image-rs", rev = "b28eaae", default-features = false, features = ["kata-cc-s390x"] }
image-rs = { git = "https://github.com/confidential-containers/image-rs", tag = "v0.5.1", default-features = false, features = ["kata-cc-s390x"] }

[target.'cfg(not(target_arch = "s390x"))'.dependencies]
image-rs = { git = "https://github.com/confidential-containers/image-rs", rev = "b28eaae", default-features = false, features = ["kata-cc"] }
image-rs = { git = "https://github.com/confidential-containers/image-rs", tag = "v0.5.1", default-features = false, features = ["kata-cc"] }

[patch.crates-io]
oci-distribution = { git = "https://github.com/krustlet/oci-distribution.git", rev = "f44124c" }
Expand Down
4 changes: 2 additions & 2 deletions versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 190,7 @@ externals:
attestation-agent:
description: "Provide attested key unwrapping for image decryption"
url: "https://github.com/confidential-containers/attestation-agent"
version: "c939d211fe5ac497715008e36161aff20cabb6e6"
version: "v0.5.0"

cni-plugins:
description: "CNI network plugins"
Expand Down Expand Up @@ -310,7 310,7 @@ externals:
td-shim:
description: "Confidential Containers Shim Firmware"
url: "https://github.com/confidential-containers/td-shim"
version: "10568bab569bc40034cc973f26fbb0a768dcc3e3"
version: "v0.5.0"
toolchain: "nightly-2022-11-15"

virtiofsd:
Expand Down

0 comments on commit 6abfb9d

Please sign in to comment.