Skip to content

Releases: Dstack-TEE/meta-dstack

v0.5.0

16 May 01:23
89c3ff5

Choose a tag to compare

The major change:

  • Switched to dm-verity readonly rootfs. This is a breaking change if previous App tries write something in the ROOTFS other than the container FS.

What's Changed

New Contributors

Full Changelog: Dstack-TEE/dstack@v0.4.2...v0.5.0

v0.3.6

08 May 07:19
c0c1865

Choose a tag to compare

Fixes tappd start ordering.

Full Changelog: v0.3.5...v0.3.6

v0.4.2

18 Apr 06:32
798b4a1

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: Dstack-TEE/dstack@v0.3.5...v0.4.2

v0.4.1

17 Mar 14:59
89ea7e6

Choose a tag to compare

Changes

  • Optional instance-id.

Full Changelog: v0.4.0...v0.4.1

v0.4.0

03 Mar 03:44
61fbf7a

Choose a tag to compare

Changes

  • Support for on-chain KMS
  • Support for config multiple tproxy and KMS nodes.

Full Changelog: v0.3.2...v0.4.0

Reproduce it:

git clone https://github.com/Dstack-TEE/meta-dstack.git
cd meta-dstack/
git checkout 61fbf7a18e96fd28e64cae542ed71180a5737a39
git submodule update --init --recursive
cd repro-build && ./repro-build.sh -n

v0.3.5

18 Feb 02:30
cfce6a8

Choose a tag to compare

What's Changed

  • Support for prelaunch-script.

Full Changelog: v0.3.2...v0.3.5

Run the following commands to reproduce the images:

git clone https://github.com/Dstack-TEE/meta-dstack.git
cd meta-dstack/
git checkout cfce6a837198c571e9bef9d3f36b29bedccc79ec
git submodule update --init --recursive
cd repro-build && ./repro-build.sh -n

v0.3.2

09 Dec 14:14
47bc555

Choose a tag to compare

v0.3.2 Pre-release
Pre-release

This is the first reproducible release of dstack guest image.

Run the following commands to reproduce the images:

git clone https://github.com/Dstack-TEE/meta-dstack.git
cd meta-dstack/
git checkout 47bc555ce42baefd82389b3e646d5be3f10ed1c1
git submodule update --init --recursive
cd repro-build && ./repro-build.sh -n

What's Changed

New Contributors

Full Changelog: v0.3.1...v0.3.2

v0.3.1

06 Dec 02:55
02a5131

Choose a tag to compare

Full Changelog: v0.1.0...v0.3.1

dstack-v0.1.0

30 Oct 06:41

Choose a tag to compare

dstack-v0.1.0 Pre-release
Pre-release

Pre-release for internal use