[zh] Sync releasenote 1.19.6 into Chinese (#14457)

* Sync releasenote 1.19.6 and 1.20.2 into Chinese

* Split submit

* Update content/zh/news/releases/1.19.x/announcing-1.19.6/index.md

Co-authored-by: Michael <haifeng.yao@daocloud.io>

---------

Co-authored-by: Michael <haifeng.yao@daocloud.io>
This commit is contained in:
Wilson Wu 2024-01-09 17:45:43 +08:00 committed by GitHub
parent 3fbef3a0b3
commit 83980e6e15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,33 @@
---
title: 发布 Istio 1.19.6
linktitle: 1.19.6
subtitle: 补丁发布
description: Istio 1.19.6 补丁发布。
publishdate: 2024-01-05
release: 1.19.6
---
本发布说明描述了 Istio 1.19.5 和 Istio 1.19.6 之间的不同之处。
{{< relnote >}}
## 变更 {#changes}
- **修复** 修复了(例如在 `ServiceEntry` 中)通过通配符选中多个服务时,
`VirtualService` 中因通配符造成的重叠主机会产生不正确路由配置的错误。
([Issue #45415](https://github.com/istio/istio/issues/45415))
- **修复** 修复了 Istio 注入 webhook 可能在试运行模式下被修改的问题。
([Issue #48241](https://github.com/istio/istio/issues/48241))
- **修复** 修复了启用双栈时未正确创建 QUIC 侦听器的问题。
([Issue #48336](https://github.com/istio/istio/issues/48336))
- **修复** 修复了 `istioctl proxy-config ecds` 未显示所有 `EcdsConfigDump` 的问题。
- **修复** 修复了新端点可能无法被发送到代理的问题。
([Issue #48373](https://github.com/istio/istio/issues/48373))
- **修复** 修复了使用 Stackdriver 安装并使用自定义配置会阻止 Stackdriver 被启用的问题。
- **修复** 修复了 TCP 和 gRPC 长连接可能导致代理内存泄漏的问题。