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 <craigbox@google.com>

* Add to .spelling

* Release on July 22

* Fix version numbers

Co-authored-by: craigbox <craigbox@google.com>
This commit is contained in:
jacob-delgado 2021-07-22 13:03:58 -06:00 committed by GitHub
parent 1188c7725c
commit 0a42a746a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 23 additions and 0 deletions

View File

@ -830,6 +830,7 @@ v2
V2
v2-mysql
v3
validator
ValueType
vCPU
vCPUs

View File

@ -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 whats 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.