From 463dbe64cda0e216b4ddcc75cc42fc55ea4d1370 Mon Sep 17 00:00:00 2001 From: Misty Stanley-Jones Date: Fri, 18 Aug 2017 15:47:09 -0700 Subject: [PATCH] Add release note about telemetry plugin (#4285) --- enterprise/17.06/index.md | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/enterprise/17.06/index.md b/enterprise/17.06/index.md index 703f561b23..e146bbcfbc 100644 --- a/enterprise/17.06/index.md +++ b/enterprise/17.06/index.md @@ -16,13 +16,20 @@ adopted as quickly for consistency and compatibility reasons. ## 17.06.1-ee (2017-08-16) -> **Note**: Starting with Docker EE 17.06.1, Ubuntu, SLES, RHEL packages are -> also available for IBM Z using the s390x architecture. +### Important notes about this release + +- Starting with Docker EE 17.06.1, Ubuntu, SLES, RHEL packages are also available + for IBM Z using the s390x architecture. + +- Docker EE 17.06.1 includes a new [telemetry plugin](/enterprise/telemetry/) + which is enabled by default on Ubuntu hosts. For more details, including how to + opt out, see [the documentation(/enterprise/telemetry/). + +- Docker 17.06 by default disables communication with legacy (v1) + registries. If you require interaction with registries that have not yet + migrated to the v2 protocol, set the `--disable-legacy-registry=false` daemon + option. Interaction with v1 registries will be removed in Docker 17.12. -> **Note**: Docker 17.06 by default disables communication with legacy (v1) -> registries. If you require interaction with registries that have not yet -> migrated to the v2 protocol, set the `--disable-legacy-registry=false` daemon -> option. Interaction with v1 registries will be removed in Docker 17.12. ### Builder