Update CHANGELOG.md
This commit is contained in:
parent
15a8744ac7
commit
505df4eaa3
|
@ -2,8 +2,8 @@
|
|||
|
||||
SECURITY:
|
||||
|
||||
* Updated to compile with Go 1.12.8 which mitigates CVE-2019-9512 and CVE-2019-9514 for the builtin HTTP server
|
||||
* Updated the google.golang.org/grpc dependency to v1.23.0 to mitigate CVE-2019-9512, CVE-2019-9514, and CVE-2019-9515 for the gRPC server.
|
||||
* Updated to compile with Go 1.12.8 which mitigates CVE-2019-9512 and CVE-2019-9514 for the builtin HTTP server [[GH-6319](https://github.com/hashicorp/consul/pull/6319)]
|
||||
* Updated the google.golang.org/grpc dependency to v1.23.0 to mitigate CVE-2019-9512, CVE-2019-9514, and CVE-2019-9515 for the gRPC server. [[GH-6320](https://github.com/hashicorp/consul/pull/6320)]
|
||||
|
||||
FEATURES:
|
||||
|
||||
|
@ -14,6 +14,7 @@ IMPROVEMENTS:
|
|||
|
||||
* connect: ensure time.Duration fields retain their human readable forms in the API [[GH-6348](https://github.com/hashicorp/consul/issues/6348)]
|
||||
* xds: improve how envoy metrics are emitted [[GH-6312](https://github.com/hashicorp/consul/issues/6312)]
|
||||
* xds: Verified integration test suite with Envoy 1.11.1 [[GH-6347](https://github.com/hashicorp/consul/pull/6347)]
|
||||
|
||||
BUG FIXES:
|
||||
|
||||
|
|
Loading…
Reference in New Issue