mirror of https://github.com/istio/istio.io.git
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:
parent
1188c7725c
commit
0a42a746a4
|
|
@ -830,6 +830,7 @@ v2
|
||||||
V2
|
V2
|
||||||
v2-mysql
|
v2-mysql
|
||||||
v3
|
v3
|
||||||
|
validator
|
||||||
ValueType
|
ValueType
|
||||||
vCPU
|
vCPU
|
||||||
vCPUs
|
vCPUs
|
||||||
|
|
|
||||||
|
|
@ -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.
|
||||||
Loading…
Reference in New Issue