0.19.34-v1
UI
Scheduled runs
The Run details page now shows Schedule and Next time for scheduled runs.
Finished times
The Run and Job list and details pages now display Finished times.
Backends
GCP
GCP G4 instances with NVIDIA RTX PRO 6000 GPUs are now generally available:
> dstack offer -b gcp --gpu RTXPRO6000
# BACKEND RESOURCES INSTANCE TYPE PRICE
1 gcp (us-central1) cpu=48 mem=180GB disk=100GB RTXPRO6000:96GB:1 g4-standard-48 $4.5001
2 gcp (us-central1) cpu=96 mem=360GB disk=100GB RTXPRO6000:96GB:2 g4-standard-96 $9.0002
3 gcp (us-central1) cpu=192 mem=720GB disk=100GB RTXPRO6000:96GB:4 g4-standard-192 $18.0003
4 gcp (us-central1) cpu=384 mem=1440GB disk=100GB RTXPRO6000:96GB:8 g4-standard-384 $36.0006Also, GCP A4 instances are supported via reservations.
Runs
SSH keys
dstack now uses server-managed user SSH keys when starting new runs. This allows users to attach to the run from different machines, since the SSH key is automatically replicated to all clients. User-supplied SSH keys are still used if specified explicitly.
Docs
Kubernetes
The Kubernetes backend docs now include a list of required permissions.
What's Changed
- Support getting job metrics by run_id by @r4victor in dstackai/dstack#3201
- Document Kubernetes required permissions by @r4victor in dstackai/dstack#3202
- Show Schedule and Next run on Run page by @r4victor in dstackai/dstack#3203
- Fix next_triggered_at extra fields not permitted by @r4victor in dstackai/dstack#3207
- Add AI Assistance Notice by @r4victor in dstackai/dstack#3208
- Add
InstanceOffer.backend_data+ reserved GCP A4 by @jvstme in dstackai/dstack#3209 - Force uppercase Runpod volume regions by @r4victor in dstackai/dstack#3217
- Show Finished for runs and jobs in the UI by @r4victor in dstackai/dstack#3218
- Use server-managed user SSH keys for new runs by @jvstme in dstackai/dstack#3216
- [GCP] Support G4 instance type GA by @peterschmidt85 in dstackai/dstack#3213
Full Changelog: dstackai/dstack@0.19.33...0.19.34