diff --git a/content/zh/news/releases/1.14.x/announcing-1.14.1/index.md b/content/zh/news/releases/1.14.x/announcing-1.14.1/index.md new file mode 100644 index 0000000000..a91f5e5a91 --- /dev/null +++ b/content/zh/news/releases/1.14.x/announcing-1.14.1/index.md @@ -0,0 +1,27 @@ +--- +title: Istio 1.14.1 发布公告 +linktitle: 1.14.1 +subtitle: Patch Release +description: Istio 1.14.1 补丁发布。 +publishdate: 2022-06-09 +release: 1.14.1 +aliases: + - /zh/news/announcing-1.14.1 +--- + +此版本修复了我们在 6 月 9 日的文章 [ISTIO-SECURITY-2022-005](/zh/news/security/istio-security-2022-005) 中描述的安全漏洞。此发布说明描述了 Istio 1.14.0 和 1.14.1 之间的不同之处。 + +{{< relnote >}} + +## 变化{#changes} + +- **修复** 修复了在 `DestinationRule` 设置 TLS 时,East-West Gateway 对端点的不正确过滤问题。 + ([Issue #38704](https://github.com/istio/istio/issues/38704)) + +- **修复** 修复了在运行 `istioctl verify-install` 命令时,使用 `demo` 配置文件会执行失败的问题。 + +- **修复** 修复了在一个集群中删除多集群服务后,集群 VIP 不正确及 IP 地址过期的问题。这将导致 DNS 代理返回陈旧的 IP 以进行服务解析,从而导致流量中断的问题。 + ([Issue #39039](https://github.com/istio/istio/issues/39039)) + +- **修复** 修复了当 `WorkloadEntry.Annotations` 为 `nil` 时会导致 istiod 异常退出的问题。 + ([Issue #39201](https://github.com/istio/istio/issues/39201))