mirror of https://github.com/status-im/consul.git
Update CHANGELOG.md
This commit is contained in:
parent
f8e8f48125
commit
db387eccd6
|
@ -13,6 +13,9 @@ IMPROVEMENTS:
|
|||
|
||||
BUGFIXES:
|
||||
|
||||
* agent: Fixed a bug where Consul could crash when `verify_outgoing` was set to true but no client certificate was used. [[GH-8211](https://github.com/hashicorp/consul/pull/8211)]
|
||||
* auto_encrypt: Fixed an issue where auto encrypt certificate signing wasn't using the connect signing rate limiter. [[GH-8211](https://github.com/hashicorp/consul/pull/8211)]
|
||||
* auto_encrypt: Fixed several issues around retrieving the first TLS certificate where it would have the wrong CN and SANs. This was being masked by a second bug (also fixed) causing that certificate to immediately be discarded with a second certificate request being made afterwards. [[GH-8211](https://github.com/hashicorp/consul/pull/8211)]
|
||||
* connect: fix crash that would result if a mesh or terminating gateway's upstream has a hostname as an address and no healthy service instances available. [[GH-8158](https://github.com/hashicorp/consul/issues/8158)]
|
||||
|
||||
## 1.8.0 (June 18, 2020)
|
||||
|
|
Loading…
Reference in New Issue