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 697e82a665
commit 0b13ea6920
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

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