Skip to content

Commit 30b093b

Browse files
authored
Merge pull request #171 from Dstack-TEE/dev-0.5.0
Merge v0.5.0 to master
2 parents 4a784d8 + 68f0519 commit 30b093b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+1883
-2098
lines changed

Cargo.lock

Lines changed: 71 additions & 71 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[workspace.package]
2-
version = "0.4.2"
2+
version = "0.5.0"
33
authors = ["Kevin Wang <[email protected]>", "Leechael <[email protected]>"]
44
edition = "2021"
55
license = "MIT"
@@ -12,7 +12,7 @@ members = [
1212
"ra-tls",
1313
"tdx-attest-sys",
1414
"tdx-attest",
15-
"tdxctl",
15+
"dstack-util",
1616
"iohash",
1717
"guest-agent",
1818
"guest-agent/rpc",

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The overall architecture is shown below:
3232
dstack/
3333
kms/ A prototype KMS server
3434
guest-agent/ A service running in CVM to serve containers' key derivation and attestation requests.
35-
tdxctl/ A CLI tool getting TDX quote, extending RTMR, generating cert for RA-TLS, etc.
35+
dstack-util/ A CLI tool in the guest setting up the system, getting TDX quote, extending RTMR, generating cert for RA-TLS, etc.
3636
vmm/ A service running in bare TDX host to manage CVMs
3737
gateway/ A reverse proxy to forward TLS connections to CVMs
3838
certbot/ A tool to automatically obtain and renew TLS certificates for dstack-gateway

0 commit comments

Comments
 (0)