Skip to content

Releases: Dstack-TEE/dstack

Gateway Release v0.5.8

19 Mar 02:38
d5eb4a4

Choose a tag to compare

Docker Image Information

Image: docker.io/dstacktee/dstack-gateway:0.5.8

Digest (SHA256): sha256:6eb1dc1a5000f37cc5b0322d3fdb71e7f2e31859b5e3a611634919278cee2411

Verification: Verify on Sigstore

v0.5.8

17 Mar 02:06

Choose a tag to compare

Changes since v0.5.7

Features

  • Support wildcard custom domains in gateway TXT resolution (#545)

Fixes

  • Include SNI in gateway TLS passthrough error messages (#547)
  • Allow wildcard fallback in non-compat mode (#545)
  • Patch report_data in simulator RA-TLS certificates to bind to actual TLS key (#541)
  • Set user-agent for KMS auth API requests and improve error logging (#525)
  • Pin apt package versions in key-provider Dockerfile (#533)

Refactoring

  • Extract TDX quote report_data offset as a named constant (#542)
  • Extract generic http_get/http_post helpers in KMS (#525)
  • Switch key-provider to upstream repo and update deps (#533)

Documentation

  • Add self-host tutorial series (#540)
  • Add encrypted environment variables technical spec (#506)
  • Add security considerations for encrypted env authenticity (#506)
  • Clarify normalized app_id input and runtime file path contract (#506)

Dependencies

  • Update Rust dependencies for security fixes
  • Bump quinn-proto, hono, fastify, minimatch, immutable, serialize-javascript, hardhat, fast-xml-parser

Verifier Release v0.5.8

17 Mar 07:56

Choose a tag to compare

Docker Image Information

Image: docker.io/dstacktee/dstack-verifier:0.5.8

Digest (SHA256): sha256:038e6b828528fbfecccfc8f95381a83fa8be8c18ec5fee9aaee7df03c4990ac9

Verification: Verify on Sigstore

KMS Release v0.5.8

17 Mar 06:02

Choose a tag to compare

Docker Image Information

Image: docker.io/dstacktee/dstack-kms:0.5.8

Digest (SHA256): sha256:9650dcb47dad0065470f432f00e78e012912214ef1a5b1d7272918817e61a26d

Verification: Verify on Sigstore

Contract ABIs

This release includes the compiled contract ABIs:

  • DstackKms.json - Main KMS contract ABI
  • DstackApp.json - Application contract ABI

v0.5.7

03 Mar 10:51

Choose a tag to compare

What's Changed

Features

  • feat(guest-agent): add Version() RPC to DstackGuest and Tappd services
  • feat(sdk): add version() API to all SDKs (Rust, Go, Python, JS)
  • feat(sdk): validate algorithm in getKey by checking OS version
  • feat(kms): add GetAttestationInfo RPC to onboard service
  • feat: add sysbox persistent storage mount alongside docker/containerd
  • Add supervisor process manager UI
  • Add VM removing state for reliable lifecycle cleanup

Bug Fixes

  • fix: wait for RPC nonce sync between multi-step deployments
  • fix: correct kms:add-device success message
  • fix(auth-eth): retry verifyDeployment for public RPC latency
  • fix(kms): auto-append /prpc to onboard source_url if missing
  • fix(guest-agent): normalize algorithm before passing to GetKey in Sign
  • fix(guest-agent): accept "k256" as alias for "secp256k1" algorithm
  • fix: remove secp256k1_prehashed from GetKey (meaningless for key derivation)
  • fix(vmm): display network addresses on separate lines in UI

Other

  • refactor: rename hardhat network "test" to "custom"
  • Remove passt networking mode support

Full Changelog: v0.5.6...v0.5.7

dstack v0.5.6

06 Feb 09:17

Choose a tag to compare

Added

  • guest-agent: Attest API for generating versioned attestations
  • gateway: WaveKV backend with peer discovery, bootnode support, periodic persistence, and improved cluster orchestration
  • gateway: multi-domain certificate management with SNI-based resolution, cert configuration UI, ACME account attestation, and configurable DNS TXT TTL/max wait
  • gateway: multi-port TCP listening via port ranges and deployment script support for multi-port serving
  • gateway: per-app connection rate limiting
  • vmm: bridge networking support, DHCP lease PRPC API, and userspace port forwarding
  • vmm: management APIs UpdateVm and ReloadVms, plus additional metadata in CLI output
  • vmm-cli: config file support and new update subcommand
  • vmm-ui: revamped UI (now default), improved layout, device/TEE state display, log follow, git rev display, and dedicated IP UI
  • guest-agent: systemd socket activation and compatibility socket proxy
  • kms: auth-simple configuration-based authorization server
  • sdk: Verifiable Message Signing (Sign/Verify) with signature chain and public key fields
  • docs: conntrack tuning guide for high-concurrency gateways
  • docs: bridge networking guide updates and cluster deployment documentation
  • vmm: OpenAPI documentation output

Changed

  • gateway: deployment scripts refactored to externalize config and add bootstrap flow
  • gateway: IP allocation scheme updated for larger address space
  • gateway: DNS configuration defaults and UI settings refined (TTL, max wait, default port behaviors)
  • toolchain: Rust pinned to 1.92 and additional no_std target added for CI
  • attestation: refactored for multi-provider support
  • vmm: default shared mode set to 9p
  • dependencies: updated dcap-qvl to 0.3.10 and various dependency bumps (lodash, hono, go-ethereum, tracing-subscriber, etc.)
  • docs: reorganized and consolidated (confidential AI, verification tutorial, GPU TEE guide, FAQ, SDK docs, main index)
  • vmm-ui: regenerated and synchronized UI assets

Fixed

  • vmm: VM config loading issues and multiple UI display bugs
  • host-api: forbid listening on non-vsock addresses
  • vmm: trigger port forward reconfiguration on update-ports
  • runtime: Docker mount socket path compatibility (/run vs /var/run)
  • runtime: create mount points before rbind mount
  • sdk/js: isReachable behavior for v0.5.x
  • gateway: improved error messages for client registration and cert flows
  • ct_monitor: TLS certificate verification behavior
  • tooling: clippy warnings, formatting, and CI stability fixes

Security

KMS Release v0.5.6

06 Feb 09:50

Choose a tag to compare

Docker Image Information

Image: docker.io/dstacktee/dstack-kms:0.5.6

Digest (SHA256): sha256:6f8ae87eb685679bf77844b38fdda867dd591a6470543574b92ab9b71bf4c849

Verification: Verify on Sigstore

Contract ABIs

This release includes the compiled contract ABIs:

  • DstackKms.json - Main KMS contract ABI
  • DstackApp.json - Application contract ABI

Gateway Release v0.5.6

06 Feb 09:47

Choose a tag to compare

Docker Image Information

Image: docker.io/dstacktee/dstack-gateway:0.5.6

Digest (SHA256): sha256:bce223277fc354da7fd8addd5a07247360828007fee2f4537619ef460e2a10bb

Verification: Verify on Sigstore

dstack v0.5.5

20 Oct 06:07
7bf1843

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.4...v0.5.5

Verifier Release v0.5.5

21 Oct 00:16
7bf1843

Choose a tag to compare

Docker Image Information

Image: docker.io/dstacktee/dstack-verifier:0.5.5

Digest (SHA256): sha256:4f73795d1a8b20d7e168b311f83a1906c28b4610c59dfa74983bf15f28d9aae4

Verification: Verify on Sigstore