mirror of https://github.com/status-im/consul.git
changelog: merge entries from 1.8.11-beta1 and 1.8.11-beta2 into unreleased 1.8.11
This commit is contained in:
parent
322bac84a1
commit
71fc46509a
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -1,14 +1,5 @@
|
|||
## UNRELEASED
|
||||
|
||||
## 1.8.11-beta2 (May 26, 2021)
|
||||
|
||||
BUG FIXES:
|
||||
|
||||
* api: include the default value of raft settings in the output of /v1/agent/self [[GH-8812](https://github.com/hashicorp/consul/issues/8812)]
|
||||
* areas: **(Enterprise only)** Selectively merge gossip_wan config for network areas to avoid attempting to enable gossip encryption where it was not intended or necessary.
|
||||
|
||||
## 1.8.11-beta1 (May 18, 2021)
|
||||
|
||||
IMPROVEMENTS:
|
||||
|
||||
* areas: **(Enterprise only)** Use server agent's gossip_wan config when setting memberlist configuration for network areas. Previously they used memberlists WAN defaults.
|
||||
|
@ -20,7 +11,9 @@ connect/ca: The ForceWithoutCrossSigning field will now work as expected for CA
|
|||
BUG FIXES:
|
||||
|
||||
* agent: ensure we hash the non-deprecated upstream fields on ServiceConfigRequest [[GH-10240](https://github.com/hashicorp/consul/issues/10240)]
|
||||
* api: include the default value of raft settings in the output of /v1/agent/self [[GH-8812](https://github.com/hashicorp/consul/issues/8812)]
|
||||
* areas: **(Enterprise only)** Revert to the 10s dial timeout used before connection pooling was introduced in 1.7.3.
|
||||
* areas: **(Enterprise only)** Selectively merge gossip_wan config for network areas to avoid attempting to enable gossip encryption where it was not intended or necessary.
|
||||
* local: agents will no longer persist the default user token along with a service or check. [[GH-10188](https://github.com/hashicorp/consul/issues/10188)]
|
||||
* server: ensure that central service config flattening properly resets the state each time [[GH-10239](https://github.com/hashicorp/consul/issues/10239)]
|
||||
|
||||
|
|
Loading…
Reference in New Issue