0.18.13-v1
0.18.13
The update includes all the features and bug fixes from version 0.18.13.
Windows
You can now use the CLI on Windows (WSL 2 is not required).
Ensure that Git and OpenSSH are installed via Git for Windows.
During installation, select Git from the command line and also from 3-rd party software
(or Use Git and optional Unix tools from the Command Prompt
), and Use bundled OpenSSH
checkboxes.
Spot policy
Previously, dev environments used the on-demand
spot policy, while tasks and services used auto
. With this update, we've changed the default spot policy to always be on-demand
for all configurations. Users will now need to explicitly specify the spot policy if they want to use spot instances.
Troubleshooting
The documentation now includes a Troubleshooting guide with instructions on how to report issues.
Changelog
- [UX] Add Windows support by @un-def in dstackai/dstack#1675
- [UX] Changed the default
spot_policy
toon-demand
by @r4victor in dstackai/dstack#1657 and dstackai/dstack#1660 - [UI] Minor UI improvements by @olgenn in dstackai/dstack#1658
- [UX] Check SSH keys when SSH fleet creation before submission by @r4victor in dstackai/dstack#1661
- [Docs] Add TPU examples with Optimum TPU and vLLM by @Bihan in dstackai/dstack#1663
- [Troubleshooting] Do not auto-delete failed instances by @r4victor in dstackai/dstack#1665
- [Docs] Document SQLite to Postgres migration by @r4victor in dstackai/dstack#1678
- [Internal] Implement Postgres locking by @r4victor in dstackai/dstack#1651
- [Internal] Refactor
SSHTunnel
by @jvstme in dstackai/dstack#1669 - [Internal] Replace
String
withText
for long database columns by @r4victor in dstackai/dstack#1677 - [Internal] Take advisory lock on server init by @r4victor in dstackai/dstack#1674
All commits: dstackai/dstack@0.18.12...0.18.13