From e37be6c12b752776402f62317fc1f0683eeba624 Mon Sep 17 00:00:00 2001 From: Wilson Wu Date: Wed, 20 Sep 2023 23:02:06 +0800 Subject: [PATCH] Sync 1.17.6 release notes into Chinese (#13909) --- .../1.17.x/announcing-1.17.6/index.md | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 content/zh/news/releases/1.17.x/announcing-1.17.6/index.md diff --git a/content/zh/news/releases/1.17.x/announcing-1.17.6/index.md b/content/zh/news/releases/1.17.x/announcing-1.17.6/index.md new file mode 100644 index 0000000000..0c1fb72921 --- /dev/null +++ b/content/zh/news/releases/1.17.x/announcing-1.17.6/index.md @@ -0,0 +1,29 @@ +--- +title: 发布 Istio 1.17.6 +linktitle: 1.17.6 +subtitle: 补丁发布 +description: Istio 1.17.6 补丁发布。 +publishdate: 2023-09-19 +release: 1.17.6 +--- + +此版本包含了一些改进稳健性的漏洞修复。 +此发布说明描述了 Istio 1.17.5 和 Istio 1.17.6 之间的不同之处。 + +{{< relnote >}} + +## 变更 {#changes} + +- **修复** 修复了 CentOS 9/RHEL 9 上的 SELinux 问题, + 其中不允许 iptables-restore 打开 `/tmp` 中的文件。 + 传递给 iptables-restore 的规则不再写入文件,而是通过 stdin 传递。 + ([Issue #42485](https://github.com/istio/istio/issues/42485)) + +- **修复** 修复了 Istio 应在 AWS 上尽可能使用 `IMDSv2` 的问题。 + ([Issue #45825](https://github.com/istio/istio/issues/45825)) + +- **修复** 修复了当只有默认提供程序时 `meshConfig.defaultConfig.sampling` 被忽略的问题。 + ([Issue #46653](https://github.com/istio/istio/issues/46653)) + +- **修复** 修复了在没有任何提供程序的情况下创建 Telemetry 对象会引发 IST0157 错误的问题。 + ([Issue #46510](https://github.com/istio/istio/issues/46510))