Add 1.20.8 releasenotes (#15351)

* add 1.20.8 releasenotes

* fix lint

* fix lint again

* Update content/en/news/releases/1.20.x/announcing-1.20.8/index.md
This commit is contained in:
Xiaopeng Han 2024-07-01 11:27:48 +08:00 committed by GitHub
parent c76d8342bb
commit 44251ce485
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,25 @@
---
title: Announcing Istio 1.20.8
linktitle: 1.20.8
subtitle: Patch Release
description: Istio 1.20.8 patch release.
publishdate: 2024-07-01
release: 1.20.8
---
This release note describes whats different between Istio 1.20.7 and 1.20.8.
{{< relnote >}}
## Changes
- **Added** `gateways.securityContext` to manifests to provide an option to customize the gateway `securityContext`.
([Issue #49549](https://github.com/istio/istio/issues/49549))
- **Fixed** an issue where JWKS fetched from URIs were not updated promptly when there are errors fetching other URIs.
([Issue #51636](https://github.com/istio/istio/issues/51636))
- **Fixed** 503 errors returned by `auto-passthrough` gateways created after enabling mTLS.
- **Fixed** `serviceRegistry` ordering of the proxy labels, so we put the Kubernetes registry in front.
([Issue #50968](https://github.com/istio/istio/issues/50968))