From 42728c0020570ebf4e0d8b52b2c654e670234ac7 Mon Sep 17 00:00:00 2001 From: Zack Butcher Date: Fri, 16 Nov 2018 12:33:17 -0800 Subject: [PATCH] clarify the patch notes to make it obvious that wildcards are still allowed in service entries (#2888) --- content/about/notes/1.0.3/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/about/notes/1.0.3/index.md b/content/about/notes/1.0.3/index.md index d0fc9f48e1..db2ec915ba 100644 --- a/content/about/notes/1.0.3/index.md +++ b/content/about/notes/1.0.3/index.md @@ -13,7 +13,7 @@ This release note describes what's different between Istio 1.0.2 and Istio 1.0.3 - [Validating webhook](/help/ops/setup/validation) is now mandatory. Disabling it may result in Pilot crashes. -- [Service entry](/docs/reference/config/istio.networking.v1alpha3/#ServiceEntry) no longer allows wildcard (`*`) DNS resolution. The API has never allowed this, however `ServiceEntry` was erroneously excluded from validation in the previous release. +- [Service entry](/docs/reference/config/istio.networking.v1alpha3/#ServiceEntry) validation now rejects the wildcard hostname (`*`) when configuring DNS resolution. The API has never allowed this, however `ServiceEntry` was erroneously excluded from validation in the previous release. Use of wildcards as part of a hostname, e.g. `*.bar.com`, remains unchanged. - The core dump path for `istio-proxy` has changed to `/var/lib/istio`.