-
Notifications
You must be signed in to change notification settings - Fork 207
Comparing changes
Open a pull request
base repository: dstackai/dstack
base: 0.19.33
head repository: dstackai/dstack
compare: 0.19.34
- 10 commits
- 35 files changed
- 4 contributors
Commits on Oct 17, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 59b646d - Browse repository at this point
Copy the full SHA 59b646dView commit details -
Document Kubernetes required permissions (#3202)
* Document Kubernetes required permissions * Clarify that ClusterRole is required
Configuration menu - View commit details
-
Copy full SHA for e0fb521 - Browse repository at this point
Copy the full SHA e0fb521View commit details -
Show Schedule and Next run on Run page (#3203)
* Add Run.next_triggered_at * Return next_triggered_at=None for finished runs * Show Schedule and Next run on Run page
Configuration menu - View commit details
-
Copy full SHA for d4e0c75 - Browse repository at this point
Copy the full SHA d4e0c75View commit details
Commits on Oct 20, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 1f34230 - Browse repository at this point
Copy the full SHA 1f34230View commit details -
Configuration menu - View commit details
-
Copy full SHA for eddf99d - Browse repository at this point
Copy the full SHA eddf99dView commit details
Commits on Oct 21, 2025
-
Add
InstanceOffer.backend_data+ reserved GCP A4 (#3209)Add an offer field for holding arbitrary backend-specific data. As an example, use this field to mark reserved GCP A4 instances.
Configuration menu - View commit details
-
Copy full SHA for 0e7c848 - Browse repository at this point
Copy the full SHA 0e7c848View commit details
Commits on Oct 23, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 9f6c6e9 - Browse repository at this point
Copy the full SHA 9f6c6e9View commit details -
Show Finished for runs and jobs in the UI (#3218)
* Show Finished for runs and jobs in the UI * Do not show Finished for pending runs
Configuration menu - View commit details
-
Copy full SHA for 95e5536 - Browse repository at this point
Copy the full SHA 95e5536View commit details -
Use server-managed user SSH keys for new runs (#3216)
This commit updates the CLI and the server to use 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. Implementation details: - Server: - If the user key is missing, generate it when the user first calls `/get_my_user`. - Client: - Before applying or getting a run plan, call `/get_my_user` to check if the user key is available. If it is, use it. - Cache the downloaded keys in `~/.dstack/ssh` to avoid repeated `/get_my_user` calls. - Switch from `warn` to logger messages, since this code is part of the Python API, so its output should be configurable.Configuration menu - View commit details
-
Copy full SHA for 44c46ea - Browse repository at this point
Copy the full SHA 44c46eaView commit details -
[GCP] Support G4 instance type GA (#3213)
Co-authored-by: Jvst Me <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7c2db9d - Browse repository at this point
Copy the full SHA 7c2db9dView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 0.19.33...0.19.34