From 6b27fd74eb5100df4076fe3f3534f6b45ce30c8a Mon Sep 17 00:00:00 2001 From: Wilson Wu Date: Thu, 24 Oct 2024 13:56:06 +0800 Subject: [PATCH] Sync 1.22.6 release note into Chinese (#15822) --- .../1.22.x/announcing-1.22.6/index.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 content/zh/news/releases/1.22.x/announcing-1.22.6/index.md diff --git a/content/zh/news/releases/1.22.x/announcing-1.22.6/index.md b/content/zh/news/releases/1.22.x/announcing-1.22.6/index.md new file mode 100644 index 0000000000..a3597028e0 --- /dev/null +++ b/content/zh/news/releases/1.22.x/announcing-1.22.6/index.md @@ -0,0 +1,19 @@ +--- +title: 发布 Istio 1.22.6 +linktitle: 1.22.6 +subtitle: 补丁发布 +description: Istio 1.22.6 补丁发布。 +publishdate: 2024-10-23 +release: 1.22.6 +--- + +本发布说明描述了 Istio 1.22.5 和 Istio 1.22.6 之间的不同之处。 + +{{< relnote >}} + +## 变更 {#changes} + +- **修复** 修复了对多集群的 `clusterLocal` 主机排除的支持。 + +- **修复** 修复了 istio-clean-iptables 工具无法删除 `kube-virt-related` 规则的问题。 + ([Issue #48368](https://github.com/istio/istio/issues/48368))