80ec5e1346
During an upgrade to Nomad 1.4.0, if a server running 1.4.0 becomes the leader before one of the 1.3.x servers, the old server will crash because the keyring is initialized and writes a raft entry. Wait until all members are on a version that supports the keyring before initializing it.
4 lines
117 B
Plaintext
4 lines
117 B
Plaintext
```release-note:bug
|
|
keyring: Fixed a panic that can occur during upgrades to 1.4.0 when initializing the keyring
|
|
```
|