Fixup the autopilot changelog (#9145)
This commit is contained in:
parent
104547b62f
commit
c998b74a68
|
@ -8,5 +8,5 @@ autopilot: A new `/v1/operator/autopilot/state` HTTP API was created to give gre
|
||||||
autopilot: **(Enterprise Only)** Autopilot now supports using both Redundancy Zones and Automated Upgrades together.
|
autopilot: **(Enterprise Only)** Autopilot now supports using both Redundancy Zones and Automated Upgrades together.
|
||||||
```
|
```
|
||||||
```release-note:breaking-change
|
```release-note:breaking-change
|
||||||
raft: Raft protocol v3 is no longer supported. If currently using protocol v2 then an intermediate upgrade to a version supporting both protocols will be necessary (1.0.0 - 1.8.x)
|
raft: Raft protocol v2 is no longer supported. If currently using protocol v2 then an intermediate upgrade to a version supporting both v2 and v3 protocols will be necessary (1.0.0 - 1.8.x). Note that the Raft protocol configured with the `raft_protocol` setting and the Consul RPC protocol configured with the `protocol` setting and output by the `consul version` command are distinct and supported Consul RPC protocol versions are not altered.
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue