diff --git a/content/zh/news/releases/1.21.x/announcing-1.21.6/index.md b/content/zh/news/releases/1.21.x/announcing-1.21.6/index.md index 4175a1a04b..f00065d8cd 100644 --- a/content/zh/news/releases/1.21.x/announcing-1.21.6/index.md +++ b/content/zh/news/releases/1.21.x/announcing-1.21.6/index.md @@ -19,6 +19,5 @@ release: 1.21.6 支持将内部地址设置为网格网络而不是本地主机,以防止在启用 `envoy.reloadable_features.explicit_internal_address_config` 时进行标头清理。 -- **Fixed** `VirtualMachine` `WorkloadEntry` locality label missing during auto registration. - **修复** 修复了自动注册期间缺少 `VirtualMachine` `WorkloadEntry` 位置标签的问题。 ([Issue #51800](https://github.com/istio/istio/issues/51800)) diff --git a/content/zh/news/releases/1.22.x/announcing-1.22.1/index.md b/content/zh/news/releases/1.22.x/announcing-1.22.1/index.md index 21fb49fffd..e51a346748 100644 --- a/content/zh/news/releases/1.22.x/announcing-1.22.1/index.md +++ b/content/zh/news/releases/1.22.x/announcing-1.22.1/index.md @@ -19,7 +19,7 @@ release: 1.22.1 - **新增** 添加了一个新的、可选的实验性准入策略,该策略仅允许在使用远程 Istiod 集群时在 Istio API 中使用稳定的功能/字段。 ([Issue #173](https://github.com/istio/enhancements/issues/173)) --**修复** 修复了将 Pod IP 添加到主机的 `ipset` 时明确失败而不是静默覆盖的问题。 +- **修复** 修复了将 Pod IP 添加到主机的 `ipset` 时明确失败而不是静默覆盖的问题。 - **修复** 修复了导致 MeshConfig 中的 `outboundstatname` 不适用于子集集群的问题。 diff --git a/content/zh/news/releases/1.23.x/announcing-1.23.1/index.md b/content/zh/news/releases/1.23.x/announcing-1.23.1/index.md index f2d3ac527b..c02310c1aa 100644 --- a/content/zh/news/releases/1.23.x/announcing-1.23.1/index.md +++ b/content/zh/news/releases/1.23.x/announcing-1.23.1/index.md @@ -19,7 +19,7 @@ release: 1.23.1 - **修复** 修复了 waypoint 需要启用 DNS 代理才能使用自动分配 IP 的问题。 ([Issue #52746](https://github.com/istio/istio/issues/52746)) --**修复** 修复了使用 `pilot-agent istio-clean-iptables` 命令无法删除 `ISTIO_OUTPUT` `iptables` 链的问题。 +- **修复** 修复了使用 `pilot-agent istio-clean-iptables` 命令无法删除 `ISTIO_OUTPUT` `iptables` 链的问题。 ([Issue #52835](https://github.com/istio/istio/issues/52835)) - **修复** 修复了导致 waypoint 中 `DestinationRule` 的任何 `portLevelSettings` 被忽略的问题。