From a4059070d34107e431060c43b9aced883e9e282a Mon Sep 17 00:00:00 2001 From: Lin Sun Date: Thu, 12 Sep 2019 15:03:04 -0400 Subject: [PATCH] clarify the release note due to change (#4973) * clarify the release note due to change in auto protocol detection yesterday * add link --- content/en/boilerplates/notes/1.3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/boilerplates/notes/1.3.md b/content/en/boilerplates/notes/1.3.md index ccd988092f..45c9997c9a 100644 --- a/content/en/boilerplates/notes/1.3.md +++ b/content/en/boilerplates/notes/1.3.md @@ -4,7 +4,7 @@ ## Traffic management -- **Added** [automatic determination](/docs/ops/traffic-management/protocol-selection/) of protocol types. You no longer need to explicitly prefix service ports with their protocol type. +- **Added** [automatic determination](/docs/ops/traffic-management/protocol-selection/) of HTTP or TCP for outbound traffic when ports are not named according to Istio’s [conventions](/docs/setup/additional-setup/requirements/). - **Added** a mode to the Gateway API for mutual TLS operation. - **Fixed** issues present when a service communicates over the network first in permissive mutual TLS mode for protocols like MySQL and MongoDB. - **Improved** Envoy proxy readiness checks. They now check Envoy's readiness status.