Skip to content

0.18.2-v2

Latest
Compare
Choose a tag to compare
@peterschmidt85 peterschmidt85 released this 24 May 13:10
c43ace7

0.18.2

This update brings all the new features introduced with 0.18.2:

  • On-prem clusters: The dstack pool add-ssh command now supports the --network argument. This argument allows you to configure the private network. If you add multiple on-prem instances sharing the same private network, you'll be able to use these instances as a cluster to run multi-node tasks.

  • Private subnets: The aws backend now allows to set public_ips to false. In this case, instances will be created in private subnets only to ensure maximum security.

  • Gateways: It's now possible to define a gateway configuration via YAML and create or update it using the dstack apply command. For AWS, gateways now support the public_ips and certificate properties. Use them to run gateways in a private network under the load balancer. The certificate property allows to specify the ARN of a certificate from AWS Certificate Manager.

Refer to the 0.18.2 release notes for more details.

Editing backend settings via UI

Additionally, the update introduces a YAML-based code editor to create and edit backend settings via the UI.

It's now possible to add backends using the same YAML syntax as in ~/.dstack/server/config.yml.