File tree Expand file tree Collapse file tree 1 file changed +39
-0
lines changed
content/zh/news/releases/1.25.x/announcing-1.25.4 Expand file tree Collapse file tree 1 file changed +39
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ title : 发布 Istio 1.25.4
3
+ linktitle : 1.25.4
4
+ subtitle : 补丁发布
5
+ description : Istio 1.25.4 补丁发布。
6
+ publishdate : 2025-08-08
7
+ release : 1.25.4
8
+ ---
9
+
10
+ 此版本包含一些错误修复,以提高稳定性。
11
+ 本发行说明描述了 Istio 1.25.3 和 Istio 1.25.4 之间的区别。
12
+
13
+ {{< relnote >}}
14
+
15
+ ## 变更 {#changes}
16
+
17
+ - ** 修复** 修复了 Istio 从 1.24 升级到 1.25 时,由于预先存在的 iptables 规则而导致服务中断的问题。
18
+ iptables 二进制检测逻辑已得到改进,以验证是否存在一定程度的基线内核支持,并在 ` tie ` 情况下优先使用 ` nft ` 。
19
+
20
+ - ** 修复** 修复了即使将 ` PILOT_ENABLE_IP_AUTOALLOCATE ` 设置为 ` true ` ,
21
+ ` istioctl analyze ` 仍会引发 IST0134 的误报问题。
22
+ ([ Issue #56083 ] ( https://github.com/istio/istio/issues/56083 ) )
23
+
24
+ - ** 修复** 修复了当 IstioOperator 配置包含多个网关时,
25
+ ` istioctl manifest translation ` 中出现的异常。
26
+ ([ Issue #56223 ] ( https://github.com/istio/istio/issues/56223 ) )
27
+
28
+ - ** 修复** 修复了 Ambient 索引以按修订过滤配置。
29
+ ([ Issue #56477 ] ( https://github.com/istio/istio/issues/56477 ) )
30
+
31
+ - ** 修复** 修复了启用 TPROXY 模式时 OpenShift 上 ` istio-proxy `
32
+ 和 ` istio-validation ` 容器的 UID 和 GID 分配不正确的问题。
33
+
34
+ - ** 修复** 修复了逻辑,以便在使用 ` discoverySelectors `
35
+ 时正确忽略系统命名空间上的 ` topology.istio.io/network ` 标签。
36
+ ([ Issue #56687 ] ( https://github.com/istio/istio/issues/56687 ) )
37
+
38
+ - ** 修复** 修复了当引用的服务晚于 Telemetry 资源创建时访问日志未更新的问题。
39
+ ([ Issue #56825 ] ( https://github.com/istio/istio/issues/56825 ) )
You can’t perform that action at this time.
0 commit comments