3c0eaba9db
In Nomad 0.12.1 we introduced atomic job registration/deregistration, where the new eval was written in the same raft entry. Backwards-compatibility checks were supposed to have been removed in Nomad 1.1.0, but we missed that. This is long safe to remove.
4 lines
154 B
Plaintext
4 lines
154 B
Plaintext
```release-note:breaking-change
|
|
api: job register and register requests from API clients older than version 0.12.1 will not longer emit an evaluation
|
|
```
|