open-nomad/.changelog/11572.txt
Tim Gross 7ad15b2b42
raft: default to protocol v3 (#11572)
Many of Nomad's Autopilot features require raft protocol version
3. Set the default raft protocol to 3, and improve the upgrade
documentation.
2022-02-03 15:03:12 -05:00

8 lines
189 B
Plaintext

```release-note:improvement
raft: The default raft protocol version is now 3.
```
```release-note:deprecation
Raft protocol version 2 is deprecated and will be removed in Nomad 1.4.0.
```