Download Latest Version 0.22.1 source code.zip (22.0 MB) Google Add to Preferred Sources
Home / 0.22.1
Name Modified Size InfoDownloads / Week
Parent folder
0.22.1 source code.tar.gz 2026-09-17 21.0 MB
0.22.1 source code.zip 2026-09-17 22.0 MB
README.md 2026-09-17 3.9 kB
Totals: 3 Items   43.0 MB 3

Gateways

GCP

GCP gateways with an ALB can now use certificates managed by Google Cloud Certificate Manager, enabling HTTPS for services behind the gateway with TLS terminated at the load balancer:

:::yaml
type: gateway
name: example-gateway
backend: gcp
region: europe-west4
domain: example.com
replicas: 2
load_balancer:
  type: alb
certificate:
  type: gcp-cm
  name: projects/my-project/locations/europe-west4/certificates/my-certificate

The certificate must be a regional certificate created in the same region as the gateway, referenced by its full resource name. Creating such gateways requires additional GCP permissions:

certificatemanager.certs.use
compute.regionTargetHttpsProxies.create
compute.regionTargetHttpsProxies.delete
compute.regionTargetHttpsProxies.use

Refer to the docs for details.

Replicas

The maximum number of gateway replicas is raised from 3 to 9, and is now configurable server-wide via DSTACK_SERVER_GATEWAY_MAX_REPLICAS.

Replicated gateways are no longer marked experimental. The remaining limitation is that automatic certificate issuance via Let's Encrypt is not supported for them — use acm, gcp-cm, or an external load balancer for TLS termination.

Presets

Public registry

Presets in the dstack Sky registry are private by default and can now be made public. Set Presets to Public in the project settings to let anyone browse and pull the project's presets without signing in, including users of a self-hosted dstack server:

:::shell
$ dstack preset pull main/qwen38-27b-mi300x
OK

Only project admins and global admins can change this setting; enabling it does not let anyone join the project.

What's changed

New contributors

Full changelog: https://github.com/dstackai/dstack/compare/0.22.0...0.22.1

Source: README.md, updated 2026-09-17