consul/.changelog/21758.txt
Dhia Ayachi 39104a3ce1
Update raft to 1.7.0 and add configuration for prevote (#21758)
* update raft to 1.7.0

* add config to disable raft prevote

* add changelog
2024-09-20 10:35:48 -04:00

8 lines
215 B
Plaintext

```release-note:enhancement
raft: update raft library to 1.7.0 which include pre-vote extension
```
```release-note:enhancement
raft: add a configuration `raft_prevote_disabled` to allow disabling raft prevote
```