Update CHANGELOG.md
This commit is contained in:
parent
795afd7027
commit
27de3b4996
|
@ -1,5 +1,11 @@
|
|||
## UNRELEASED
|
||||
|
||||
FEATURES:
|
||||
|
||||
* **Connect Envoy Supports L7 Routing:** Additional configuration entry types `service-router`, `service-resolver`, and `service-splitter`, allow for configuring Envoy sidecars to enable reliability and deployment patterns at L7 such as HTTP path-based routing, traffic shifting, and advanced failover capabilities. For more information see the [configuration entries](https://www.consul.io/docs/agent/config_entries.html) docs.
|
||||
* **Mesh Gateways:** Envoy can now be run as a gateway to route Connect traffic across datacenters using SNI headers, allowing connectivty across platforms and clouds and other complex network topologies. Read more in the [mesh gateway docs](TODO).
|
||||
* **Intention & CA Replication:** In order to enable connecitivty for services across datacenters, Connect intentions are now replicated and the Connect CA cross-signs from the [primary_datacenter](/docs/agent/options.html#primary_datacenter).
|
||||
|
||||
BUG FIXES:
|
||||
|
||||
* autopilot: update to also remove failed nodes from WAN gossip pool [(GH-6028](https://github.com/hashicorp/consul/pull/6028)]
|
||||
|
|
Loading…
Reference in New Issue