mirror of https://github.com/status-im/consul.git
Merge branch 'release/1.8.11' into remote-x
This commit is contained in:
commit
10cf54e7a6
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -1,13 +1,6 @@
|
|||
## 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)
|
||||
## 1.8.11 (June 03, 2021)
|
||||
|
||||
IMPROVEMENTS:
|
||||
|
||||
|
@ -20,7 +13,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)]
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1 +1 @@
|
|||
export default '1.8.10'
|
||||
export default '1.8.11'
|
||||
|
|
Loading…
Reference in New Issue