Update CHANGELOG.md

This commit is contained in:
Freddy 2020-05-14 13:16:08 -06:00 committed by GitHub
parent e6fc7732e4
commit b94ceaa34b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -1,5 +1,7 @@
## UNRELEASED
## 1.8.0-beta1 (May 14, 2020)
FEATURES:
* **Terminating Gateway**: Envoy can now be run as a gateway to enable services in a Consul service mesh to connect to external services through their local proxy. Terminating gateways unlock several of the benefits of a service mesh in the cases where a sidecar proxy cannot be deployed alongside services such as legacy applications or managed cloud databases.
@ -49,6 +51,10 @@ BUGFIXES:
* sdk: Fix race condition in freeport [[GH-7567](https://github.com/hashicorp/consul/issues/7567)]
* server: strip local ACL tokens from RPCs during forwarding if crossing datacenters [[GH-7419](https://github.com/hashicorp/consul/issues/7419)]
KNOWN ISSUES:
* ui: service pages in the UI for services with non-alphanumeric characters will not render. They instead show a page that says `The backend responded with an error` and `Error 500`. [[GH-7896](https://github.com/hashicorp/consul/issues/7896)]
## 1.7.3 (May 05, 2020)
IMPROVEMENTS: