From a977c3702fbd6420c89a555c1f0ce91148a3215b Mon Sep 17 00:00:00 2001 From: Brian Avery Date: Fri, 9 Oct 2020 13:39:16 -0400 Subject: [PATCH] Release notes for Istio 1.6.12 (#8267) * Release notes for Istio 1.6.12 * Update content/en/news/releases/1.6.x/announcing-1.6.12/index.md Co-authored-by: Frank Budinsky * Remove extra spaces Co-authored-by: Frank Budinsky --- .../releases/1.6.x/announcing-1.6.12/index.md | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 content/en/news/releases/1.6.x/announcing-1.6.12/index.md diff --git a/content/en/news/releases/1.6.x/announcing-1.6.12/index.md b/content/en/news/releases/1.6.x/announcing-1.6.12/index.md new file mode 100644 index 0000000000..cefbdfae98 --- /dev/null +++ b/content/en/news/releases/1.6.x/announcing-1.6.12/index.md @@ -0,0 +1,22 @@ +--- +title: Announcing Istio 1.6.12 +linktitle: 1.6.12 +subtitle: Patch Release +description: Istio 1.6.12 patch release. +publishdate: 2020-10-06 +release: 1.6.12 +aliases: + - /news/announcing-1.6.12 +--- + +This release contains bug fixes to improve robustness. This release note describes what’s different between Istio 1.6.11 and Istio 1.6.12 + +{{< relnote >}} + +## Changes + +- **Added** ability to configure domain suffix for multicluster installation ([Issue #27300](https://github.com/istio/istio/issues/27300)) + +- **Added** support for `securityContext` in the Kubernetes settings for the operator API. ([Issue #26275](https://github.com/istio/istio/issues/26275)) + +- **Fixed** an issue preventing calls to wildcard (such as `*.example.com`) domains when a port is set in the `Host` header. ([Issue #25350](https://github.com/istio/istio/issues/25350))