Skip to content

0.19.24

Choose a tag to compare

@peterschmidt85 peterschmidt85 released this 14 Aug 11:37
· 609 commits to master since this release
5fb7af3

Migration guide

Warning

This update requires stopping all dstack server replicas before deploying, due to database schema changes.
Make sure no replicas from the previous version and the new version run at the same time.

What's changed

  • [Internal] Replace enums with strings in the DB, JobSubmission.termination_reason, and Run.termination_reason by @r4victor in #2949
  • [Internal] Fix macOS build for shim by @un-def in #2958
  • [Bug] Increase the secrets max character length by @james-boydell in #2971
  • [Internal] Introduce InstanceAvailability.NO_BALANCE (for external integrations) by @peterschmidt85 in #2975
  • [Bug]: Cannot manage secrets in UI as project admin by @olgenn in #2972
  • [Bug] Fix DCGMWrapperInterface nil check in shim by @un-def in #2980

Full changelog: 0.19.23...0.19.24