fix typo for release notes (#16377)

This commit is contained in:
Wilson Wu 2025-04-04 07:18:47 +08:00 committed by GitHub
parent 905f12288a
commit e258c868b1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 2 additions and 3 deletions

View File

@ -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))

View File

@ -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` 不适用于子集集群的问题。

View File

@ -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` 被忽略的问题。