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.32
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.33
Choose a head ref
  • 19 commits
  • 83 files changed
  • 8 contributors

Commits on Oct 9, 2025

  1. Fix version descriptions on Sky index page (#3153)

    * Fix version descriptions on Sky index page
    
    * Minor edits
    
    ---------
    
    Co-authored-by: peterschmidt85 <[email protected]>
    jvstme and peterschmidt85 authored Oct 9, 2025
    Configuration menu
    Copy the full SHA
    666d240 View commit details
    Browse the repository at this point in the history
  2. [Internal] Minor just improvements (#3173)

    - [x] Fixed `runner/just` so it doesn't require `DSTACK_SHIM_UPLOAD_VERSION` and `DSTACK_SHIM_UPLOAD_S3_BUCKET`
    - [x] Added `install-frontend`, `run-frontend` and `run-frontend-sky`
    peterschmidt85 authored Oct 9, 2025
    Configuration menu
    Copy the full SHA
    8f9689c View commit details
    Browse the repository at this point in the history
  3. [Docker] Update the CUDA version in the default Docker image to 12.8 …

    …(from 12.1) (#3166)
    
    * [Docker] Update the CUDA version in the default Docker image to 12.8 (from 12.1) #3163
    
    * Pin base image version for Azure GRID image
    
    * [Azure] Downgrade Linux Kernel to 6.8 as a workaround to install Grid driver
    
    * Bugfix
    
    * [Docker] Update the CUDA version in the default Docker image to 12.8 (from 12.1) #3163
    
    Updated base_image to 0.11
    
    ---------
    
    Co-authored-by: Jvst Me <[email protected]>
    peterschmidt85 and jvstme authored Oct 9, 2025
    Configuration menu
    Copy the full SHA
    65f8d48 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2025

  1. Configuration menu
    Copy the full SHA
    2df7dd2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    410994f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9106d08 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8a5e932 View commit details
    Browse the repository at this point in the history
  5. [GCP] Support G4 preview instance type (#3181)

    * [GCP] Support G4 preview instance type #3155
    
    * [GCP] Support G4 preview instance type #3155
    
    Review
    peterschmidt85 authored Oct 14, 2025
    Configuration menu
    Copy the full SHA
    1a52617 View commit details
    Browse the repository at this point in the history
  6. [UX] Improved UX of the project settings CLI section (#3183)

    * [UX] Improved UX of the project settings CLI section
    
    * [UI] Linter
    
    * [UX] Improved UX of the project settings CLI section
    
    * [UX] Improved UX of the project settings CLI section
    
    ---------
    
    Co-authored-by: Oleg Vavilov <[email protected]>
    peterschmidt85 and olgenn authored Oct 14, 2025
    Configuration menu
    Copy the full SHA
    05d1ad1 View commit details
    Browse the repository at this point in the history
  7. [UI] A prototype of the "Connect" section to show on the running dev …

    …environment page (WIP) (#3184)
    
    * [UI] A prototype of the "Connect" section to show on the running dev environment page (WIP)
    
    * [UI] A prototype of the "Connect" section to show on the running dev environment page (WIP)
    
    * [UI] A prototype of the "Connect" section to show on the running dev environment page (WIP)
    
    ---------
    
    Co-authored-by: Oleg Vavilov <[email protected]>
    peterschmidt85 and olgenn authored Oct 14, 2025
    Configuration menu
    Copy the full SHA
    ec6cf01 View commit details
    Browse the repository at this point in the history
  8. Support GCP reservations (#3186)

    Allow users to specify a specifically-targeted GCP
    reservation in fleet configurations:
    
    ```yaml
    type: fleet
    nodes: 1
    backends: [gcp]
    reservation: my-reservation
    ```
    
    For reservations shared between projects, the full
    syntax can be used to reference the project that
    owns the reservation:
    
    ```yaml
    type: fleet
    nodes: 1
    backends: [gcp]
    reservation: projects/my-proj/reservations/my-reservation
    ```
    
    `dstack` will locate the specified reservation,
    suggest offers that match the reservation's
    properties, and provision instances in the
    reservation. If there are multiple reservations
    with the specified name, all of them will be
    considered for provisioning.
    
    Using reservations requires the
    `compute.reservations.list` permission in the
    project that owns the reservations.
    
    The implementation was only tested with on-demand
    reservations. Whether other reservation types work
    can be confirmed later, which includes Future
    Reservations in Calendar Mode and Future
    Reservations in AI Hypercomputer.
    jvstme authored Oct 14, 2025
    Configuration menu
    Copy the full SHA
    de03bf5 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2025

  1. [Feature]: Store user SSH key on the server (#3176)

    * [Feature]: Store user SSH key on the server #2053
    
    * [Feature]: Store user SSH key on the server #2053
    
    Fixing tests
    
    * [Feature]: Store user SSH key on the server #2053
    
    Bugfix
    
    * Update src/dstack/_internal/server/services/users.py
    
    Co-authored-by: jvstme <[email protected]>
    
    * [Feature]: Store user SSH key on the server #2053
    
    Review: move `ssh_public_key` to `User` model (from `UserWithCreds`)
    
    * [Feature]: Store user SSH key on the server #2053
    
    Review
    
    ---------
    
    Co-authored-by: jvstme <[email protected]>
    peterschmidt85 and jvstme authored Oct 15, 2025
    Configuration menu
    Copy the full SHA
    6b7cd8b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e77000 View commit details
    Browse the repository at this point in the history
  3. Run wizzard (#3191)

    * [UI] Create prototype for creating runs
    
    * [UI] Create prototype for creating runs
    
    * [UI] Create prototype for creating runs
    
    * [UI] Run wizard parsing yaml
    
    * [UI] Run wizard parsing yaml
    
    * [UI] Run wizard parsing yaml
    
    * [UI] Minor edits
    
    ---------
    
    Co-authored-by: peterschmidt85 <[email protected]>
    olgenn and peterschmidt85 authored Oct 15, 2025
    Configuration menu
    Copy the full SHA
    b69821a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d711edf View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2025

  1. fix(VastAICompute): filter region before offer (#3193)

    * feat(VastAICompute): add support for region
    
    * fix(VastAICompute): use iso country code in offer
    
    * Revert "fix(VastAICompute): use iso country code in offer"
    
    This reverts commit 0ba98a2.
    DragonStuff authored Oct 16, 2025
    Configuration menu
    Copy the full SHA
    5461b20 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d501a93 View commit details
    Browse the repository at this point in the history
  3. Kubernetes: add AMD GPU support (#3178)

    In addition, Pod.spec.affinity has been fixed (the inner structure was
    incorrect)
    
    Part-of: #3126
    un-def authored Oct 16, 2025
    Configuration menu
    Copy the full SHA
    220a1fa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1c2a7bd View commit details
    Browse the repository at this point in the history
Loading