Skip to content

Release 5.7.1 (2026-02-13)

Latest

Choose a tag to compare

@cptanalatriste cptanalatriste released this 13 Feb 15:19

Release Highlights

  • It is now possible to upgrade from v5.6.0. See notes below.
  • Using the config file, you can now specify the size of the OS disk of the TRE's workspaces.
  • We now support the --run-program option during the deployment of TREs.

Upgrading from 5.6.0

For updating a TRE deployed with data-safe-heaven==5.6.0, please do the following:

  1. After installing data-safe-haven==5.7.1, re-deploy your TRE using dsh sre deploy your-v560-tre --run-program.
  2. The previous command might fail. In any case, redeploy but with the run-program option disabled, by running dsh sre deploy your-v560-tre.
  3. During this process, you will hit a SubnetInUse in use error. In that case, go to the Azure Portal and delete the container group shm-<YOUR-SHM>-sre-<YOUR-V560-TRE>-container-group-dns. After that, launch the deployment again.

IMPORTANT: As part of this update, the OS disk of every workspace will be replaced. Every modification done outside dsh (for example, installing packages using dshadmin) will be lost.

What's Changed

Full Changelog: v5.7.0...v5.7.1