Skip to content

0.20.25rc1

Pre-release
Pre-release

Choose a tag to compare

@peterschmidt85 peterschmidt85 released this 12 Jun 15:38

Instances

Run configurations now support the instances property for targeting specific fleet instances.

When instances is set, the run is placed only on matching existing fleet instances. If the specified instances cannot be used, the run fails instead of provisioning new instances.

Target by instance name:

instances:
  - name: my-fleet-0

The short syntax is an instance name string:

instances:
  - my-fleet-0

Target by hostname or IP address:

instances:
  - hostname: 10.0.1.42

Target by fleet and instance number:

instances:
  - fleet: my-fleet
    instance: 0

For fleets from another project, use the <project>/<fleet> reference:

instances:
  - fleet: shared-project/my-fleet
    instance: 0

Multiple instances can be specified:

instances:
  - my-fleet-0
  - my-fleet-1

What's changed

Full changelog: 0.20.24...0.20.25rc1

Note

The public documentation will be updated when the release becomes GA.