open-nomad/.changelog/16305.txt
Tim Gross 3c0eaba9db
remove backcompat support for non-atomic job registration (#16305)
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.
2023-03-03 15:52:22 -05:00

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
```