3c78980b78
* One-time tokens are not replicated between regions, so we don't want to enforce that the version check across all of serf, just members in the same region. * Scheduler: Disconnected clients handling is specific to a single region, so we don't want to enforce that the version check across all of serf, just members in the same region. * Variables: enforce version check in Apply RPC * Cleans up a bunch of legacy checks. This changeset is specific to 1.4.x and the changes for previous versions of Nomad will be manually backported in a separate PR.
10 lines
368 B
Plaintext
10 lines
368 B
Plaintext
```release-note:bug
|
|
variables: Fixed a bug where Nomad version checking was not enforced for writing to variables
|
|
```
|
|
```release-note:bug
|
|
acl: Fixed a bug where Nomad version checking for one-time tokens was enforced across regions
|
|
```
|
|
```release-note:bug
|
|
scheduler: Fixed a bug where version checking for disconnected clients handling was enforced across regions
|
|
```
|