Skip to content

Commit 14d6a4f

Browse files
authored
Sync 1.26.1 release notes into Chinese (#16548)
1 parent e21b7d0 commit 14d6a4f

File tree

1 file changed

+37
-0
lines changed
  • content/zh/news/releases/1.26.x/announcing-1.26.1

1 file changed

+37
-0
lines changed
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
title: 发布 Istio 1.26.1
3+
linktitle: 1.26.1
4+
subtitle: 补丁发布
5+
description: Istio 1.26.1 补丁发布。
6+
publishdate: 2025-05-29
7+
release: 1.26.1
8+
---
9+
10+
此版本包含一些错误修复,以提高稳定性。
11+
本发行说明描述了 Istio 1.26.0 和 Istio 1.26.1 之间的区别。
12+
13+
## 流量治理 {#traffic-management}
14+
15+
- **更新** 更新了 Gateway API 版本,从 `1.3.0-rc.1` 更新至 `1.3.0`
16+
([Issue #56310](https://github.com/istio/istio/issues/56310))
17+
18+
- **修复** 修复了 Istio 1.26.0 中的一个回归问题,该问题在处理 Gateway API 主机名时导致 istiod 出现混乱。
19+
([Issue #56300](https://github.com/istio/istio/issues/56300))
20+
21+
## 安全性 {#security}
22+
23+
- **修复** 修复了 `pluginca` 功能中的一个问题:如果提供的 `cacerts` 软件包不完整,
24+
`istiod` 会静默回退到自签名 CA。现在,系统可以正确验证所有必需的 CA 文件是否存在,
25+
如果软件包不完整,则会失败并显示错误。
26+
27+
## 安装 {#installation}
28+
29+
- **修复** 修复了当 `IstioOperator` 配置包含多个网关时,
30+
`istioctl manifest translate` 中出现的混乱情况。
31+
([Issue #56223](https://github.com/istio/istio/issues/56223))
32+
33+
## istioctl
34+
35+
- **修复** 修复了即使将 `PILOT_ENABLE_IP_AUTOALLOCATE` 设置为 `true`
36+
`istioctl analyze` 仍会引发错误 `IST0134` 的情况。
37+
([Issue #56083](https://github.com/istio/istio/issues/56083))

0 commit comments

Comments
 (0)