changelog: make breaking change note for raft v3 (#12493)

This commit is contained in:
Luiz Aoqui
2022-04-06 16:00:38 -04:00
committed by GitHub
parent 3d29c6ffb1
commit fb6da72a25

View File

@@ -1,3 +1,7 @@
```release-note:breaking-change
raft: The default raft protocol version is now 3 so you must follow the [Upgrading to Raft Protocol 3](https://www.nomadproject.io/docs/upgrade#upgrading-to-raft-protocol-3) guide when upgrading an existing cluster to Nomad 1.3.0. Downgrading the raft protocol version is not supported.
```
```release-note:improvement
raft: The default raft protocol version is now 3.
```