tag:github.com,2008:https://github.com/Dstack-TEE/meta-dstack/releases
Release notes from meta-dstack
2026-03-17T02:37:24Z
tag:github.com,2008:Repository/871445445/v0.5.8
2026-03-17T05:28:45Z
v0.5.8
<h2>dstack submodule changes (v0.5.7 → v0.5.8)</h2>
<h3>Features</h3>
<ul>
<li>Support wildcard custom domains in gateway TXT resolution (#545)</li>
</ul>
<h3>Fixes</h3>
<ul>
<li>Include SNI in gateway TLS passthrough error messages (#547)</li>
<li>Allow wildcard fallback in non-compat mode (#545)</li>
<li>Patch report_data in simulator RA-TLS certificates to bind to actual TLS key (#541)</li>
<li>Set user-agent for KMS auth API requests and improve error logging (#525)</li>
<li>Pin apt package versions in key-provider Dockerfile (#533)</li>
</ul>
<h3>Refactoring</h3>
<ul>
<li>Extract TDX quote report_data offset as a named constant (#542)</li>
<li>Switch key-provider to upstream repo and update deps (#533)</li>
</ul>
<h3>Documentation</h3>
<ul>
<li>Add self-host tutorial series (#540)</li>
<li>Add encrypted environment variables technical spec (#506)</li>
</ul>
<h3>Dependencies</h3>
<ul>
<li>Update Rust and JS dependencies for security fixes</li>
</ul>
<h2>meta-dstack changes</h2>
<ul>
<li>libnvidia-container: fix TLS verification for build-time downloads (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4044454733" data-permission-text="Title is private" data-url="https://github.com/Dstack-TEE/meta-dstack/issues/39" data-hovercard-type="pull_request" data-hovercard-url="/Dstack-TEE/meta-dstack/pull/39/hovercard" href="https://github.com/Dstack-TEE/meta-dstack/pull/39">#39</a>)</li>
<li>dstack-sysbox: disable ovfs on idmapped mounts (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4038633006" data-permission-text="Title is private" data-url="https://github.com/Dstack-TEE/meta-dstack/issues/38" data-hovercard-type="pull_request" data-hovercard-url="/Dstack-TEE/meta-dstack/pull/38/hovercard" href="https://github.com/Dstack-TEE/meta-dstack/pull/38">#38</a>)</li>
<li>kernel: enable CONFIG_OVERLAY_FS_METACOPY for sysbox chown fallback</li>
<li>Update submodules</li>
</ul>
kvinwang
tag:github.com,2008:Repository/871445445/v0.5.7
2026-03-03T13:00:31Z
v0.5.7
<h2>What's Changed</h2>
<h3>dstack (submodule)</h3>
<h4>Features</h4>
<ul>
<li>feat(guest-agent): add Version() RPC to DstackGuest and Tappd services</li>
</ul>
<h4>Bug Fixes</h4>
<ul>
<li>fix(guest-agent): normalize algorithm before passing to GetKey in Sign</li>
<li>fix(guest-agent): accept "k256" as alias for "secp256k1" algorithm</li>
<li>fix: remove secp256k1_prehashed from GetKey (meaningless for key derivation)</li>
</ul>
<h3>meta-dstack</h3>
<ul>
<li>Add <code>parted</code> package to rootfs image to fix disk partition auto-grow after QEMU disk expansion</li>
<li>Add sysbox container runtime v0.6.7</li>
</ul>
<p><strong>Full dstack changelog</strong>: <a class="commit-link" href="https://github.com/Dstack-TEE/dstack/compare/v0.5.6...v0.5.7">Dstack-TEE/dstack@<tt>v0.5.6...v0.5.7</tt></a></p>
kvinwang
tag:github.com,2008:Repository/871445445/v0.5.6.1
2026-02-09T07:02:59Z
dstack v0.5.6.1
<h2>What's Changed</h2>
<ul>
<li><strong>Add sysbox container runtime v0.6.7</strong> — enables running system containers (containers with their own init system, systemd, Docker-in-Docker, etc.) inside TDX guest VMs using <code>runtime: sysbox-runc</code> in docker-compose.</li>
</ul>
<h2>Reproducible Build</h2>
<div class="highlight highlight-source-shell notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="git clone https://github.com/Dstack-TEE/meta-dstack.git
cd meta-dstack/
git checkout f1c68d35bd99c56193d88f4abbe3a923aa48a6b7
git submodule update --init --recursive
cd repro-build && ./repro-build.sh -n"><pre>git clone https://github.com/Dstack-TEE/meta-dstack.git
<span class="pl-c1">cd</span> meta-dstack/
git checkout f1c68d35bd99c56193d88f4abbe3a923aa48a6b7
git submodule update --init --recursive
<span class="pl-c1">cd</span> repro-build <span class="pl-k">&&</span> ./repro-build.sh -n</pre></div>
kvinwang
tag:github.com,2008:Repository/871445445/v0.5.6
2026-02-06T09:39:50Z
dstack v0.5.6
<h2>Changes</h2>
<h3>Added</h3>
<ul>
<li>guest-agent: Attest API for generating versioned attestations</li>
<li>gateway: WaveKV backend with peer discovery, bootnode support, periodic persistence, and improved cluster orchestration</li>
<li>gateway: multi-domain certificate management with SNI-based resolution, cert configuration UI, ACME account attestation, and configurable DNS TXT TTL/max wait</li>
<li>gateway: multi-port TCP listening via port ranges and deployment script support for multi-port serving</li>
<li>gateway: per-app connection rate limiting</li>
<li>vmm: bridge networking support, DHCP lease PRPC API, and userspace port forwarding</li>
<li>vmm: management APIs UpdateVm and ReloadVms, plus additional metadata in CLI output</li>
<li>vmm-cli: config file support and new update subcommand</li>
<li>vmm-ui: revamped UI (now default), improved layout, device/TEE state display, log follow, git rev display, and dedicated IP UI</li>
<li>guest-agent: systemd socket activation and compatibility socket proxy</li>
<li>kms: auth-simple configuration-based authorization server</li>
<li>sdk: Verifiable Message Signing (Sign/Verify) with signature chain and public key fields</li>
<li>docs: conntrack tuning guide for high-concurrency gateways</li>
<li>docs: bridge networking guide updates and cluster deployment documentation</li>
<li>vmm: OpenAPI documentation output</li>
</ul>
<h3>Changed</h3>
<ul>
<li>gateway: deployment scripts refactored to externalize config and add bootstrap flow</li>
<li>gateway: IP allocation scheme updated for larger address space</li>
<li>gateway: DNS configuration defaults and UI settings refined (TTL, max wait, default port behaviors)</li>
<li>toolchain: Rust pinned to 1.92 and additional no_std target added for CI</li>
<li>attestation: refactored for multi-provider support</li>
<li>vmm: default shared mode set to 9p</li>
<li>dependencies: updated dcap-qvl to 0.3.10 and various dependency bumps (lodash, hono, go-ethereum, tracing-subscriber, etc.)</li>
<li>docs: reorganized and consolidated (confidential AI, verification tutorial, GPU TEE guide, FAQ, SDK docs, main index)</li>
<li>vmm-ui: regenerated and synchronized UI assets</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>vmm: VM config loading issues and multiple UI display bugs</li>
<li>host-api: forbid listening on non-vsock addresses</li>
<li>vmm: trigger port forward reconfiguration on update-ports</li>
<li>runtime: Docker mount socket path compatibility (/run vs /var/run)</li>
<li>runtime: create mount points before rbind mount</li>
<li>sdk/js: isReachable behavior for v0.5.x</li>
<li>gateway: improved error messages for client registration and cert flows</li>
<li>ct_monitor: TLS certificate verification behavior</li>
<li>tooling: clippy warnings, formatting, and CI stability fixes</li>
</ul>
<h3>Security</h3>
<ul>
<li>upgraded dcap-qvl to 0.3.10 to address <a title="CVE-2026-22696" data-hovercard-type="advisory" data-hovercard-url="/advisories/GHSA-796p-j2gh-9m2q/hovercard" href="https://github.com/advisories/GHSA-796p-j2gh-9m2q">CVE-2026-22696</a></li>
</ul>
kvinwang
tag:github.com,2008:Repository/871445445/v0.5.5
2025-12-30T09:36:31Z
dstack v0.5.5
<h2>What's Changed</h2>
<ul>
<li>Replace kvin.wang with dstack.org by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/kvinwang/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/kvinwang">@kvinwang</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3451526462" data-permission-text="Title is private" data-url="https://github.com/Dstack-TEE/meta-dstack/issues/22" data-hovercard-type="pull_request" data-hovercard-url="/Dstack-TEE/meta-dstack/pull/22/hovercard" href="https://github.com/Dstack-TEE/meta-dstack/pull/22">#22</a></li>
<li>Enabled cgroups v2 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/kvinwang/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/kvinwang">@kvinwang</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3451530338" data-permission-text="Title is private" data-url="https://github.com/Dstack-TEE/meta-dstack/issues/23" data-hovercard-type="pull_request" data-hovercard-url="/Dstack-TEE/meta-dstack/pull/23/hovercard" href="https://github.com/Dstack-TEE/meta-dstack/pull/23">#23</a></li>
<li>mkimg: Allow running in non-git dir by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/kvinwang/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/kvinwang">@kvinwang</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3451543805" data-permission-text="Title is private" data-url="https://github.com/Dstack-TEE/meta-dstack/issues/24" data-hovercard-type="pull_request" data-hovercard-url="/Dstack-TEE/meta-dstack/pull/24/hovercard" href="https://github.com/Dstack-TEE/meta-dstack/pull/24">#24</a></li>
<li>add package e2fsprogs by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/kvinwang/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/kvinwang">@kvinwang</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3455476232" data-permission-text="Title is private" data-url="https://github.com/Dstack-TEE/meta-dstack/issues/25" data-hovercard-type="pull_request" data-hovercard-url="/Dstack-TEE/meta-dstack/pull/25/hovercard" href="https://github.com/Dstack-TEE/meta-dstack/pull/25">#25</a></li>
<li>Add cmd resize2fs by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/kvinwang/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/kvinwang">@kvinwang</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3455694026" data-permission-text="Title is private" data-url="https://github.com/Dstack-TEE/meta-dstack/issues/26" data-hovercard-type="pull_request" data-hovercard-url="/Dstack-TEE/meta-dstack/pull/26/hovercard" href="https://github.com/Dstack-TEE/meta-dstack/pull/26">#26</a></li>
<li>Add vim to dev image by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/kvinwang/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/kvinwang">@kvinwang</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3456840429" data-permission-text="Title is private" data-url="https://github.com/Dstack-TEE/meta-dstack/issues/27" data-hovercard-type="pull_request" data-hovercard-url="/Dstack-TEE/meta-dstack/pull/27/hovercard" href="https://github.com/Dstack-TEE/meta-dstack/pull/27">#27</a></li>
<li>dstack v0.5.5 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/kvinwang/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/kvinwang">@kvinwang</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3469763834" data-permission-text="Title is private" data-url="https://github.com/Dstack-TEE/meta-dstack/issues/28" data-hovercard-type="pull_request" data-hovercard-url="/Dstack-TEE/meta-dstack/pull/28/hovercard" href="https://github.com/Dstack-TEE/meta-dstack/pull/28">#28</a></li>
<li>Add dep conf dstack-guest-agent.conf for docker by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/kvinwang/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/kvinwang">@kvinwang</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3497595056" data-permission-text="Title is private" data-url="https://github.com/Dstack-TEE/meta-dstack/issues/29" data-hovercard-type="pull_request" data-hovercard-url="/Dstack-TEE/meta-dstack/pull/29/hovercard" href="https://github.com/Dstack-TEE/meta-dstack/pull/29">#29</a></li>
</ul>
<p>In addition to changes in <a href="https://github.com/Dstack-TEE/dstack/releases/tag/v0.5.5">dstack repo</a></p>
<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/Dstack-TEE/meta-dstack/compare/v0.5.4.1...v0.5.5"><tt>v0.5.4.1...v0.5.5</tt></a></p>
<p>GPU-enabled images are available here:<br>
<a href="https://github.com/nearai/private-ml-sdk/releases/tag/v0.5.5">https://github.com/nearai/private-ml-sdk/releases/tag/v0.5.5</a></p>
kvinwang
tag:github.com,2008:Repository/871445445/v0.5.4.1
2025-12-30T07:22:42Z
v0.5.4.1
<h2>What's Changed</h2>
<ul>
<li>Add kernel module xt_mark by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/kvinwang/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/kvinwang">@kvinwang</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3387208071" data-permission-text="Title is private" data-url="https://github.com/Dstack-TEE/meta-dstack/issues/19" data-hovercard-type="pull_request" data-hovercard-url="/Dstack-TEE/meta-dstack/pull/19/hovercard" href="https://github.com/Dstack-TEE/meta-dstack/pull/19">#19</a></li>
<li>Fix warnings for vconsole and autofs4 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/kvinwang/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/kvinwang">@kvinwang</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3392302011" data-permission-text="Title is private" data-url="https://github.com/Dstack-TEE/meta-dstack/issues/20" data-hovercard-type="pull_request" data-hovercard-url="/Dstack-TEE/meta-dstack/pull/20/hovercard" href="https://github.com/Dstack-TEE/meta-dstack/pull/20">#20</a></li>
<li>Don't make mr images by default by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/kvinwang/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/kvinwang">@kvinwang</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3392318331" data-permission-text="Title is private" data-url="https://github.com/Dstack-TEE/meta-dstack/issues/21" data-hovercard-type="pull_request" data-hovercard-url="/Dstack-TEE/meta-dstack/pull/21/hovercard" href="https://github.com/Dstack-TEE/meta-dstack/pull/21">#21</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/Dstack-TEE/meta-dstack/compare/v0.5.4...v0.5.4.1"><tt>v0.5.4...v0.5.4.1</tt></a></p>
<p>GPU-enabled images are available here:<br>
<a href="https://github.com/nearai/private-ml-sdk/releases/tag/v0.5.4.1">https://github.com/nearai/private-ml-sdk/releases/tag/v0.5.4.1</a></p>
kvinwang
tag:github.com,2008:Repository/871445445/v0.5.4
2025-12-11T06:35:25Z
v0.5.4
<h1>dstack v0.5.4 Release Notes</h1>
<h2><strong>Critical Security Update</strong></h2>
<ul>
<li><strong>Fixed LUKS header validation vulnerability</strong> (<a href="https://github.com/Dstack-TEE/dstack/security/advisories/GHSA-jxq2-hpw3-m5wf">GHSA-jxq2-hpw3-m5wf</a>)</li>
</ul>
<h2>meta-dstack changes</h2>
<ul>
<li>Support for up to 512 CPU cores by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/kvinwang/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/kvinwang">@kvinwang</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3275450373" data-permission-text="Title is private" data-url="https://github.com/Dstack-TEE/meta-dstack/issues/11" data-hovercard-type="pull_request" data-hovercard-url="/Dstack-TEE/meta-dstack/pull/11/hovercard" href="https://github.com/Dstack-TEE/meta-dstack/pull/11">#11</a></li>
<li>kernel: Enable BTF by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/kvinwang/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/kvinwang">@kvinwang</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3279688910" data-permission-text="Title is private" data-url="https://github.com/Dstack-TEE/meta-dstack/issues/12" data-hovercard-type="pull_request" data-hovercard-url="/Dstack-TEE/meta-dstack/pull/12/hovercard" href="https://github.com/Dstack-TEE/meta-dstack/pull/12">#12</a></li>
<li>Add perf in dev image by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/kvinwang/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/kvinwang">@kvinwang</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3218463440" data-permission-text="Title is private" data-url="https://github.com/Dstack-TEE/meta-dstack/issues/10" data-hovercard-type="pull_request" data-hovercard-url="/Dstack-TEE/meta-dstack/pull/10/hovercard" href="https://github.com/Dstack-TEE/meta-dstack/pull/10">#10</a></li>
<li>docker: Pin to single-core and enable pigz by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/kvinwang/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/kvinwang">@kvinwang</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3322366030" data-permission-text="Title is private" data-url="https://github.com/Dstack-TEE/meta-dstack/issues/13" data-hovercard-type="pull_request" data-hovercard-url="/Dstack-TEE/meta-dstack/pull/13/hovercard" href="https://github.com/Dstack-TEE/meta-dstack/pull/13">#13</a></li>
<li>docker: Fix runtime warning nf_netfilter not found by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/kvinwang/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/kvinwang">@kvinwang</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3322391614" data-permission-text="Title is private" data-url="https://github.com/Dstack-TEE/meta-dstack/issues/14" data-hovercard-type="pull_request" data-hovercard-url="/Dstack-TEE/meta-dstack/pull/14/hovercard" href="https://github.com/Dstack-TEE/meta-dstack/pull/14">#14</a></li>
<li>Fix only one port map doesn't work in dstack.py by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/kvinwang/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/kvinwang">@kvinwang</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3370937050" data-permission-text="Title is private" data-url="https://github.com/Dstack-TEE/meta-dstack/issues/16" data-hovercard-type="pull_request" data-hovercard-url="/Dstack-TEE/meta-dstack/pull/16/hovercard" href="https://github.com/Dstack-TEE/meta-dstack/pull/16">#16</a></li>
<li>Don't re-generate wg key in build.sh cfg by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/kvinwang/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/kvinwang">@kvinwang</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3371721555" data-permission-text="Title is private" data-url="https://github.com/Dstack-TEE/meta-dstack/issues/17" data-hovercard-type="pull_request" data-hovercard-url="/Dstack-TEE/meta-dstack/pull/17/hovercard" href="https://github.com/Dstack-TEE/meta-dstack/pull/17">#17</a></li>
<li>Update pahole to 1.29 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/kvinwang/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/kvinwang">@kvinwang</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3371846295" data-permission-text="Title is private" data-url="https://github.com/Dstack-TEE/meta-dstack/issues/18" data-hovercard-type="pull_request" data-hovercard-url="/Dstack-TEE/meta-dstack/pull/18/hovercard" href="https://github.com/Dstack-TEE/meta-dstack/pull/18">#18</a></li>
</ul>
<h2>dstack changes</h2>
<p><a href="https://github.com/Dstack-TEE/dstack/releases/tag/v0.5.4">https://github.com/Dstack-TEE/dstack/releases/tag/v0.5.4</a></p>
<p><strong><g-emoji class="g-emoji" alias="warning">⚠️</g-emoji> Upgrade Recommendation</strong>: This release contains critical security fixes. All users should upgrade immediately.</p>
kvinwang
tag:github.com,2008:Repository/871445445/v0.5.3
2025-12-11T06:36:00Z
v0.5.3
<h2>What's Changed</h2>
<ul>
<li>Fix error in dstack.py by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/kvinwang/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/kvinwang">@kvinwang</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3155302889" data-permission-text="Title is private" data-url="https://github.com/Dstack-TEE/meta-dstack/issues/8" data-hovercard-type="pull_request" data-hovercard-url="/Dstack-TEE/meta-dstack/pull/8/hovercard" href="https://github.com/Dstack-TEE/meta-dstack/pull/8">#8</a></li>
<li>Security Enhancement for the production image by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/kvinwang/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/kvinwang">@kvinwang</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3151806017" data-permission-text="Title is private" data-url="https://github.com/Dstack-TEE/meta-dstack/issues/7" data-hovercard-type="pull_request" data-hovercard-url="/Dstack-TEE/meta-dstack/pull/7/hovercard" href="https://github.com/Dstack-TEE/meta-dstack/pull/7">#7</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/Dstack-TEE/meta-dstack/compare/v0.5.2...v0.5.3"><tt>v0.5.2...v0.5.3</tt></a></p>
kvinwang
tag:github.com,2008:Repository/871445445/v0.5.2
2025-06-04T15:08:04Z
v0.5.2
<h2>What's Changed</h2>
<ul>
<li>fix(vmm-cli): compatible with custom kms-url and gateway-url by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/Leechael/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/Leechael">@Leechael</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3083929671" data-permission-text="Title is private" data-url="https://github.com/Dstack-TEE/dstack/issues/179" data-hovercard-type="pull_request" data-hovercard-url="/Dstack-TEE/dstack/pull/179/hovercard" href="https://github.com/Dstack-TEE/dstack/pull/179">Dstack-TEE/dstack#179</a></li>
<li>KMS: add factory deployment for AppAuth contracts with single-transaction optimization by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/Leechael/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/Leechael">@Leechael</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3088543802" data-permission-text="Title is private" data-url="https://github.com/Dstack-TEE/dstack/issues/182" data-hovercard-type="pull_request" data-hovercard-url="/Dstack-TEE/dstack/pull/182/hovercard" href="https://github.com/Dstack-TEE/dstack/pull/182">Dstack-TEE/dstack#182</a></li>
<li>supervisor: Fix bug in log span by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/kvinwang/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/kvinwang">@kvinwang</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3112160049" data-permission-text="Title is private" data-url="https://github.com/Dstack-TEE/dstack/issues/192" data-hovercard-type="pull_request" data-hovercard-url="/Dstack-TEE/dstack/pull/192/hovercard" href="https://github.com/Dstack-TEE/dstack/pull/192">Dstack-TEE/dstack#192</a></li>
<li>chore(sdk,rust): adds docstrings by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/tuddman/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/tuddman">@tuddman</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3114366498" data-permission-text="Title is private" data-url="https://github.com/Dstack-TEE/dstack/issues/194" data-hovercard-type="pull_request" data-hovercard-url="/Dstack-TEE/dstack/pull/194/hovercard" href="https://github.com/Dstack-TEE/dstack/pull/194">Dstack-TEE/dstack#194</a></li>
<li>feat(rust-sdk): Make all fields in Rust SDK structs public by @near-bookrock in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3114253477" data-permission-text="Title is private" data-url="https://github.com/Dstack-TEE/dstack/issues/193" data-hovercard-type="pull_request" data-hovercard-url="/Dstack-TEE/dstack/pull/193/hovercard" href="https://github.com/Dstack-TEE/dstack/pull/193">Dstack-TEE/dstack#193</a></li>
<li>vmm: Support for set kms/gw urls for individual CVM by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/kvinwang/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/kvinwang">@kvinwang</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3082695915" data-permission-text="Title is private" data-url="https://github.com/Dstack-TEE/dstack/issues/177" data-hovercard-type="pull_request" data-hovercard-url="/Dstack-TEE/dstack/pull/177/hovercard" href="https://github.com/Dstack-TEE/dstack/pull/177">Dstack-TEE/dstack#177</a></li>
<li>feat: enhance API metadata exposure by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/Leechael/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/Leechael">@Leechael</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3088543218" data-permission-text="Title is private" data-url="https://github.com/Dstack-TEE/dstack/issues/181" data-hovercard-type="pull_request" data-hovercard-url="/Dstack-TEE/dstack/pull/181/hovercard" href="https://github.com/Dstack-TEE/dstack/pull/181">Dstack-TEE/dstack#181</a></li>
<li>Implement mr_config_id v2 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/kvinwang/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/kvinwang">@kvinwang</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3117806948" data-permission-text="Title is private" data-url="https://github.com/Dstack-TEE/dstack/issues/195" data-hovercard-type="pull_request" data-hovercard-url="/Dstack-TEE/dstack/pull/195/hovercard" href="https://github.com/Dstack-TEE/dstack/pull/195">Dstack-TEE/dstack#195</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/tuddman/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/tuddman">@tuddman</a> made their first contribution in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3114366498" data-permission-text="Title is private" data-url="https://github.com/Dstack-TEE/dstack/issues/194" data-hovercard-type="pull_request" data-hovercard-url="/Dstack-TEE/dstack/pull/194/hovercard" href="https://github.com/Dstack-TEE/dstack/pull/194">Dstack-TEE/dstack#194</a></li>
<li>@near-bookrock made their first contribution in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3114253477" data-permission-text="Title is private" data-url="https://github.com/Dstack-TEE/dstack/issues/193" data-hovercard-type="pull_request" data-hovercard-url="/Dstack-TEE/dstack/pull/193/hovercard" href="https://github.com/Dstack-TEE/dstack/pull/193">Dstack-TEE/dstack#193</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/Dstack-TEE/dstack/compare/v0.5.1...v0.5.2">Dstack-TEE/dstack@<tt>v0.5.1...v0.5.2</tt></a></p>
<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/Dstack-TEE/meta-dstack/compare/v0.5.1...v0.5.2"><tt>v0.5.1...v0.5.2</tt></a></p>
kvinwang
tag:github.com,2008:Repository/871445445/v0.5.1
2025-05-29T10:43:22Z
v0.5.1
<h2>What's Changed</h2>
<ul>
<li>Fix reproducible issues for rootfs by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/kvinwang/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/kvinwang">@kvinwang</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3081866316" data-permission-text="Title is private" data-url="https://github.com/Dstack-TEE/meta-dstack/issues/6" data-hovercard-type="pull_request" data-hovercard-url="/Dstack-TEE/meta-dstack/pull/6/hovercard" href="https://github.com/Dstack-TEE/meta-dstack/pull/6">#6</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/Dstack-TEE/meta-dstack/compare/v0.5.0...v0.5.1"><tt>v0.5.0...v0.5.1</tt></a></p>
kvinwang