open-nomad/.changelog/11170.txt
jmwilkinson 37834dffda
Allow wildcard datacenters to be specified in job file (#11170)
Also allows for default value of `datacenters = ["*"]`
2023-02-02 09:57:45 -05:00

8 lines
246 B
Plaintext

```release-note:breaking-change
config: the `datacenter` field for agent configuration no longer accepts the `*` character as part of the datacenter name
```
```release-note:improvement
jobspec: the `datacenters` field now accepts wildcards
```