Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
c11d739
Make DNS TXT record TTL configurable.
Evrard-Nil Jan 14, 2026
696441b
Make DNS TXT record TTL configurable in entrypoint and deployment scr…
Evrard-Nil Jan 15, 2026
3917376
Merge pull request #436 from Evrard-Nil/feat/make-txt-record-ttl-conf…
kvinwang Jan 15, 2026
c453cec
fix: add white background to banner image for dark mode
h4x3rotab Jan 16, 2026
b99184a
Merge pull request #440 from Dstack-TEE/fix/banner-white-background
h4x3rotab Jan 16, 2026
6ea7504
Merge pull request #437 from Dstack-TEE/refactor-for-cloud-providers
kvinwang Jan 19, 2026
9e3d200
Remove foundry submodules
kvinwang Jan 19, 2026
40b2fa6
Merge pull request #442 from Dstack-TEE/fix-foundry
kvinwang Jan 19, 2026
08cc383
Fix vm_config loading from sys-config.json
kvinwang Jan 20, 2026
127f5de
Merge pull request #444 from Dstack-TEE/fix-vm-config-load
kvinwang Jan 20, 2026
292683b
Optional setup tsm configfs
kvinwang Jan 21, 2026
242894b
vmm: Default to 9p shared mode
kvinwang Jan 21, 2026
b752172
Bump version to 0.5.6
kvinwang Jan 21, 2026
6f14cb3
Update dcap-qvl to 0.3.9
kvinwang Jan 21, 2026
f070aa4
Add mutex lock for TDX quote generation
kvinwang Jan 21, 2026
3f8f6d3
Fix ra-tls compilation error
kvinwang Jan 21, 2026
743dbc9
fix(verifier): remove pccs_url from public API to prevent SSRF
kvinwang Jan 21, 2026
70720d5
fix(event-log): strip RTMR[0-2] payloads and document semantics
kvinwang Jan 21, 2026
029f167
Add CertConfigV2
kvinwang Jan 21, 2026
6d146c3
Update dcap-qvl to 0.3.10
kvinwang Jan 21, 2026
fbbc049
Merge remote-tracking branch 'ds/master' into pha-master
kvinwang Jan 21, 2026
6ed539c
Add back simulator
kvinwang Jan 21, 2026
90dcdd0
Fix unit test
kvinwang Jan 21, 2026
590b8f3
Update console_v1.html
kvinwang Jan 21, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
86 changes: 43 additions & 43 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# SPDX-License-Identifier: BUSL-1.1

[workspace.package]
version = "0.5.5"
version = "0.5.6"
authors = ["Kevin Wang <wy721@qq.com>", "Leechael <Leechael@github.com>"]
edition = "2021"
license = "MIT"
Expand Down Expand Up @@ -171,7 +171,7 @@ default-net = "0.22.0"
# Cryptography/Security
aes-gcm = "0.10.3"
curve25519-dalek = "4.1.3"
dcap-qvl = "0.3.9"
dcap-qvl = "0.3.10"
dcap-qvl-webpki = "0.103.4"
elliptic-curve = { version = "0.13.8", features = ["pkcs8"] }
getrandom = "0.3.1"
Expand Down
Loading
Loading