From 0a42a746a49f1cb4b40742a81c11e8e9da244698 Mon Sep 17 00:00:00 2001 From: jacob-delgado Date: Thu, 22 Jul 2021 13:03:58 -0600 Subject: [PATCH] Announcing 1.9.7 (#10096) * Announcing 1.9.7 * Update content/en/news/releases/1.9.x/announcing-1.9.7/index.md Co-authored-by: craigbox * Add to .spelling * Release on July 22 * Fix version numbers Co-authored-by: craigbox --- .spelling | 1 + .../releases/1.9.x/announcing-1.9.7/index.md | 22 +++++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 content/en/news/releases/1.9.x/announcing-1.9.7/index.md diff --git a/.spelling b/.spelling index 568bdf3df4..b562558724 100644 --- a/.spelling +++ b/.spelling @@ -830,6 +830,7 @@ v2 V2 v2-mysql v3 +validator ValueType vCPU vCPUs diff --git a/content/en/news/releases/1.9.x/announcing-1.9.7/index.md b/content/en/news/releases/1.9.x/announcing-1.9.7/index.md new file mode 100644 index 0000000000..176b959e62 --- /dev/null +++ b/content/en/news/releases/1.9.x/announcing-1.9.7/index.md @@ -0,0 +1,22 @@ +--- +title: Announcing Istio 1.9.7 +linktitle: 1.9.7 +subtitle: Patch Release +description: Istio 1.9.7 patch release. +publishdate: 2021-07-22 +release: 1.9.7 +aliases: + - /news/announcing-1.9.7 +--- + +This release note describes what’s different between Istio 1.9.6 and Istio 1.9.7. + +{{< relnote >}} + +## Changes + +- **Added** validator for empty regex match. ([Issue 34065](https://github.com/istio/istio/issues/34065)) + +- **Fixed** `EndpointSlice` races leading to error state. ([Issue 33672](https://github.com/istio/istio/issues/33672)) + +- **Fixed** `EndpointSlice` creating duplicate IPs on service update.