Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dstackai/dstack
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.19.33
Choose a base ref
...
head repository: dstackai/dstack
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.19.34
Choose a head ref
  • 10 commits
  • 35 files changed
  • 4 contributors

Commits on Oct 17, 2025

  1. Configuration menu
    Copy the full SHA
    59b646d View commit details
    Browse the repository at this point in the history
  2. Document Kubernetes required permissions (#3202)

    * Document Kubernetes required permissions
    
    * Clarify that ClusterRole is required
    r4victor authored Oct 17, 2025
    Configuration menu
    Copy the full SHA
    e0fb521 View commit details
    Browse the repository at this point in the history
  3. 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
    r4victor authored Oct 17, 2025
    Configuration menu
    Copy the full SHA
    d4e0c75 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2025

  1. Configuration menu
    Copy the full SHA
    1f34230 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eddf99d View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2025

  1. 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.
    jvstme authored Oct 21, 2025
    Configuration menu
    Copy the full SHA
    0e7c848 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2025

  1. Configuration menu
    Copy the full SHA
    9f6c6e9 View commit details
    Browse the repository at this point in the history
  2. 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
    r4victor authored Oct 23, 2025
    Configuration menu
    Copy the full SHA
    95e5536 View commit details
    Browse the repository at this point in the history
  3. 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.
    jvstme authored Oct 23, 2025
    Configuration menu
    Copy the full SHA
    44c46ea View commit details
    Browse the repository at this point in the history
  4. [GCP] Support G4 instance type GA (#3213)

    Co-authored-by: Jvst Me <[email protected]>
    peterschmidt85 and jvstme authored Oct 23, 2025
    Configuration menu
    Copy the full SHA
    7c2db9d View commit details
    Browse the repository at this point in the history
Loading