From 7a4f580d2868aa11baf370bbd970f073e98d0aa0 Mon Sep 17 00:00:00 2001 From: Paul Banks Date: Fri, 22 Jun 2018 23:32:15 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c5781a8da..30407fdb56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ FEATURES: +* **Connect Feature Beta**: This version includes a major new feature for Consul named Connect. Connect enables secure service-to-service communication with automatic TLS encryption and identity-based authorization. For more details and links to demos and getting started guides, see the [announcement blog post](https://www.hashicorp.com/blog/consul-1-2-service-mesh). + * Connect must be enabled explicitly in configuration so upgrading a cluster will not affect any existing functionality until it's enabled. + * This is a Beta release, we don't recommend enabling this in production yet. Please see the documentation for more information. * dns: Enable PTR record lookups for services with IPs that have no registered node [[PR-4083](https://github.com/hashicorp/consul/pull/4083)] IMPROVEMENTS: